/* CSS Document */

.hovermenu ul{
font: bold 12px Georgia, Times, Times New Roman, Serif;
color: #787878;
text-align: center;
padding-left: 0;
margin-left: 0;
height: 20px;
}

.hovermenu ul li{
list-style: none;
display: inline;
text-align:center;
}

.hovermenu ul li a{
padding: 2px 1.5em;
text-decoration: none;
float: left;
color: black;
background-color: #DDDDDD;
border: 2px solid #CFCFCF;
}

.hovermenu ul li a:hover{
background-color: #BEBEBE;
border-style: outset;
text-align:center;
}

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
