 <style type="text/css">
.hovermenu ul{
font: 9px arial;
color: red;
padding-left: 0;
margin-left: 0;
height: 12px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
font: 9px arial;
float: left;
color: #ff0000;
background-color: #FFFA92;
border: 1px solid #ffffff;
}

.hovermenu ul li a:hover{
background-color: #C6CFA8;
font: 9px arial;
border-style: outset;
}

/* Apply mousedown effect to Non IE browsers*/
body.hovermenu ul li a:active{
     border-style: inset;
}
</style>

}