.NavBar
{
  background-color:#139D4F;
  /*background-image: url(images/item_bg.gif);*/
  border: 0px solid #006633; 
  cursor: default; 
  text-align: center;
} 

.TopItem
{
  /*background-image: url(images/item_bg.gif);*/
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid #139D4F;
  border-right-color:#008C00;
  border-bottom-color:#008C00;
  padding-top: 0px; 
  padding-bottom: 2px; 
  cursor:hand;
  text-align: center;
}

.TopItemHover
{
  background-color:#7CF031;
  /*background-image: url(images/item_hover_bg.gif);*/
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid white;
  border-right-color:#008C00;
  border-bottom-color:#008C00;
  padding-top: 0px; 
  padding-bottom: 2px; 
  cursor:hand;
  text-align: center;
}

.TopItemActive
{
  background-color:#7CD031;/*149D97*/
  /*background-image: url(images/item_hover_bg.gif);*/
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  border: 0px solid #008C00;
  border-right-color:white;
  border-bottom-color:white;
  padding-top: 0px; 
  padding-bottom: 2px; 
  cursor:hand;
  text-align: center;
}

.Level2Item
{
  background-color:#DAEDE7;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#008C00;
  border-bottom-color:#008C00;
  padding:1px;
  padding-left: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2ItemHover
{
  background-color:#00D500;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid white;
  border-right-color:#008C00;
  border-bottom-color:#008C00;
  padding:1px;
  padding-left: 1px; 
  cursor:hand;
  text-align: center;
}

.Level2ItemSelected
{
  background-color:#ffffff;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 1px solid #008C00;
  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
{
}


