#menucontainer {
width:800px;
position: relative; 
top:90px; 
left:142px; 
}



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

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


.mainitems a, a:visited {
color:#ffffff;
margin-left: 16px;
margin-right: 18px;
text-decoration: none;
font-family: 'trebuchet MT', arial, verdana, sans-serif;
font-size:15px;
}

.mainitems{
border: 0;
background: transparent;
}

.mainitems a:hover, a:active {
color:#e5cbdc;
text-decoration: none;
}

.subuls{
display: none;
width: 250px;
position: absolute;
top: 1.2em;
left: 0;
font-family: 'trebuchet MT', arial, verdana, sans-serif;
font-size:13px;
background-color: #44090f;
}

.subuls li{
width: 100%;
padding-top:5px;
padding-bottom:10px;
}

.subuls li a, a:visited{
color: white;
text-decoration: none;
}

.subuls li a:hover, a:active {
text-decoration: underline;
color: #e5cbdc;
}


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




