.MenuGroup
{
border-bottom: 0px;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
margin-left:0px;
background-color:#9CA200;
}

.MenuItem 
{
text-decoration: none;
background: white url(images/footer.gif) top left repeat-x;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
COLOR: #ffffff; 
FONT-SIZE: 70%; 
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
}

.MenuItemOver 
{
text-decoration: underline;
background: white url(images/footer.gif) top left repeat-x;
color: #2d2b2b;	
cursor:hand;
FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
COLOR: #ffffff; 
FONT-SIZE: 70%; 
padding-top:5px;
padding-bottom:5px;
padding-left:5px;
	 }


