<style type="text/css">

.hovermenu ul{
font: bold 10px arial;
padding-left: 0;
margin-left: 0;
height: 30px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: white;
background-color: #ad0031;
border: 2px solid white;
}

.hovermenu ul li a:hover{
background-color: black;
border-style: outset;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
</style>

EE5A04