.TopGroup {
 
 cursor: pointer;
 
}

.MenuGroup
{

 cursor:pointer;
 
}


.MenuGroupHover 
{

 cursor:pointer;
 
 
}

.MenuItem
{
 color:#333333;
 background-color:#CCCCCC;
 border-bottom: solid 1px white;
 border-left: solid 1px white;
 border-right: solid 1px white;
 padding: 5px 5px 5px 5px;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 text-align:left;
 cursor:pointer;
 
}


.MenuItemHover 
{
 color: #E21700;
 background-color:#EFEFEF;
  border-bottom: solid 1px white;
 border-left: solid 1px white;
 border-right: solid 1px white;
 padding: 5px 5px 5px 5px;
 font-family: Verdana;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
 cursor:pointer;
 
 
}