

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
width: 100%;
list-style: none;
}

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

.mainitems_short{
/*background-color: white;*/
background:#E5E5E5;
color:black;
width:9.8em;
font-size:0.98em;
border:1px solid gainsboro;
font-weight:bold;
padding:1px;
margin-top:2.2em;
margin-bottom:1px;
margin-right:1px;
margin-left:1px;
}

.mainitems{
/*background-color: white;*/
background:#E5E5E5;
color:black;
width:12em;
font-size:0.98em;
border:1px solid gainsboro;
font-weight:bold;
padding:1px;
margin-top:2.2em;
margin-bottom:1px;
margin-right:1px;
margin-left:1px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}
.mainitems_small{
background-color: white;
color:black;
font-style: italic;
font-size: 0.8em;
border:0px solid gainsboro;
padding:1px;
margin-top:2.2em;
margin-bottom:1px;
margin-right:1px;
margin-left:1px;
}

.mainitems_small a{
margin-left: 0.2em;
margin-right: 0.2em;
text-decoration: none;
}
.mainitems a:hover { 
text-decoration:none;
color:black;
font-size:1.0em;
}
.mainitems_link{
/*background-color: white;*/
background:#E5E5E5;
color:black;
width:10em;
font-size:0.98em;
border:1px solid gainsboro;
font-weight:bold;
padding:1px;
margin-top:2.2em;
margin-bottom:1px;
margin-right:1px;
margin-left:1px;
}

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

.mainitems_link a:hover { 
text-decoration:none;
color:darkmagenta;
font-size:1.0em;
}
.subuls{
display: none;
width: 12em;
position: absolute;
top: 1.2em;
left: 0;
background-color: white;
border: 1px solid gainsboro;
}

.subuls li{
width: 12em;
background-color: white;
border: 1px solid gainsboro;
padding:2px;
}

.subuls li a{
text-decoration: none;
background-color: white;
color:#484848;
width: 12em;
font-size:0.95em;
font-weight:bold;
padding:2px;
margin:1px;
}

.subuls li a:hover { 
text-decoration:none;
background-color: white;
font-size:0.95em;
color:darkmagenta;
}

#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;
}

