.NavBar
{ 
	background-color: white; 
	padding: 7px;
	cursor: default; 
	padding-left:5px;
} 

.TopItem
{
	font-family:Century Gothic;
	font-size: 12px;
	padding-left: 0px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	width:185px;
	cursor:hand;
	color: RGB(99,108,122);
}

.TopItemHover
{
	font-family:Century Gothic;
	font-size: 12px;
	padding-left: 0px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	width:185px;
	cursor:hand;
	color: RGB(255,102,0);
}

.TopItemSelected
{
	font-family:Century Gothic;
	font-size: 12px;
	padding-left: 0px; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	width:185px;
	cursor:hand;
	color: RGB(255,102,0);
}
.Level2Item
{
	font-family:Century Gothic;
	font-size: 11px; 
	text-decoration:none;
	padding-left: 10px; 
	cursor:hand;
	color: RGB(99,108,122);
}

.Level2ItemHover
{
	font-family:Century Gothic;
	font-size: 11px; 
	text-decoration:none;
	padding-left: 10px; 
	cursor:hand;
	color: RGB(255,102,0);
}
.Level2ItemSelected
{
	font-family:Century Gothic;
	font-size: 11px; 
	text-decoration:none;
	padding-left: 10px; 
	cursor: hand;
	color: RGB(255,102,0);
}
.Level2Group
{
  background-color: white;
  padding:5px;
  padding-left:40px;
  padding-right:0px;
}

.Empty
{
}



