#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
z-index:2;
}

#csstopmenu li{
float: left;
position: relative;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-left-width: 0;
background-color: #F0F8FF;
padding-bottom:1px;
}

.headerlinks a{
margin: auto 22px;
color: #777;
z-index:2;
}

.submenus{
display: none;
width: 15em;
position: absolute;
top: 1.5em;
left: 0;
background-color: #E1EFFF;
border: 1px solid #ccc;
font-size:.9em;
z-index:5;
}

.submenus li{
width: 100%;
padding-top:2px;
padding-bottom:2px;
z-index:2;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 3px;
color: #777;
z-index:2;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #E1F1FF;
color: #336699;
}

#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;
}