.NavBar
{
  background-color: Transparent; 
  border: 0px; 
  padding: 0px;
  padding-bottom: 0px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(../images/RABackGroundNavBar.png);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight:  bolder;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 0px; 
  padding-bottom: 0px; 
  cursor:hand;
}

.TopItemHover
{
  background-image: url(../images/RABackGroundNavBar.png);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 0px; 
  padding-bottom: 0px; 
  cursor:hand;
}

.TopItemExpanded
{
  background-image: url(../images/item_expanded_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bolder;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Empty
{
}


