#cssdropdown, #cssdropdown ul {

padding: 0;

margin: 0;

list-style: none;

}



#cssdropdown li {

float: left;

position: relative;



}



.mainitems{

background-color: #d8c070;

padding-left:10px;
border-left: #000000 1px solid;

}



.mainitems li:hover{



}



.mainitems a{

margin-left: 6px;

margin-right: 8px;

text-decoration: none;

font-family: verdana;

font-size: 12px;

color: #000000;

}



.mainitems a:hover{

color: #545E0D;

}



.subuls{

display: none;

width: 110px;

position: absolute;

top: 1.6em;

left: 0px;

background-color: #d8c070;

border: 1px solid black;

text-align: left;

font-family: verdana;

font-size: 11px;

}





.subuls li{

width: 100%;

padding-bottom: 10px;



}



.subuls li a{

text-decoration: none;



}


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

position:absolute;



}



#restofcontent { /*wrap rest of content of the page inside this div*/

clear: left;

}



.subuls

{

padding-top: 100px;

}

.AllLinksPosition
{
margin-left: 250px;
}