#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;

height: 31px;
  border: 0 none;
z-index: 4;
}

#cssdropdown li {
float: left;
position: relative;
margin: 0;
  border: 0 none;
  padding: 0;
  display: inline;
  list-style: none;
  position: relative;
  height: 20px;
 /* filter: alpha(opacity=95, finishopacity=95, style=1, startX=0, startY=0, finishX=160, FinishY=0);*/
z-index: 4;
}

.mainitems{
background-color: #FFEEC6;
z-index: 4;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;

 z-index: 4;
}

.subuls{
display: none;
width: 100px;
position: absolute;
top: 31px;
left: 0px;
filter: alpha(opacity=85, finishopacity=85, style=1, startX=0, startY=0, finishX=160, FinishY=0);
z-index: 4;
position:absolute;
}

.subuls li{
width: 100%;
height: 20px;
z-index: 4;
}

.subuls li a{
text-decoration: underline;
z-index: 4;
}

#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;
z-index: 4;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
z-index: 4;
}


