div.navigation {
	font-family: Verdana;
	line-height: 100%;
	margin-bottom: 0px;
	margin-top: 10px;
	width: 182px;
}

div.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

div.navigation a {
	display: block;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 0 10px;
	text-decoration: none;
	width: 162px;
	background-color: #9EA374;
}

div.navigation h1 {
	font-size: 11px;
	margin: 0;
	border-bottom: solid #B5B995 1px;
}

div.navigation li.current h1 a {
	color: #333333;
	font-weight: bold;
}

div.navigation h1 a {
	color: #FFFFFF;
	font-weight: normal;
}




/* Styles to define H2 */

div.navigation li li.current h2 a {
	color: #656600;
	background-color: #D3D6C0;
	font-weight: bold;
}

div.navigation h2 {
	font-size: 10px;
	margin: 0;
	border-bottom: solid 1px;
	border-bottom-color: #B5B995;
}
div.navigation h2 a {
	color: #FFFFFF;
	font-weight: normal;
}

div.navigation h2 a:hover {
	color: #DCEEFC;
	font-weight: normal;
	text-decoration: none;
	background-color: #A9AD87;
}





/* Styles to define H3 */

div.navigation li li li.current h3 a {
	border-bottom: solid #ffffff 1px;
	font-weight: bold;
	color: #FFFFFF;
}

div.navigation h3 {
	font-size: 10px;
	margin: 0;
	font-weight: normal;
	border-bottom: 1px solid #FFF;
}

div.navigation h3 a {
	padding: 0 20px;
	width: 142px;
	background-color: #F2F2EC;
	color: #656600;
}

div.navigation h3 a:visited {
	font-weight: normal;
	padding: 0 20px;
	width: 142px;
	background-color: #F2F2EC;
}

div.navigation h3 a:hover {
	color: #9EA374;
	font-weight: normal;
	padding: 0 25px;
	width: 132px;
	background-color: #F2F2EC;
}

div.navigation h3 a:active {
	color: #9EA374;
	font-weight: normal;
	padding: 0 20px;
	width: 142px;
	background-color: #F2F2EC;
}
