
	
	Table.navBar{MARGIN: 20px 0px 10px 10px;}

	td.navBarContainer 	{filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#e5e3d5, EndColorStr=#c9c7ba);}

	span.leftBar
	{
		width: 100%;
	}
	
	
	
	div.lbItem
	{
	height: 26px;
	cursor: hand;
	color: #666666;
	padding-top: 4px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-left: 1px solid #838574;
	border-bottom: 1px solid #838574;
	text-align:left;
	}
	
	div.lbItemOn
	{
	height: 26px;
	cursor: hand;
	color: #000000;
	background-color:#efefeb;
	padding-top: 4px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-left: 1px solid #9fa090;
	border-bottom: 1px solid #9fa090;
	text-align:left;
	}
	
	div.lbItemHover
	{
	height: 26px;
	cursor: hand;
	color: #000000;
	background-color:#BAB9AE;
	padding-top: 4px;
	padding-left: 7px;
	padding-bottom: 4px;
	margin-bottom: 6px;
	border-left: 1px solid #838574;
	border-bottom: 1px solid #838574;
	text-align:left;
	}
	
	
	