dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
float:left;
margin-top:7px;
margin-left:0px;
margin-right:0px;
z-index:100;

}
#menu dl {
float: left;
z-index:120;
}
#menu dt {
cursor: pointer;text-align: left;
font-family: Arial, Verdana;color:#FFFFFF;font-size: 12px;
font-style:normal;font-weight:bold;z-index:20;
}
#menu dd {
position: absolute;
width:160px;
margin-top:8px;
margin-left:-15px;
border-left-width:1px;  border-left-style:solid; border-left-color:#FFFFFF;
border-right-width:1px;  border-right-style:solid; border-right-color:#FFFFFF;
border-top-width:1px;  border-top-style:solid; border-top-color:#FFFFFF;
z-index:120;
}
#menu ul {
z-index:120;
}

#menu li {
text-align: left;
background: #979797;
width:160px;

z-index:120;
}
#menu li a {
color: #000000;
font-family: Arial, Verdana;
text-decoration: none;
border: 0 none;
font-size: 12px;
text-indent:0.3em;
font-weight:normal;
line-height:25px;
z-index:120;
width:160px;
border-bottom-width:1px;  border-bottom-style:solid; border-bottom-color:#FFFFFF;
display:block;
}
#menu dt a {
border: 0 none;font-family: Arial, Verdana;color:#FFFFFF;
font-size: 12px;font-style:normal;font-weight:normal;z-index:120;
}
#menu dt a:hover {
color:#FDDF76;z-index:120;
}
#menu li a:hover {
background-color: #BFBFBF;
color:#000000;
z-index:120;
}




