/* ************* Sub-Navigation ********* */
#nav_sub ul {
	margin: 0;
	padding: 0 0 0.7em 0;
	list-style: none;
}

#nav_sub ul a {
	display: block;
	background-image: url(li_navsub.gif);
	background-repeat: no-repeat;
	background-position: 0.5em 0.8em;
	border-top: 1px solid #fff;
	padding: 0.4em 0 0.3em 1.7em;
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
	width: 11.7em;
}

#nav_sub ul li {
	display: inline;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}	

#nav_sub ul li.active a {
	background-color: #fff;
	
}

#nav_sub ul li.active li a {
	background-color: #E3E5E6;
}

#nav_sub ul a:hover {
	color: #A50008;
	text-decoration: underline;
	background-color: #fff !important;
}

#nav_sub ul ul a {
	background-image: none;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0 0 0 1.7em;
	border: none;
	width: 12.9em;
}


*html #nav_sub ul ul a {
	width: 12.88em;
}


#nav_sub ul ul ul a {
	width: 11.5em;
}

#nav_sub ul ul li.active a {
	font-weight: bold;
	background-color: #fff;
	border-top: 1px solid #D6D7D8;
	border-bottom: none;
	
}

#nav_sub ul ul a:hover {
	background: #fff;
}

#nav_sub ul ul li.active li a {
	background-color: #F4F5F5;
}

#nav_sub ul ul ul {
	padding-bottom: 0;
}

#nav_sub ul ul li.active ul, #nav_sub ul ul li.highlight ul {
	background-color: #F4F5F5;
	border-bottom: 1px solid #D6D7D8;
	width: 16em;
}

#nav_sub ul ul li.highlight a {
	background-color: #F4F5F5;
}

#nav_sub ul ul ul a {
	margin-left: 1.5em;
	border-top: 1px solid #D6D7D8;
	font-weight: normal !important;
}

#nav_sub ul ul ul li.active a {
	font-weight: bold !important;
	background-color: #fff;
}
