/* CSS Document */

#topnav {
	width: 144px;
	float: left;
	position: inherit;
	/* needed for ie5 compatibility */
	display: inline;
	font-size: 10px;
	font-family: Verdana, Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
}

#topnav a:link, #topnav a:visited  {
	display: block;
	min-height: 20px;
	line-height: 23px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	color: #ffffff;
		font-size: 10px;
}

#topnav a:hover { 
	background:#fc1921;
		font-size: 10px;	
}

a.primaryOpen:link {
	text-decoration: none;
	color: #ffffff;
}

a.primaryOpen:visited {
	color: #ffffff;
}

a.primaryOpen:hover {
	color: #fc1921;
	text-decoration: none;
}

a.primaryOpen:active { color:#ffffff; }

a.primaryClosed:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.primaryClosed:active { color: #333; }