/* =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: 3px 0 3px 8px;
		color: #000e77;
	}

	ul.nav-section li a:hover {
		color: #df6700;
	}


#content-1 ul li {
}

#content-1 ul.nav-section {
	padding: 2px 0 8px 0;
	list-style-type: none;
}

#content-1 ul.nav-section li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.selected strong {
	display: block;
	/*background-color:#E0D6C4;*/
	/*background-color: #F1EDE4; */
}
li.sub {
	/*background-color: #F1EDE4;*/
	background-image: url(../../images/ui/PlusSign.png);
	background-repeat:no-repeat;
	background-position: right;
	}
	
li.notsub {
	/*background-color: #F1EDE4;*/
}

.menuSelected {
	background-color: #F1EDE4;
}
	
#content-1 ul.nav-section ul li.selected strong a {
	font-weight: bold;
	color:#9D3704;
}

#content-1 ul.nav-section ul ul li.selected strong a {
	font-weight: bold;
	color:#2b5987;
}


#content-1 ul.nav-section a {
	padding: 3px 0 3px 3px;
	display: block;
}

ul.nav-section a.external{
	background: none;	
}

#content-1 ul.nav-section a:hover {
}

#content-1 ul.nav-section ul{
	font-size: 13px;
}

#content-1 ul.nav-section ul li {
	padding: 0;
	border-bottom: 0;
	color: #666;
	font-size: 12px;
}

#content-1 ul.nav-section ul a {
	padding: 1px 0 2px 10px;
	font-weight: normal;
	color: #2b5987;
}

#content-1 ul.nav-section ul a:hover {
	text-decoration:underline;
}

#content-1 ul.nav-section ul ul {
	font-size: 11px;	
}

#content-1 ul.nav-section ul ul li {
	padding-left: 18px;
}

#content-1 ul.nav-section ul ul a {
	color: #666;
	background: none;
	padding-left: 2px;
}

#content-1 ul.nav-section ul ul a:hover {
}


@media screen and (max-width: 600px) {

#content-1 ul.nav-section a {   
        padding: 5px 0 5px 3px;
}

#content-1 ul.nav-section ul a {
        padding: 3px 0 5px 10px;
}

}