.TopMenuGroup
{
  background-image:url(images/LeftNavBG.jpg);
  height:23px;
}

.TopMenuItem
{
  color:White;
  background-image:url(images/LeftNavBG.gif);
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
  height:23px;  
  white-space:pre;
}

.TopMenuItemHover 
{
  color:White;
  background-image:url(images/LeftNavBG.gif);
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
  height:23px;  
  white-space:pre;
}

.MenuGroup
{
  height:23px;  
}

.MenuItem
{
  color:White;
  background-color:#FD8D1E;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
  height:23px;  
  white-space:pre;
  width:150px;
}

.MenuItemHover 
{
  color:White; 
  background-color:#FD8D1E;
  font-family:Arial, Helvetica, sans-serif; 
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
  height:23px;
  white-space:pre;
  width:150px;
}


