﻿.NavBar
{
  cursor: default; 
  width:200px;
  margin-left:26px;    
} 

.TopItem
{
  padding-left:5px;
  color:#ffffff;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemHover
{
  padding-left:5px;
  color:#cccccc;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.TopItemActive
{
  color:#ffffff;
  background-color:#D5D5D5;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Item
{
  color:#ffffff;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  cursor:hand;
  padding-left:15px; 
}

.Level2ItemHover
{
  color:#cccccc;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  cursor:hand;  
  padding-left:15px; 
}

.Level2ItemSelected
{
  color:#ffffff;
  background-color:White;
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding:3px;
  cursor:hand;  
}

.Level2Group
{
  width:175px;
}

.Empty
{
}