#cssdropdown
{
width:871px; margin:0px auto; height:26px; border-top:1px solid #B2B2B2; border-bottom:1px solid #666666; 
}
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
z-index:600;
}

.mainitems{
float:left;  line-height:26px; margin-left:48px;}

.mainitems a{
color:#3E4698; font-size:12px; font-weight:bold; text-decoration:none; padding:0px 10px;
}
.mainitems a:hover{color:#6FA330; }
.subuls{
display:none;
width: 156px;
position: absolute;
top: 26px;
left: 0;
margin:0px;
border-top:1px solid #666666; border-left:1px solid #666666; border-right:1px solid #666666;
background:#FFFFFF;

}

.subsubuls{
width: 156px;
position: absolute;
top: -1px;
left: 156px;
margin:0px;
border-top:1px solid #666666; border-left:1px solid #666666; border-right:1px solid #666666;
background:#FFFFFF;

}


.subuls li{
width:140px;text-align:left;
padding:0px 0px;
border-bottom:1px solid #666666; line-height:14px; padding:4px 8px;

}

.subuls li a{
text-decoration:none; color:#3E4698; font-size:12px; font-weight:bold; text-decoration:none; padding:0px;
}

 /*#cssdropdown li>ul {
top: auto;
left: auto;
}
*/
/* 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 */
#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;
}
