.NavBar
{ 
  padding: 7px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(../img/top_level_bg.gif);
  background-repeat:no-repeat;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
  text-decoration: 		none;
}

.TopItemHover
{
  background-image: url(../img/top_level_bg.gif);
  background-repeat:no-repeat;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-left: 10px; 
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:185px;
  cursor:hand;
  text-decoration: 		none;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px; 
  cursor:hand;
  text-decoration: 		none;
  color:Gray;
  cursor:pointer; cursor:hand;
  }

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration: 		underline;
  padding-left: 10px; 
  cursor:hand;
  color:#376ca8;
  cursor:pointer; cursor:hand;
  }

.Level2Group
{
  /* border: 1px white solid; */
  padding:5px;
  padding-left:10px;
  padding-right:0px;
  width:185px;
}

.Empty
{
}

