.NavBar
{ 
  background-color: #9fa9cf; 
  /*border: 1px solid black; */
  padding: 2px;
  cursor: default; 
 
} 

.TopItem
{
  background-image: url(/images/top_level_bg2.gif);
  font-family: verdana; 
  font-size: 11px; 
  /*font-weight: bold;*/
  padding-left: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:152px;
  cursor:hand;
}

.TopItemHover
{
  color:Gray;
  background-image: url(/images/top_level_bg2.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:152px;
  cursor:hand;
}

.TopItemSelected
{
  background-image: url(/images/top_level_bg2.gif);
  font-family: verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:152px;
  cursor:default;
}


.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 5px; 
  cursor:hand;
}

.Level2Group
{
  background-color:#DBDFEE;
  /*border: 1px white solid;
  border-top-color: #F0F1F5;*/
  padding:5px;
  padding-left:2px;
  padding-right:0px;
  width:150px;
}

.Empty
{
}


