.hovermenu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 200px;
margin-top: 0px;
margin-bottom: 0px;
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: #449d43; /* You Can Change this color */
border: 2px solid #449d43; /*You can change this color*/
}

.hovermenu ul li a:hover{
background-color: #489f47; /*You Can Change This Color*/
border-style: outset;
}

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

body {
font: normal 16px arial;
background-color: #d3eed2;
}
td.border {
background-color: #369634;
}

#f3 {
   display: none;
 }

.terms {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}