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

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

.mainitems{
border: none;

}

.mainitems a{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-decoration: none;
}

.subuls{
display: none;
width: 20em;
position: absolute;
top: 1.2em;
left: 0;
text-align:left;
background-color: 0066CC;
border: 1px solid #003366;
opacity:.90;
}

.subuls li{
width: 100%;
padding:4px 4px;
}

.subuls li a{
text-decoration: none;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

.subuls li a:hover{
color:#fdc31b;
}

#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;
z-index:9000px;
position:absolute;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
z-index:9000px;
position:absolute;
cursor:pointer;
}

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
















/*Side Menu*/
	#side_cssdropdown, #side_cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

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

.side_mainitems{
border: none;
margin-bottom:-3px;

}

.side_mainitems a{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
text-decoration: none;
}

.side_subuls{
display: none;
width: 20em;
position: absolute;
top: 1.2em;
left: 0;
text-align:left;
background-color: 0066CC;
border: 1px solid #003366;
opacity:.90;
}

.side_subuls li{
width: 100%;
padding:4px 4px;
}

.side_subuls li a{
text-decoration: none;
color:#FFFFFF;
font-weight:bold;
font-size:11px;
}

.side_subuls li a:hover{
color:#fdc31b;
}

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

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

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