.NavBar
{
  background-color:#3366FF;
  background-image: url(images/item_bg.gif);
  border: 1px solid #003366; 
  cursor: default; 
  text-align: center;
} 

.TopItem
{
  color:white;
  background-image: url(images/item_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#00008C;
  border-bottom-color:#00008C;
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor:hand;
  text-align: center;
}

.TopItemHover
{
  color:white;
  background-color:#0000D5;
  background-image: url(images/item_hover_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid white;
  border-right-color:#00008C;
  border-bottom-color:#00008C;
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor:hand;
  text-align: center;
}

.TopItemActive
{
  color:white;
  background-color:#003399;
  background-image: url(images/item_hover_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 1px solid #00008C;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 1px; 
  padding-bottom: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2Item
{
  background-color:#DAE7FE;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#00008C;
  border-bottom-color:#00008C;
  padding:1px;
  padding-left: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2ItemHover
{
  color:white;
  background-color:#0000D5;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#00008C;
  border-bottom-color:#00008C;
  padding:1px;
  padding-left: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2ItemSelected
{
  background-color:#ffffff;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid #00008C;
  border-right-color:white;
  border-bottom-color:white;
  padding:1px;
  padding-left: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2Group
{
  background-color:#ffffff;
  background-image: url(images/group_bg.gif);
  text-align: center;
}

.Empty
{
}


