div.navigation {
	font-family: Verdana;
	line-height: 100%;
	margin-bottom: 30px;
}

div.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

div.navigation a {
	display: block;
	line-height: 25px;
	margin-bottom: 1px;
	padding: 0 10px;
	text-decoration: none;
	width: 156px;

}

div.navigation h1 {
	font-size: 10px;
	margin: 0;
}

div.navigation li.current h1 a {
	color: #3366A7;
	font-weight: bold;
	
}

div.navigation h1 a {
	color: #313131;
	font-weight: normal;
}




/* Styles to define H2 */

div.navigation li li.current h2 a {
	font-weight: bold;
}

div.navigation h2 {
	font-size: 10px;
	margin: 0;
}
div.navigation h2 a {
	color: #666666;
	font-weight: normal;
}

div.navigation h2 a:hover {
	color: #006699;
	font-weight: normal;
	text-decoration: underline;
}





/* Styles to define H3 */

div.navigation li li li.current h3 a {
	font-weight: bold;
}

div.navigation h3 {
	font-size: 10px;
	margin: 0;
}

div.navigation h3 a {
	color: #666666;
	font-weight: normal;
	padding: 0 20px;
	width: 136px;
}

div.navigation h3 a:visited {
	color: #666666;
	font-weight: normal;
	padding: 0 20px;
	width: 136px;
}

div.navigation h3 a:hover {
	color: #003163;
	font-weight: normal;
	padding: 0 20px;
	width: 136px;
}

div.navigation h3 a:active {
	color: #003163;
	font-weight: normal;
	padding: 0 20px;
	width: 136px;
}
