.websiteVerticalMenu { background-color: #7BC578; }

#genericMenusVerticalContainer 
{ 
 width: 180px;

 padding: 0px;
 margin: 0px; 
 margin-left: 4px;
 background-color: #7BC578;
}

#genericMenusVerticalContainer ul
{
margin: 0px;
padding: 0px;
padding-top: 8px;
background-color: #7BC578;
list-style-type: none;
font-family: arial;
font-size: 14px;
}

#genericMenusVerticalContainer a
{
display: block;
font-weight: bold;
padding-left: 10px;
padding-bottom: 5px;
margin-bottom: 7px;
padding-top: 5px;
width: 170px;
color: white;
background-color: #339228;
border-bottom: 3px solid #383630;
border-top: 1px solid #383630;
border-left: 1px solid #383630;
border-right: 2px solid #383630;
}

#genericMenusVerticalContainer a:hover
{
font-weight: bold;
background-color: #3FC531;
color: white;
text-decoration: none;
}

#genericMenuActiveVLink:active, #genericMenuActiveVLink:link, #genericMenuActiveVLink:visited, #genericMenuActiveVLink:hover
{
font-weight: bold;
background-color: #3FC531;
color: white;
text-decoration: none;
}