#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none;
width:
180px;
}

#csstopmenu li{

position: relative;
width: inherit;
}

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border-bottom: 1px solid silver;
border-left-width: 0;
border-right-width: 0;
border-top-width: 0;

background-color: #D9E5CC;
}

.headerlinks a{
margin: auto 8px;
font-weight: bold;
color: #5A8264;
}

.headerlinks a:hover{
margin: auto 8px;
font-weight: bold;

color:#0A743F;
}

.submenus{
display: none;
width: 10em;
position: relative;

top: 1.2em;
left: 0;
background-color:#e9f5dC;
border: 0px solid black;
border-top-width: 0;
border-bottom-width: 0;
}

.submenus li{
width: 100%;
}

.submenus li a{
display: block;
width: 100%;
text-indent: 5px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #f9f6eC;
color:#0A743F;
}

#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;
}
