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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-right: 1px solid white;
border-left-width: 0;
background-color: #000000;
}

.mainitems-selected{
border-right: 1px solid white;
border-left-width: 0;
background-color: #999999;
}

.headerlinks a{
margin: auto 4px;
font-weight: normal;
color: white;
}

.headerlinks {
margin: auto 4px;
font-weight: normal;
color: white;
cursor: hand;
}

.submenus{
display: none;
width: 20em;
position: absolute;
top: 1.5em;
left: 2px;
line-height:20px;
background-color: #d6d6d6;
border: 1px solid black;
}

.submenus li{
width: 100%;
border-bottom: 1px solid black;
}

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

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

.submenus li a:hover{
background-color: #999999;
color: black;
}

.submenus li a{
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: 3px;
}