.left-menu{width: 204px;  }


a.parent-item:link, a.parent-item:visited, a.parent-item:active{
	font-family: Verdana,Arial, Tahoma;
	font-size: 11px;
	color: #3b302b;
	font-weight: 100;
	display: block;
	padding-left: 4px;
	line-height: 24px;

	
 text-decoration: none ;
}
a.parent-item:hover{
 text-decoration: none;
 color: #275674;
 background: #edebeb;
 font-weight: 100;
}

a.inactive-parent-item:link, a.inactive-parent-item:visited, a.inactive-parent-item:active{
	font-family: Verdana,Arial, Tahoma;
	font-size: 11px;
	color: #3b302b;
	font-weight: 800;
	display: block;
	padding-left:20px;
	line-height: 24px;

	background: #edebeb;
 text-decoration: none ;
}
a.inactive-parent-item:hover{
	text-decoration: none;
	font-weight: 900;
		background: #bababa;
	color: #000;
	
}


a.child-item:link, a.child-item:visited, a.child-item:active{

	background: none;
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	color: #9f6c41; 
	font-weight: 100;
    padding: 6px 0 6px 20px;
	text-decoration: none ;
	display:block;
	
	
}
a.child-item:hover{
	text-decoration: none;
	font-weight: 700;
	background: #edebeb;
color: #000;
}