/* CSS Document */

ul#ripples {
	width			: 770px;
	height			: 34px;
	position		: absolute;
	top				: 6px;
	left			: 14px;
	display			: block;
	padding			: 0;
	margin			: 0;
	text-indent		: 0;
	list-style-type	: none;
	background-repeat:no-repeat; 
}

ul#ripples li{
	float: left;
	height: 34px;
	display: block;
	padding: 0;
	margin: 0 2px 0 0;
	list-style: none;
	background-color: #616f83;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #9da6b2;
	border-bottom: 1px solid #303741;
	border-right: 1px solid #303741;
}
ul#ripples li:hover{
	border-bottom: 1px solid #616f83;
	border-right: 1px solid #616f83;
}

ul#ripples li a:link,
ul#ripples li a:visited,
ul#ripples li a:hover,
ul#ripples li a:active {
	text-decoration	: none; 
	color: #e0e0e0;
	font-size: 14px;
	font-weight: bold;
	padding: 8px 15px;
	display: block;
	margin: 0;
}
ul#ripples li a:hover{
	background-color: #9da6b2;
	color: #303741;
}

ul#ripples > li#fold { display:none; }





