/* =nav-section ------------------------------------------------ */
	
/*	ul.nav-section {
		font-size: 13px;
	}

	ul.nav-section li {
	}
	
	ul.nav-section li a, ul.nav-section li a:link, ul.nav-section li a:visited { 
		padding: 8px 0 8px 8px;
		color: #000e77;
	}

	ul.nav-section li a:hover {
		color: #df6700;
	}
*/
#content-1 .rule li{
	border-bottom:1px solid #d1dde2;
	
}

#content-1 .hd{
	/*-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;*/ 
}

#content-1 .hd h5{
	margin:4px 0 0;	
	text-transform:uppercase;
}

#content-1 .mod-inner {
	border-top:none;
    padding: 0px ;
	/*-moz-border-radius:  0px 0px 8px 8px;
	-webkit-border-radius:  0px 0px 8px 8px;
	border-radius:  0px 0px 8px 8px;*/ 
}

#content-1 ul.nav-section {
	padding: 0;
	list-style-type: none;
}

	#content-1 ul.nav-section li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	.ie6 ul.nav-section li{display:inline-block}
    
	li.selected strong {
	    color: #1f9e93;
	}
	
	
	#content-1 ul.nav-section>li.selected>strong a {    
	    background-color: #e9eff1;
		display: block;
	    font-size: 14px;
		padding: 15px 16px;
	}

	#content-1 ul.nav-section li.selected>strong a {   
		color:#197f76;
	}

	#content-1 ul.nav-section ul li strong a {
		font-weight: 700;
	}


	#content-1 ul.nav-section a {
		padding: 0;
		display: block;
		color:#005568;
	}

#content-1 ul.nav-section a:hover {
	color: #197F76;
}

	#content-1 ul.nav-section ul {
		font-size: 13px;
		padding-left:4px
	}
	
	#content-1 ul.nav-section ul li {
        padding: 0;
        border-bottom: 0;
        color: #282e31;
        font-size: 14px;
        /* background: url(/core/images/ui/arrow-slavenav.gif) no-repeat left 5px; */
	}

    #content-1 ul.nav-section>li>a {        
	    background-color: #e9eff1;
        color: #282e31;
		display: block;
	    font-size: 14px;
        font-weight: 700;
		padding: 7px 16px;
    }
	
	#content-1 ul.nav-section ul a {
		padding: 7px 15px 7px 11px;
		font-weight: normal;
		color: #545454;
		line-height: 1.6;
	}
	
	#content-1 ul.nav-section ul a:hover {
	}
	
		#content-1 ul.nav-section ul ul {
			font-size: 11px;	
		}
		
		#content-1 ul.nav-section ul ul li {
			padding-left: 9px;
			background:none;
		}
		
		#content-1 ul.nav-section ul ul a {
			border-top: 1px solid #ccc;
			color: #777;
			background: none;
		    font-size: 12px;
			padding-left: 10px;
		}
		
		#content-1 ul.nav-section ul ul a:hover {
			background:#eee;
		}