.NavBar
{
  background-color: #FFFFFF; 
  border: 1px solid #000000; 
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
} 

.TopItem
{
  color: black;
  background-image: url(CommonControls/Menuimages/item_bgO.gif);
  background-color: #757495; 
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  border:1px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  padding-left: 8px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  color: black;
  background-image: url(CommonControls/Menuimages/item_hoverBgO.gif);
  background-color: #8E8DA9; 
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  padding-left: 8px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemActive
{
  color: black;
  background-image: url(CommonControls/Menuimages/item_bgO.gif);
  background-color: #757495; 
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  border:1px solid #696885; 
  border-bottom-color: #57566F; 
  border-right-color: #57566F; 
  padding-left: 8px; 
  padding-bottom: 0px; 
  cursor:hand;
}

.Level2Item
{
  color:black;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 0px solid white;
  padding:0px;
  padding-left: 5px; 
  cursor:hand;
}

.Level2ItemHover
{
  color:black;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  border: 1px solid white;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
  color:black;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  border: 1px solid white;
  padding:0px;
  padding-left: 3px; 
  cursor:hand;
}


.Level2Group
{
  background-color:white;
  border: 1px solid white;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  width:135px;
}

.Empty
{
}