<style type="text/css">
.hovermenu ul{
font: bold 9px verdana;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: #033110;
background-color: #919e69;
border: 1px solid #1A4039;
}

.hovermenu ul li a:hover{
background-color: #E3E3D5;
border-style: outset;
}

/* Apply mousedown effect to Non IE browsers*/
body.hovermenu ul li a:active{
     border-style: inset;
}
</style>

}

