.TopMenuGroup
{
  /*background-image:url(images/top_group_background.gif);
  background-color:black;*/
  background-image:url(../images/controls/componentArt/progressive_gray/new_top2.gif);
  background-repeat: repeat-x;
  border:1px solid #DBD7D0;
   
}

.TopMenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-left-color:#737373;
  border-top-color:#4C4C4C;
  border-bottom-color:#131413;
  cursor:default;
}

.TopMenuItemHover 
{
  color:white;
  background-color:#3D3D3D; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid black; 
  border-bottom-color:#AAAAAA;
  cursor:default;
}


.MenuGroup
{
  background-image:url(images/group_background.gif);
  background-color:black;
 
  border:1px solid black; 
}

.MenuItem
{
  color:white;
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  /*margin:1px;*/
  cursor:default;
  border:1px solid #666666;
}

.MenuItemHover 
{
  background-color: #F5F5F5;
  color:black; 
  font-family:Tahoma; 
  font-size:11px; 
  font-weight:bold;
  border:1px solid orange;
  cursor:default;
}

.MenuBreak
{
  background-image:url(images/break.gif);
  width:100%;
  height:1px;
}
