	.NavBar
{
  background-color: #FFFFFF; 
  border: 1px solid gray; 
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
} 

.TopItem
{
	color: #FFFFFF;
	background-color: #696969;
	font-family: verdana, tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #696885;
	border-bottom-color: #57566F;
	border-right-color: #57566F;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.TopItemHover
{
	color: #FFFFFF;
	background-color: #808080;
	font-family: verdana, tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #7C7C94;
	border-bottom-color: #9593B2;
	padding-top: 4px;
	padding-bottom: 2px;
	cursor: hand;
}

.Level2Item
{
  font-family: verdana, tahoma, Arial;
  font-size: 11px; 
  padding-left: 0px; 
  cursor:hand;
}

.Level2ItemHover
{
  font-family: verdana, tahoma, Arial;
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 0px; 
  cursor:hand;
}

.Level2Group
{
  background-color:white;
  border-top-color: #F0F1F5;
  padding:10px;
  padding-left:10px;
  padding-right:0px;
}

.DisabledItem
{
	font-family: verdana, tahoma, Arial;
	font-size: 11px;
	padding-left: 10px;
	cursor: hand;
	color: #dcdcdc;
}

.DisabledItemHover
{
	font-family: verdana, tahoma, Arial;
	font-size: 11px;
	text-decoration: underline;
	padding-left: 10px;
	cursor: hand;
	color: #d3d3d3;
}

.Empty
{
}


