dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 225px;
padding : 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}
#menu dt {
cursor : pointer;
height : 30px;
margin:1px 0;
line-height : 30px;
text-align : center;
font-weight : bold;
color:#ff9933;
border :1px solid #945f21;
border-left :1px solid #945f21;
border-right :1px solid #945f21;
background-color:#210a03;
font-size:12px;
padding-right:15px;
text-align:right;
opacity:0.7;
filter:alpha(opacity=70);
}
#menu dt span {
width : 190px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu dd {
border :1px solid #945f21;
width:90%;
position:relative; margin-left:auto; margin-right:auto;
}
#menu li {
text-align : center;
background-color : #913A03;
opacity:0.7;
filter:alpha(opacity=70);
}
#menu li a, #menu dt a {
color: #ff9933;
text-decoration : none;
display : block;
border : 0 none;
height : 20px;
line-height:20px;
font-weight:bold;
}
#menu dt a:hover, #menu dt:hover {
background-color:#;
}
#menu li:hover {
background-color:#210a03;
color:#000000;
}
