<style type="text/css">

.hovermenu ul{
padding-left: 0;
margin-left: 0;
height: 40px;
}

.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: #333333;
border: 2px solid #000000;
}

.hovermenu ul li a:hover{
background-color: #000000;
text-decoration: none;
float: left;
color: red;
border-style: outset;
}

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