

a.parent-item:link, a.parent-item:visited, a.parent-item:active{
    
	font-family: Arial, Tahoma;
	font-size: 9px;
	
	text-decoration: none ;
	background: url(src/edg_62.gif) left 50% no-repeat;
	display:block;
	
}
a.parent-item:hover{
	text-decoration: underline;
	
}

a.inactive-parent-item:link, a.inactive-parent-item:visited, a.inactive-parent-item:active{
  
	font-family: Arial, Tahoma;
	font-size: 9px;
	
	text-decoration: underline;

	background: url(src/edg_62.gif) left 50% no-repeat;
	display:block;
	
}
a.inactive-parent-item:hover{
	text-decoration: none;

	
}

a.child-item:link, a.child-item:visited, a.child-item:active{


font-family: Arial, Tahoma;
	font-size: 13px;
	color: #1572a7;
	font-weight: 700;
    padding-left: 25px;
	text-decoration: none ;
	
	display:block;
	
}
a.child-item:hover{
	text-decoration: underline;
	font-weight: 700;
	color: #615f5f;
}
