.NavBar
{ 
  cursor: default; 
} 

.TopItem
{
  background-image: url(../Images/Menu/top_level_bg.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:167px;
  color:#cddff4;
  cursor:hand;
}

.TopItemHover
{
  background-image: url(../Images/Menu/top_level_bg.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:167px;
  color:#ffffff;
  cursor:hand;
}

.TopItemExpanded
{
  background-image: url(../Images/Menu/top_level_bg_expanded.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:167px;
  color:#ffffff;
  cursor:hand;
}

.BottomItem
{
  background-image: url(../Images/Menu/top_level_bg_bottom.gif);
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px;
  color:#cddff4;
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 10px;
  color:#ffffff;
  cursor:hand;
}

.Level2Group
{
  background-color:#435876;
  border-left: 1px solid #a6bbda;
  border-right: 1px solid #a6bbda; 
  border-bottom: 1px solid #a6bbda;
  padding-left:10px;
  padding-right:0px;
  width:155px;
}

.Empty
{
  background-image: url(../Images/Menu/top_level_bg_bottom.gif);
  height: 11px;
}



