.NavBar
{ 
  background-color: #d4dded; 
  border: 0px solid #a1bbe4; 
  padding: 5px;
  cursor: default; 
} 

.TopItem
{
  background-image: url(../MenuImages/top_level_bg.gif);
  font-family: tahoma, verdana; 
  font-size: 11px; 
  font-weight: bold;
  padding-top: 4px; 
  padding-bottom: 4px; 
  width:100%;
  border: 1px #a1bbe4 solid;
  cursor:hand;
}

.TopItemHover
{
	border-right: #a1bbe4 1px solid;
	border-top: #a1bbe4 1px solid;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../MenuImages/top_level_bg.gif);
	padding-bottom: 4px;
	border-left: #a1bbe4 1px solid;
	width: 100%;
	cursor: hand;
	padding-top: 4px;
	border-bottom: #a1bbe4 1px solid;
	font-family: tahoma, verdana;
}


.TopItemExpanded
{
	border-right: #a1bbe4 1px solid;
	border-top: #a1bbe4 1px solid;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../MenuImages/top_level_bg_expanded.gif);
	padding-bottom: 4px;
	border-left: #a1bbe4 1px solid;
	width: 150px;
	cursor: hand;
	padding-top: 4px;
	border-bottom: #a1bbe4 1px solid;
	font-family: tahoma, verdana;
}

.Level2Item
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-align: center;
  cursor:hand;
}

.Level2ItemHover
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-align: center;
  text-decoration:underline;
  cursor:hand;
}

.Level2Group
{
	border-right: #a1bbe4 1px solid;
	padding-right: 5px;
	border-top: #f0f1f5 1px;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #a1bbe4 1px solid;
	width: 100%;
	padding-top: 5px;
	border-bottom: #a1bbe4 1px solid;
	background-color: #e5ecf4;
}

.Empty
{
}



