div.navigation {
	font-family: Verdana;
	line-height: 100%;
	margin-bottom: 0px;
	width: 178px;
	height: auto;
}

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

}

div.navigation a {
	display: block;
	line-height: 30px;
	margin-bottom: 0px;
	padding: 0 10px 0 20px;
	text-decoration: none;
	width: 148px;
}

div.navigation h1 {
	font-size: 11px;
	margin: 0;
	margin-bottom: 5px;
}

div.navigation li.current h1 a {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: 5px;
}

div.navigation h1 a {
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
}




/* Styles to define H2 */

div.navigation li li.current h2 a {
	color: #000033;
	font-weight: bold;
	background-image: url(../images/sidenav_dot_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.navigation h2 {
	font-size: 10px;
	margin: 0;
}
div.navigation h2 a {
	color: #003333;
	font-weight: normal;
		background-image: url(../images/sidenav_dot.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

div.navigation h2 a:hover {
	color: #003333;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/sidenav_dot_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}





/* Styles to define H3 */

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

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

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

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

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

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