#cssdropdown, #cssdropdown ul {

padding: 0;

margin: 0;

list-style: none;

}



#cssdropdown li {

float: left;

position: relative;

}







.mainitems{



 background-image: url(images/dynamic/buttonset1/main_nav.gif);

 width: 115px;

    height: 22px;

}



.mainitems a{

margin-left: 6px;

margin-right: 8px;

font-family: verdana, arial, tahoma, sans-serif;

  font-style: normal;

  font-size: 11px;

  font-weight: normal;

  text-decoration: none;

  color: #d3e1ea;



}



.subuls{

display: none;

width: 115px;

position: absolute;

top: 1.2em;

left: 0;





background-image: url(images/dynamic/buttonset1/main_nav.gif);





}



.subuls li{

width:10em;

}



.subuls li a{





}



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

}



</style>

