
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

top: 0;
left: 0;
}
#menu {
width: 162px;
padding-left: 4px ;

}
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 3px solid #FFF1B3;
background: #ccc;
color: #FFDC62;
			background-color:#003366;
			font-style: italic;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #FFF1B3;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
border: 1px solid gray;
font-weight:bold;
}
#menu li a, #menu dt a {
color:#0A7ACD;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #FFDC62;
color:#FF8000;
}
