#csstopmenu, #csstopmenu ul{

padding: 0px;

margin: 0px;

list-style: none;

}



#csstopmenu li{

float: left;

position: relative;

}



#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: #2F4C67;

padding: 4px;

}



.headerlinks a{

margin: auto 12px;

font-weight: bold;

font-size: 13px;

color: #FFFFFF;

}



.submenus{

display: none;

width: 14em;

position: absolute;

top: 24px;

left: 0;

background-color: #ffffff;

border: 1px solid black;

}



.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: AAAAFF;

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;

}