
.topmenu
{
/* top right bottom left */
margin: 20px auto 10px 5px;
padding: 0;

}

.topmenu li{
float:left; /* forces left to right menu */
padding-right: 20px;  /* puts a space between each item */
list-style:none; /* gets rid of the dots */
}

.topmenu li a{
float:left; /* forces left to right menu */
padding: 3px 1px; /* makes the surrounding area around menu items larger */
font-size: 20px;
color: #2D437E;
text-decoration: none; /* stop the underline */
font-weight: bold;
border-bottom: 1px solid #cccccc;
border-top: 1px solid #cccccc;
}

.topmenu a:visited{color: #2D437E; }
.topmenu a:hover {	color: #fff;	background: #2D437E; text-decoration: none; }