.hovermenu ul{
font: 11px arial;
padding-left: 0;
margin: 0 0 0 220px;
height: 0px;
vertical-align: top;
float: center;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
padding: 3px 0.5em;
text-decoration: none;
float: center;
color: rgb(150, 200, 255);
background-color: none;
border: 0px solid;
vertical-align: middle;
height: 0px;
}
.hovermenu ul li a:hover{
padding: 1px;
height: 0px;
font-weight: bold ;
font-size: 14px ;
color: rgb(255, 255, 100);
vertical-align: middle; 
background-color: none;
border: 0px solid rgb(255,0,0);
}
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
h3 {
font:bold 12px;
color: rgb(0, 0, 0);
}
h5 {
font: 10px;
color: rgb(114, 114, 114);
}
.footermenu ul{
font: 10px arial;
padding-left: 0;
margin: 0 0 0 0px;
height: 0px;
vertical-align: top;
float: center;
}
.footermenu ul li{
list-style: none;
display: inline;
}
.footermenu ul li a{
padding: 3px 0.5em;
text-decoration: none;
float: center;
color: rgb(0, 100, 155);
background-color: none;
border: 0px solid;
vertical-align: top;
height: 0px;
}
.footermenu ul li a:hover{
padding: 1px;
height: 0px;
font-weight: bold ;
font-size: 10px ;
color: rgb(0, 100, 255);
vertical-align: top; 
background-color: none;
border: 0px solid rgb(255,0,0);
}
html>body .footermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}