.NavBar
{ 
  cursor: default; 
} 
 

.TopItem
{
	padding-left: 10px;
	background: url(images/blu/information_box_arrow.gif) no-repeat left center;
	width: 135px;
	margin-left: 3px;
	margin-bottom:3px;
	color: #0C08b0;
	font-weight:bold;
	text-align: left;
	text-decoration: none;
	clear:both;
}

.TopItemHover
{
	padding-left: 10px;
	background: url(images/blu/information_box_arrow.gif) no-repeat left center;
	width: 135px;
	margin-left: 3px;
	margin-bottom:3px;
	color: #0C08b0;
	font-weight:bold;
	text-align: left;
	text-decoration: underline;
	clear:both;
}
 
.Level2Item
{
	color:#1916b4;
	font-size: 0.75em;
	cursor: hand;
	padding-left:14px;
}

.Level2ItemHover
{
	color:#1916b4;
	cursor: hand;
	font-size: 0.75em;
	text-decoration: none;
	padding-left:14px;
	text-decoration: underline;
}

.Level2SelectedItem
{
	color:#ffffff;
	float:left;
	font-size: 0.75em;
	padding-left:14px;
 

}

.Level2Group
{
	width: 145px;

}

.Empty
{
	background-color:#000000;
}



