.MenuItem
{
         font-family: Times New Roman, Arial, Verdana;
         font-size: 13px;
         cursor: hand;
         color: #d0d8d0;
         line-height: 120%;
         padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}

.MenuItemHover 
{
background-color: #006600;
    background-image: url(images/bb.png);
	font-family: Times New Roman, Arial, Verdana;
	font-size: 13px;
	cursor: hand;
	color: #c0ffc0;
	line-height: 120%;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
}
