.TopMenuGroup
{  
  background-image:url(../IMG/CAMenu/TopGroup-Home-MouseUpBlank.gif);
  background-repeat:repeat-x;
  background-color:Transparent;
  border:none; 
}

.TopMenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:none; 
  cursor:default;
}

.TopMenuItemHover 
{
  background-image:url(../IMG/CAMenu/TopGroup-GenInfo-Hover.gif);
  color:white;  
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;  
  cursor:pointer;
}

.MenuGroup
{
  background-color:Transparent;
  border:none; 
}

.MenuItem
{
  background-image:url(../IMG/CAMenu/GenInfoGroup-Up.gif);
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;  
  cursor:default;
}

.MenuItemHover 
{
  background-image:url(../IMG/CAMenu/GenInfoGroup-Hover.gif);
  color:white; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;  
  cursor:pointer;
}

.MenuBreak
{
  
  width:100%;
  height:1px;
}