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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px solid black;

}

.headerlinks a{
margin: auto 8px;

}

.submenus{
display: none;
width: 12em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #fcfbf9;
border-left: 1px solid #f6ebea;
border-right: 2px solid #c8c7c5;
border-bottom: 2px solid #c8c7c5;

}

.submenus li{
width: 100%;
border-bottom: 1px solid #f6ebea;
margin-bottom:0px;
background-color: #fcfbf9;
text-align:left;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
text-align:left;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
text-align:left;
}

.submenus li a:hover{
background-color: #f4efe7;
text-decoration:underline;
text-align:left;
}

#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: 3px;
clear:both;
font-size:1px;
line-height:1px;
}
