.thrColHdrFtr #subnavigation {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 74px 20px 15px 10px;
	font-size: 0.9em;
}

#subnavigation ul{

}

#subnavigation ul li{
	list-style: none;

}

#subnavigation ul li.level2{
	border-top: 1px solid #90B687;
}

#subnavigation ul li.level3{
	padding: 0px;
	margin: 0px;
}

#subnavigation ul li.level4{
	padding: 0px;
	margin: 20px;
}

#subnavigation a:link {
	width: 90%;
	padding: 2px 2px 2px 4px;
	display: block;
	text-decoration: none;
	color: #FDF2B2;
         margin-left: 10px; 
}
#subnavigation a:visited {
	width: 90%;
	display: block;
	text-decoration: none;
	color: #FDF2B2;
	padding: 2px 2px 2px 4px;
         margin-left: 10px; 
}
#subnavigation a:hover {
	width: 90%;
	background: #A32121;
	display: block;
	color: #FDF2B2;
	padding: 2px 2px 2px 4px;
         margin-left: 10px;
}
#subnavigation a:active {
	width: 90%;
	display: block;
	text-decoration: none;
	color: #01331A;
	padding: 2px 2px 2px 4px;
         margin-left: 10px;
}
#subnavigation .navitree ul li, #subnavigation .navitree ul li a {
	display: inline;
         padding: 0;
         margin: 0;
}
#subnavigation .navitree ul li a:hover {
	text-decoration: underline;
         background: none;
}

