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