body {
font:10px Verdana;
}

a:visited {color:blue;
}

.topmenu{
font: bold Arial;
}

.topmenu ul{
float: left;
width: 100%; 
padding:0;
margin-left:0;
}

.topmenu ul li{
display: inline;
}

.topmenu ul li a{
float: left;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #fff; /*divider between topmenu items*/
}


.topmenu ul li a{
color: #0000FF;
}


.topmenu ul li a:visited{
color: #0000FF;
}


.topmenu ul li a:hover, .topmenu ul li {
color: #fff !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
}

.topmenu li {
		padding-right:0px;
	}
