.TopGroup 
{
  background-color:#757495; 
  background-image: url(images/menu/top_groupBg.gif); 
  border:0px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  cursor:hand; 
}

.MenuGroup 
{
  background-color:#B4DAFF;
  border:0px #4E5358 solid; 
  border-style:solid;
  cursor:hand; 
}

.TopMenuItem 
{
  color:#ffffff; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  padding:20px;
  cursor:hand; 
}

.TopMenuItemHover 
{
  color:white; 
  background-image: url(images/menu/top_itemHoverBg.gif);   
  background-color:#757495; 
  font-family:tahoma; 
  font-size:12px; 
  font-weight: bold;
  cursor:hand; 
}

.MenuItem
{
  border: 0px solid #F5F5F5; 
  color:#034384;
  font-family:tahoma; 
  font-size:11px; 
  cursor:hand; 
}

.MenuItemHover 
{
  background-color:63B0FA; 
  color: #333333;
  border: 0px solid #57566F; 
  border-top-color: #9190AC; 
  border-left-color: #9190AC;
  font-family:tahoma; 
  font-size:11px; 
  cursor:hand; 
}

.MenuItemExpanded
{
  background-color:#63B0FA; 
  color: #333333;
  border:0px solid #9190AC; 
  border-top-color: #57566F; 
  border-left-color: #57566F;
  font-family:tahoma; 
  font-size:11px; 
  cursor:hand; 
}

.MenuBreak
{
  background-color: silver; 
  width:100%;
  height:2px;
}