/* =nav-section ------------------------------------------------ */

#content-1 ul li {
}

#content-1 ul.nav-section {
	padding: 0px 0 10px 0;
	list-style-type: none;
}

#content-1 ul.nav-section li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top:1px solid #c1c3c5;
	border-bottom:1px solid #fff;
}

.ie6 ul.nav-section li{height:1%}

li.selected strong {
	display: block;
}


#content-1 ul.nav-section li.selected strong a {
	color:#102a5c;
	background-image:none;
	background-color:#f1f1f1;
}

#content-1 ul.nav-section ul li.selected strong a {
	font-weight: bold;
	background:url(/core/images/ui/bg-slave-arrow.png) no-repeat right 4px;
}


#content-1 ul.nav-section a {
	padding: 4px 0 4px 10px;
	display: block;
	color:#333;
	text-transform:uppercase;
	font-size:10px;
	background:url(/core/images/ui/bg-slave-nav.gif) repeat-x #D3D4D5;
}

/*ul.nav-section a.external{
	background: none;	
}

#content-1 ul.nav-section a.external img{padding-left:3px;}*/

#content-1 ul.nav-section a:hover {
	background:#E9EaEb;
	color:#102a5c;
}

#content-1 ul.nav-section ul{
	font-size: 13px;
	background:url(/core/images/ui/bg-slave-expand.gif) repeat-x #D3D4D5;
	padding-bottom:8px;
}

#content-1 ul.nav-section ul li {
	padding: 0px 0 3px;
	border: 0;
	color: #666;
	font-size: 12px;
}

#content-1 ul.nav-section ul a {
	padding: 1px 10px 1px 10px;
	font-weight: normal;
	color: #444;
	text-transform:none;
	background:none;
	display:inline;
}

#content-1 ul.nav-section ul a:hover {
	background:url(/core/images/ui/bg-slave-arrow.png) no-repeat right 4px;
	color:#102a5c;
}

#content-1 ul.nav-section ul ul {
	font-size: 11px;
	background:none;
}

#content-1 ul.nav-section ul ul li {
	padding-left: 18px;
	line-height:15px;
	padding-bottom:3px;
}

#content-1 ul.nav-section ul ul a {
	color: #777;
	background: none;
	padding-left: 2px;
}

#content-1 ul.nav-section ul ul a:hover {
	background:none;
}

#content-1 ul.nav-section ul ul ul li{line-height:13px;}