#hovermenu { 
	text-align: center; 
}
.hovermenu ul{
font: bold 13px arial;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: white;
background-color: #3B88C5;
border: 2px solid #3B88C5;
}

.hovermenu ul li a:hover{
background-color: #FF9C00;
border-style: outset;
color: white;
}
.hovermenu ul li a:visited{
color: white;
}
html>body .hovermenu ul li a:active{ 
border-style: inset;
}

