body {
margin: 0;
padding: 0;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menuH {
position: absolute;
top: 138px;
margin-left:130px;
z-index:100;
width: 100%;
}
#menuH dl {
float: left;
width: 130px;
color:#666666;
}
#menuH dt {
cursor: pointer;
text-align: center;
font-weight: bold;
color:#666666;
}
#menuH dt a{
cursor: pointer;
text-align: center;
font-weight: bold;
color:#666666;
}
#menuH dd li{
cursor: pointer;
text-align: center;
color:#666666;
border:1px solid  #999999;
background-color:#EEEEEE;
}
#menuH li {
text-align: center;
margin-left:2px;
color:#FF0000;
/*background: #fff;*/
}
#menuH li a, #menu dt a {
color:#000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menuH li a:hover, #menuH dt a:hover ,#menuH dt :hover,#menuH dt:focus{
background-image:url(images/bannerMenuHautHover.gif);
background-color:#FFFF99;
color:#FFFFFF;

}
