
#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
color: white;
}

#csstopmenu li{
float: left;
position: relative;
}

.one {
padding-left:10px;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-left-width: 0;
}

.headerlinks{
color: white;
}

.headerlinks a{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
}

.submenus{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-align:left;
display: none;
width: 96px;
position: absolute;
top: 12px;
background-color: #c1c1c1;
border:solid #c1c1c1 3px;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
margin-bottom:2px;
margin-top:2px;
width: 96px;
color:white;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #979797;
color: white;
}

#csstopmenu li>ul {/* non IE browsers */
top: 12px;
left: 0px;
}

#csstopmenu li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 3px;
}