ul#red { margin:0; padding:0; list-style-type:none; }

ul#red li {
	position:relative;
	float:left;
	margin-right: 15px;
	padding-right: 20px;
	color:#990000;
	font-family: "Century Gothic", helvetica, arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	margin-bottom: 5px;
	height: 30px;
	width: 180px;
	line-height: 115%;
}



ul#red li:hover {
	color: #990000;
	border-top-width: 0px;
	border-top-style: none
	border-top-color: 0;
	border-bottom-color: #990000;
}

ul#red li a {
	text-decoration:none;
	font-size: 16px;
	color:#990000;
}

ul#red li a:hover {
	color:#ffffff;
	border:none;
}

ul#red  li.current {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

ul#red li span{
	display:none;
	position:absolute;
	top:-20px;
	left:120px;
	width:160px;
	font:normal 9px helvetica, arial, sans-serif;
	line-height: 15px;
}

ul#red li a:hover span {margin-top: 7px; display:block; color: #990000;}

