.TopMenuGroup
{
width:100%;	


}

.MenuGroup
{
	
}

.TopMenuItem
{
  
  background-color:#ffcc00;
  color:black;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  cursor:hand;
  text-align:center;
  border-bottom:2px solid #ffcc00;
  
  
}

.TopMenuItemHover
{
  background-color: DarkGreen; 
  color:white;
  font-family:arial;
  font-size:12px;
  font-weight:bold;
  cursor:hand;
  text-align:center;
  border-bottom:2px solid DarkGreen;
  
}

.MenuItem
{
  background-color:White;
  color:#6699CC;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

.MenuItemHover
{
  background-color:#EEEEEE;
  color:#285D9F;
  font-family:verdana;
  font-size:10px;
  border: solid 1px white;
  cursor:pointer;
}

