#topNav ul
{
	
	margin-left: 0;
	padding-left: 0%;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	white-space: nowrap;
}
#topNav ul li
{
	display: inline;
}
#topNav a, li#current
{
	float: left;
	text-decoration: none;
	padding: 5px;
	background-color: #ffc;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
}
#topNav a:hover, #topNav a:active, #topNav a:focus, li#current
{
	background-color: #cfcfcf;
	color: #fff;
	font-size: 10pt;
}