.MenuGroup
{
    background-color: #3C9F2B;
    border-style: none;
    cursor: pointer;
    cursor: hand;
    padding: 2px 0px 2px 0px;
    width: 120px;
}

.MenuScroll
{
    padding: 14px;
    background-color: #53BD41;
    border-style: none;
    font-family: Arial;
    cursor: pointer;
    cursor: hand;
    padding: 1px;
    font-size: 14px;
    text-align: left;
    color: White;
    font-weight: bolder;
}

.MenuScrollOver
{ 	
    padding: 14px;
	background-color:#53BD41;
	border-style:none;
	font-family: Arial;
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	font-size:14px;
	text-align: left;
    color:White;
    font-weight: bolder;
}

.MenuItem
{
	cursor: pointer;
	cursor: hand;
    font-family: Arial;
    font-size: 14px;
    color: White;
    border-bottom: solid;
    border-width: 1px;
    border-color: #491486;
    border-left: none;
    border-right: none;
    border-top: none;
    text-align: left;
    font-weight: bolder;
}

.MenuItemOver
{
	background-color: #53BD41;
	cursor:pointer;
	cursor:hand;
	font-family:Arial;
	font-size: 14px;
    color: White;
    border-bottom: solid;
	border-width:1px;
	border-color: #491486; 
	border-left:none;
	border-right:none;
	border-top:none;
    text-align: left;
    font-weight: bolder;
}

