

.NavBarActive
{ 
  background-color: #E5E4E8; 
  border: 1px solid #9D9DA1; 
  cursor: default; 
} 


.TopItemActive
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  border: 2px solid #9D9DA1; 
  border-right-color: white;
  border-bottom-color: red;
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.SelectedLevel2Item
{
  border: #57566F 1px solid; 
  font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor:hand;}


.Level2Item
{
    border: White 1px solid; 
 font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
 font-family: tahoma, verdana; 
  font-size: 11px; 
  cursor:hand;
}

.Level2ItemHover
{
   border: White 1px solid; 
 font-weight: bold; 
  text-align: left;
  padding-top: 3px;
  padding-bottom: 5px;
 font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  cursor:hand;
}

.Level2Group
{
  border-top-color: #F0F1F5;
  padding-top:5px;
}

.Empty
{
}
