.NavBar
{ 
  
  border-right: #dbdada 1px solid;
  border-top: #dbdada 1px solid;
  border-left: #dbdada 1px solid;
  background-color: #FFFFFF;  
  border-bottom: #dbdada 1px solid;
  cursor: default; 
  border-bottom-width: 0;
  border-top-width: 0;
} 

.TopItem
{
    color: #656565;
    background-image: url(Images/NavBar/item_bg.gif);
    font-family: tahoma, verdana;
    font-size: 12px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 0px;  
}

.TopItemHover
{
  color: #2c82ea;
  background-image: url(Images/NavBar/item_hoverBg.gif);
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold; 
  border-bottom-color:#9593B2;  
  padding-top: 2px; 
  padding-bottom: 2px;   
  cursor:pointer;
}

.TopItemActive
{
  color: #2c82ea;
  background-image: url(Images/NavBar/item_hoverBg.gif);
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  border: 1px solid #7C7C94;
  border-bottom-color:#9593B2;
  border-top: #dbdada 1px solid;
  padding-top: 2px; 
  padding-bottom: 2px; 
  cursor:pointer;
}

.Level2Item
{
    font-family: tahoma, verdana;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    padding-left : 5px;    
    border-bottom: #dbdada 1px solid;   
}

.Level2ItemHover
{
  color: #2c82ea;	
  font-family: tahoma, verdana;
  font-size: 12px;
  text-decoration: bold;
  cursor:pointer;
  padding-top: 5px;
  padding-bottom: 5px; 
  padding-left : 5px; 
  border-bottom: #dbdada 1px solid;   
}

.Level2ItemActive
{
  color: #2c82ea;	
  font-family: tahoma, verdana; 
  font-size: 12px; 
  font-weight: bold;
  padding-top : 5px;
  padding-bottom : 5px;    
  padding-left : 5px; 
  border-bottom: #dbdada 1px solid;        
  cursor:pointer;  
}

.Level2Group
{
  background-color:white;
  background-image: url(Images/NavBar/group_bg.gif);
  border-top-color: #F0F1F5;
}

.Empty
{
}


