#menu_container {
margin-left: 167px;
margin-top: 2px;

}

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
width: 177px;
height: 18px;
background-color: white;

}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{ background-color: white; width: 170px; height:9px; }

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{ background-color: white; _background-color: grey; letter-spacing: -1px; display: none; width: 177px; position:absolute; top: 1.2em; left: 0; margin-top:-2px; }

.subuls li{ background-color: white; width: 177px; height: 20px; margin-top:-1px; }

.subuls li:hover{ color: white; background-color: #003d78; }

.subuls li a{
text-decoration: none;
}

.subuls li a:hover{ color: white; background-color: #003d78; }

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block; }

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

