

#csstopmenu, #csstopmenu ul{
padding: 0;
margin: 0;
list-style: none; 
font-weight:normal;
}

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

#csstopmenu a{
text-decoration: none;
}

.mainitems{
border: 0px;
border-left-width: 0;
margin-top:10px;
color:#FFFFFF;
font-size:11px;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
padding:2px 45px 2px 0px;
font-weight:bold;
height:18px;
}
.headerlinks2 a{
color:#DEDEDE;
text-decoration: underline;
font-size: 10pt  ;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;


}
.headerlinks2 a:hover{
color:#B4FB00;
text-decoration: underline;
font-size: 10pt  ;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

.headerlinks a{
color:#B4FB00;
cursor:default;
font-size: 10pt  ;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

.headerlinks a:hover{
color:#DEDEDE;
font-size: 10pt  ;
font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

.submenus{
display: none;
/*width: 17em;*/
position: absolute; 
top: 1.58em;
left: 0em;
background-color: #f1ffd7;
filter:alpha(opacity=85);
-moz-opacity:0.9;
}

.submenus li{
width: 99%;
border-bottom:1px solid #d8f0ab;
margin:1px 1px 1px 1px;
font-size:11px;
font-family: Tahoma,"MS Sans Serif";

}

.submenus li a{
display: block;
width: 100%;
/*text-indent: 10px;*/
padding:1px 1px 1px 5px;
color:#222222;
}

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

.submenus li a:hover{
padding:1px 1px 1px 5px;
color: #71901c;

}

#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;
}

