dl, dt, dd, ul, li, do, dr {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: left; /* Menu position that can be changed at will */
top: 0;
left: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#menu {
width: 156px;
background-color:#1E3F68;
}

#menu dt {
cursor: pointer;
margin: 0px;
height: 20px;
}

#menu do {
cursor: pointer;
margin: 0px;
height: 77px;
}

#menu dr {
cursor: pointer;
margin: 0px;
height: 23px;
background-color:#1E3F68;

}

#menu dd {
border: 0;
background-color:#1E3F68;
}

#menu ul {
margin-top: 2px;
margin-bottom: 4px;
background-color:#1E3F68;

}

#menu li {
margin-left: 20px;
margin-top: 4px;
margin-bottom:0px;
height:13px;
line-height:13px;
background-color:#1E3F68;
}

#menu dt a, #menu do a, #menu dr a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
}

#menu dt a:hover, #menu lo a:hover, #menu dr a:hover {
background: transparent;
}

#menu li a  {
color: #64c8fb;
text-decoration:none;
}

#menu li a:hover  {
color: #fff;
text-decoration:none;

}
