dl, dt, div, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 220;
margin-left: 0px;
width: 170px;
}

#menu dt {
cursor: pointer;
height: 23px;
line-height: 22px;
text-align: left;
font-weight: regular;
font-weight: normal;
border: 1px #9bb439;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}

#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 dt a:hover {
color: #9bb439;
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;
}

#menu li {
text-align: left;
height: 23px;
line-height: 22px;
font-weight: regular;
font-weight: normal;
border: 1px #9bb439;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}

#menu li 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{
color: #9bb439;
font-family: verdana;
font-weight: regular;
font-weight: normal;
background-image: url();
background-repeat: no-repeat;
background-position: 0;
}

