#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
        font-size: 13px;
}

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid #6699cc;
border-left-width: 0;
background-color: #6699cc;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: white;
}

.headerlinks a:hover{
margin: auto 8px;
font-weight: bold;
color: white;
}


.submenus{
display: none;
width: 12.8em;
position: absolute;
top: 1.1em;
left: 0;
background-color: #6699cc;
border: 1px solid #6699cc;

}

.submenus li{
width: 100%;
padding-top:1px;
padding-bottom:1px;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: white;
padding-top:1px;
padding-bottom:1px;
}

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

.submenus li a:hover{
background-color: white;
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;
}
