.NavBar
{ 
  background-color: #FFFFFF; 
  border: 0px solid black; 
  padding: 7px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(../../images/Nav/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:23px;
  cursor:hand;
}

.TopItemHover
{
  color:Gray;
  background-image: url(../../images/Nav/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  height:23px;
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: smaller; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemDisabled
{
  font-family: tahoma, verdana; 
  font-size: smaller; 
  color: Gray;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: smaller; 
  text-decoration:underline;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{
  background-color: #f0f1f5;
  width:185px;
}

.Empty
{
}

