#mainMenu {
font-family: Verdana, Helvetica, Arial, sans-serif, 'Trebuchet MS';
text-transform: uppercase;
font-size: 90%;
font-size: 10px;
font-weight: normal;
position: relative;
text-align: left;
width: 580px;
height: 15px;
background-color: transparent;
color: #6DB13C;
margin: 0px;
padding-bottom: 8px;
padding-top: 8px;
padding-left:0px;
padding-right: 0px;

}


#menuList {
margin: 0px;
padding: 0px;
}

#menuList ul {
margin: 0px;
padding: 0px;
}

#menuList li {
display:inline;
list-style: none;
padding: 0px;
padding-left:0px;
padding-right: 0px;
margin: 0px;
}

#menuList li a.starter_active, #menuList li a.starter_active:link {
background-color: #6DB13C;
color: white;
text-decoration: none;
font-weight:bold;
padding-bottom: 8px;
padding-top: 8px;
padding-left:8px;
padding-right: 8px;
border-right: 1px solid white;
}

#menuList li a.starter_normal, #menuList li a.starter_normal:link {
background-color: transparent;
color: #51822D;
text-decoration: none;
font-weight:bold;
margin: 0px;
padding:8px;
border-right: 1px solid white;
}

#menuList li a.starter_normal:hover, #menuList li a.starter_normal:active {
background-color: #6DB13C;
color: white;
text-decoration: none;
margin: 0px;
padding:8px;
border-right: 1px solid white;
}

.menu {
text-align: left;
color: #51822D;
background-color: #BDE4A6;
position: absolute;
width: 160px;
visibility: hidden;
}

.menu li a, .menu li a:link  {
background-color: transparent;
color: #51822D;
display: block;
border-bottom: 1px solid #ffffff;
margin: 0px;
padding: 6px;
}

.menu li a:hover, .menu li a:active {
background-color: #51822D;
color: black;
}

#menubuilder { 
width: 160px; 
z-index:150; 
}

#menubuilder a, {
background-color: #BDE4A6;
color: #51822D;
}

#menubuilder a:hover {
background-color: #6DB13C;
color: white;
z-index:150; 
}
