.NavBar
{ 
  background-color: #C3C7D3; 
  border: 1px solid #F8E9F8; 
  padding: 7px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
  color: #0000FF;
}

.TopItemHover
{
  color:Gray;
  background-image: url(images/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 5px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 3px; 
  padding-right: 2px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 3px;  
  padding-right: 2px;   
  cursor:hand;
}

.Level2Group
{
  background-color:#F0F1F5;
  border: 1px white solid;
  border-top-color: #F0F1F5;
  padding:5px;
  padding-left:3px;
  padding-right:0px;
  width:185px;
}

.Empty
{
}



