.NavBar
{
  background-color: Transparent; 
  border: 0px solid ; 
  padding: 3px;
  padding-bottom: 1px;
  cursor: default; 
} 

.TopItem
{
  color: #4A3C8C;
  font-family: arial, verdana; 
  font-size: 10px; 
  font-weight: bold;
  border: 0px solid #696885; 
  padding-top: 3px; 
  padding-bottom: 3px; 
  cursor:hand;
}

.ItemSelected
{
    color: #4A3C8C;
	font-family: arial, verdana;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: hand;
	text-decoration: underline;
}

.TopItemHover
{
  color: #4A3C8C; 
  background-image: url(images/item_bg.png); 
  font-family: arial, verdana; 
  font-size: 10px; 
  font-weight: bold;
  border: 1px solid #7C7C94;
  border-bottom-color: #9593B2;
  padding-top: 2px; 
  padding-bottom: 2px; 
  cursor:hand;
}

.Level2Item
{
  font-family: arial, verdana; 
  font-size: 10px; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: arial, verdana; 
  font-size: 10px; 
  text-decoration: underline;
  padding-left: 10px; 
  cursor: hand;
}

.Level2Group
{
  background-color:white;
  border-top-color: #F0F1F5;
  padding: 10px;
  padding-left:10px;
  padding-right:0px;
}

.Empty
{
}


