.NavBarL
{
  background-color: #FFFFFF; 
  border: 1px solid #000000; 
  padding: 2px;
  padding-bottom: 1px;
  cursor: default; 
} 

.TopItemL
{
	/*border-right: #57566f 1px solid;*/
	border-top: aliceblue 1px solid;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 2px;
	/*border-left: #696885 1px solid;*/
	cursor: hand;
	color: black;
	padding-top: 4px;
	border-bottom: aliceblue 1px solid;
	font-family: tahoma, verdana;
	background-color: aliceblue;
}

.TopItemHoverL
{
	/*border-right: #7c7c94 1px solid;*/
	border-top: #cae2ee 1px solid;
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(images/item_hoverBg.gif);*/
	padding-bottom: 2px;
	/*border-left: #7c7c94 1px solid;*/
	cursor: hand;
	color: black;
	padding-top: 4px;
	border-bottom: #cae2ee 1px solid;
	font-family: tahoma, verdana;
	background-color: #cae2ee;
}

.Level2ItemL
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  padding-left: 10px; 
  cursor:hand;
}

.Level2ItemHoverL
{
  font-family: tahoma, verdana; 
  font-size: 11px; 
  text-decoration:underline;
  padding-left: 10px; 
  cursor:hand;
}

.Level2GroupL
{
	padding-right: 0px;
	padding-left: 10px;
	/*background-image: url(skin/images/navMod/group_bg.gif);*/
	padding-bottom: 10px;
	border-top-color: #f0f1f5;
	padding-top: 10px;
	background-color: whitesmoke;
}

.EmptyL
{
}



