/* CSS Document */

#cssdropdown, #cssdropdown ul {

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

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

.mainitems{
text-decoration:none;
width:80px;
height:25px;

}

.mainitems a{
text-decoration: none;
}

.mainitems a:hover{
color:#FF6600;
text-decoration: none;
}

.subuls{
font-family:"Franklin Gothic Book", "Franklin Gothic Demi", Arial;
font-size:12px;
display: none;
width:80px;
position:absolute;
top:0px;
left: 10;
background-image:url(../image/80.PNG);



}

.subuls li{
width: 100%;
}

.subuls li a{
text-decoration:none;

}

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


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