<style type="text/css">

.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
/* margin-left: 0; */
margin: 2em auto 0 auto;
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: #5C5FFC;
border: 2px solid #FFF2BF;
}

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

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

