
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{
background:url(../images/title_bg2.gif) 0 0 repeat-x;
padding-left:5px;
padding-right:5px;
color:#FFFFFF;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 16em;
position: absolute;
top: 1.2em;
left: 0;

background-color:#44444C;
border: 1px solid black;
}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration: none;
color:#FFFFFF;
}
.subuls li a:hover{
color:#E0E0E0;
text-decoration: underline;
}

#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;
width:1px;
}
