#csstopmenu, #csstopmenu ul{
padding: 0px;
margin: 0px;
list-style: none;
}

#csstopmenu li{
float: left;
position: relative;
z-index: 1;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;
border-right-width: 1px;
border-left-width: 0px;
border-top-width: 0px;
border-bottom-width: 0px;
background-color: #474511;
padding: 4px;
}

.headerlinks a{
margin: auto 10px;
font-weight: bold;
font-size: 10px;
color: #FFFFFF;
}

.submenus{
display: none;
width: 14em;
position: absolute;
top: 20px;
left: 0;
background-color: #ffffff;
border: 1px solid black;
text-align: left;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
padding: 4px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #ACAB99;
color: black;
}

#csstopmenu li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}
