#csstopmenu{
padding: 0;
left-padding: 5;
margin: 0;
list-style: none;
}

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

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
padding-top: 2;
border: none
# border-left-width: 0;
background-color: #2da22f;
font-size: 1.2em;
z-index: 10;
}

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

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

.submenus{
display: none;
width: 14em;
position: absolute;
top: 1.35em;
left: 0;
background-color: #2da22f;
border: none;
border-bottom: 1px solid white;
z-index: 10;
}

.submenus li{
width: 100%;
}

.submenus li a, .submenus li a:visited{
display: block;
width: 100%;
text-indent: 3px;
color: black;
font-weight: bold;
border: 1px solid white;
border-bottom: none
}

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

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

.submenus li a:hover{
background-color: rgb(211, 211, 211);
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;
}
