.accordion_active {
	color: #111111;
}


ul.main {
	margin: 7px;
	padding: 0;
	text-align: left;
}

ul.main li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

ul.main li a {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
	padding: 9px 12px;
	
	font-size: 14px;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

ul.main li a:hover {
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-left-color: #EEEEEE;
	background-color: #EEEEEE;
}

ul.main li a.current {
	background: #FFFFF;
	color: #222;
}

ul.main .active {
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-left-color: #DDD;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

ul.main .active a:hover {
	border-top-color: #DDD;
	border-right-color: #DDD;
	border-left-color: #DDD;
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}



ul.hie_navigation_links {
	list-style: none;
	margin: 0px;
	padding-bottom:18px;

}

ul.hie_navigation_links li {
	display: inline;
}

ul.hie_navigation_links li:hover {

}

ul.hie_navigation_links a {

	color: #555555;
	
	padding: 5px;
}

ul.hie_navigation_links  a:link {

}

ul.hie_navigation_links a:hover {
	color: black;
	text-decoration: none;
	
}

ul.hie_navigation_links .active {
	font-weight:bold;
	text-decoration: none;
	color: black;
}

