/* CSS Document */

#cssdropdown1, #cssdropdown1 ul {

padding: 0;
margin: 0;
list-style: none;
color:#000066;
}

#cssdropdown1 li {
	float:inherit;
	position: relative;
}

.mainitems1{
text-decoration:none;
width:90px;


}

.mainitems1 a{
text-decoration: none;
}

.mainitems1 a:hover{
color:#FF0000;
text-decoration: none;
}

.subuls1{
font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
font-size:13px;
display: none;
width:90px;
position:absolute;
top:0px;
left: 10;
background-color:#000000;

}

.subuls1 li{
width: 100%;
}

.subuls1 li a{
text-decoration:none;

}

.subuls1 li a:hover{
color:#99CCCC;
}


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

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

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