a {  color: #000000; text-decoration: none}
a:visited {  color: #000000}
img {  border-color: #000000}
A:hover {TEXT-DECORATION: overline underline}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12; font-style: small; color: #000000}
h6 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; font-style: normal; font-weight: bold ;color: #000000}
h6 {  color: #FF0000}
BODY {
    margin-top:-8; margin-left:-8; margin-right:-8;
}

#container {
background:transparent url(/foxmenu_bg-OFF.gif) repeat top left;
margin: 0 0px;
border: 0px solid #f00;
padding: 0px;
text-align: center;
}

.box {
display: -moz-inline-box; /* For FF */
display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on blocks */
width: 850px;
background:transparent url(/foxmenu_bg-OFF.gif) repeat top left;margin: 0px;
border: 0px solid #000;
text-align: left; /* to left align text within divs when container has been set to center */
vertical-align: top; /* explicitly declare as Moz inline-box auto aligns top */
}

.box div {width: 850px;} /* nested block element for FF or text runs out of -moz-inline-box */
.box p {margin: 0.5em;}

#foxmenucontainer{display:block;padding:0px 0 0 0px;}
#foxmenu{width:850px;position:relative;display:block;height:24px;font-size:11px;font-weight:bold;font-family:Arial,Verdana,Helvitica,sans-serif;background:transparent url(/foxmenu_bg-OFF.gif) repeat top left;}
#foxmenu ul{margin:0px;padding:0;list-style-type:none;width:auto;float:center;}
#foxmenu ul li{display:block;float:left;margin:0 0 0 0;width:85px;}
#foxmenu ul li a{display:block;float:left;color:#fff;width:85px;text-decoration:none;padding:5px 0px 0 0px;height:19px;background:transparent url(/foxmenu_bg-OFF.gif) repeat top left;}
#foxmenu ul li a:hover{color:#fff;width:85;background:transparent url(/foxmenu_bg-OVER.gif) repeat top right;}
#foxmenu ul li a.current,#foxmenu ul li a.current:hover{color:#000;background:#fff;}

<!--[if lt IE 8]>
<style type="text/css" media="screen">
.box {display: inline;} /* this is to make inline-block work <IE8 */
</style>
<![endif]-->