#topMenu {
	margin: 0;
	padding: 0;
}

#topMenu li {
	background-image: none;
	padding-left:10px;
	list-style:none; 
	float:left;
	margin: 0;
	text-align:center;
	font-size: 12px;
	white-space: nowrap;
	text-indent: 0px;
}

#topMenu a {
	float: right;
	border-left: 1px solid;
	padding-left:8px;
	color: navy;
	float: none;
}

#topMenu a:hover {
	color:navy;
	text-decoration: underline;
}

#topMenu #current {
	font-weight: bold;
}