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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-left-width: 0;
background-color: #e4ffe8;
}

.headerlinks a{
margin: auto 4px;
font-weight: bold;
color: #02a47f;
font-size: 12px;
font-weight: bolder;
}

.submenus{
display: none;
width: 20em;
position: absolute;
top: 1.4em;
left: 0;
background-color: #e4ffe8;
border: 1px solid #275411;
}

.submenus li{
margin: auto 0px;
width: 100%;
font-size: 12px;
font-weight: bolder;
}

.submenus li a{
display: block;
background-color: #e4ffe8;
width: 100%;
margin: 1px;
}

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

.submenus li a:hover{
background-color: #8fba8f;
color: #e4ffe8;

}

#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: 5px;
}