.NavBar
{
  background-color:#666666;
  background-image: url(../images/nav/item_bg.gif);
  cursor: default; 
} 

.TopItem
{
  color:Black;
  background-image: url(../images/nav/item_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #8C8C8C;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.TopItemHover
{
  color:black;
  background-color:#D5D5D5;
  background-image: url(../images/nav/item_hover_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #8C8C8C;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.TopItemActive
{
  color:black;
  background-color:#D5D5D5;
  background-image: url(../images/nav/item_hover_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: normal;
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #8C8C8C;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemSelected
{
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  color: #666666;
  border-top: 1px solid white;
  border-bottom: 1px solid #CCCCCC;
  padding:3px;
  padding-left: 10px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  background-image: url(../images/nav/group_bg.gif);
}

.Empty
{
}


