#csstopmenu, #csstopmenu ul{ list-style: none; }

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 1px solid #333333;
border-left-width: 0;
background-color: #cccccc;
}

.headerlinks a{ font-weight: bold; margin-right: 6px; margin-left: 6px; }


.headerlinks a:hover{ font-weight: bold; color: #ffffff; background-color: #003370; margin-right: 6px; margin-left: 6px; }

.submenus{ display: none; width: 180px; position: absolute; background-color: #cccccc; left: -40px; border: solid 1px #333333; }

.submenus li{
width: 100%;
}

.submenus li a{ text-indent: 3px; display: block; width: 100%; }

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #ffffff;
color: #003370

}

#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;
}
