dl, dt, div, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 200;
left: 63;
}
#menu {
width: 170px;
}

#menu dt {
cursor: pointer;
height: 23px;
line-height: 22px;
text-align: left;
font-weight: regular;
font-weight: normal;
border: 1px #eb8528;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}
#menu div {
border: 1px ;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a {
color: #ffffff;
font-family: verdana;
font-weight: regular;
font-weight: normal;
text-decoration: none;
display: block;
border: 1px none;
height: 100%;
}
#menu li a:hover{
background: #eb8528;
}

#menu dt a:hover {
color: #eb8528;
text-decoration: none;
font-family: verdana;
font-weight: regular;
font-weight: normal;
display: block;
border: 1px none;
height: 100%;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}
