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

#cssdropdown li {
float: left;
position: relative;
    color:#000000;
}

.mainitems{
border: 0px ;

}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 340px;
position: absolute;
top: 1.2em;
left: 0;
background-color: #4c4b51;
border: 0px ;
  
}

.subuls li{
width: 100%;
}

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

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}
#menu{
  height:22px;
  background-image:url(/ocache/287/resources/themes/menu2.jpg);
  list-style:none;
  padding-top:12px; 
}
#menu li{
  list-style:none;
  display:inline;
  margin-left:20px;

}


