
#cssdropdown, #cssdropdown ul {
padding: 0px;
margin: 0px;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
width:100px;
height:24px;
text-align:center;
}

.mainitems a{
color:#3366cc;
font-family:Verdana, Arial, Sans-serif;
text-decoration: none;
}



.mainitems a:hover{
color:#000099;
text-decoration: none;
background-image:url(siteimages/chromehover.jpg); 
background-repeat:repeat-x;
width:100px;
height:24px;
}

.subuls{
display: none;
width: 100px;
position: absolute;
top:23px ;
left: 0px;


}

.subuls li{
width:80px;
padding-left:5px;
padding-right:5px;
padding-top:10px;
padding-bottom:10px;
text-align:left;
background-color:#cccccc;
}

.subuls li a{
color:#3366cc;
font-family:verdana, arial, sans-serif;
text-decoration: none;

}

.subuls li a:hover{
color:#000099;
font-family:Verdana, Arial, Sans-serif;
text-decoration: none;
background-image:none;
background-color:#cccccc;

}

#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;
}
