.NavBar
{
  background-image: url(images/item_bg.gif);
  border: 0px solid #666666; 
  cursor: default; 
} 

.TopItem
{
  color:White;
  background-image: url(images/item_bg.gif);
  font-family: 'Trebuchet MS', tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  border-left:1px solid #FF9933; 
  border-right:1px solid #FF9933; 
  border-top:1px solid #FF9933; 
  border-bottom:1px solid #FF9933;  
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:30px;
}

.TopItemHover
{
  color:white;
  background-image: url('images/item_hover_bg.gif');
  font-family: 'Trebuchet MS', tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  border-left:1px solid #FF9933; 
  border-right:1px solid #FF9933; 
  border-top:1px solid #FF9933; 
  border-bottom:1px solid #FF9933;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:30px
}

.TopItemActive
{
  color:white;
  background-image: url(images/item_hover_bg.gif);
  font-family: 'Trebuchet MS', tahoma, verdana; 
  font-size: 14px; 
  font-weight: bold;
  border-left:1px solid #FF9933; 
  border-right:1px solid #FF9933; 
  border-top:1px solid #FF9933; 
  border-bottom:1px solid #FF9933;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
  height:30px
}

.Level2Item
{
  font-family: Arial; 
  font-size: 11px; 
  font-weight:bold;
  border: 1px solid white;
  border-right-color:white;
  border-bottom-color:white;
  padding:2px 2px;
  padding-left: 3px; 
  cursor:hand;
  color:#666666
}

.Level2ItemHover
{
  background-color:White;
  font-family: arial; 
  font-size: 11px; 
  font-weight:bold;
  border: 1px solid white;
  padding:2px 2px;
  padding-left: 6px; 
  cursor:hand;
  color:#FF6600;
}

.Level2ItemSelected
{
  background-color:White;
  font-family: arial; 
  font-size: 11px; 
  font-weight:bold;
  border: 1px solid #CCCCCC;
  border-right-color:white;
  border-bottom-color:white;
  padding:2px 2px;
  padding-left: 6px; 
  cursor:hand;
  color:#666666

}

.Level2Group
{
  background-color:white;
  background-image: url(images/group_bg.gif);
}

.Empty
{
}