

#navheight_vert {
	min-height: 193px;
}
* html body #navheight_vert { height: 193px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 0px;  }




#nav {
	display:block;
	float:left;
	width:260px;

	margin-left: 15px;
	border: 0px solid #000;
}









/* ### nav1st - first level navigation ######################################## */

ul.nav1st {
	padding:0px 0px;
	
}

ul.nav1st li {
	display: block;
	padding:0px 0;
	color:#162255;
	background: inherit;
	font-weight:normal;
	border-bottom: 1px solid #fff;
	
	
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#162255;
	background: inherit;
	padding-left: 25px;
	
}

ul.nav1st a:hover {
	color:#162255;
	background: inherit;
	padding: 0px 0;
	padding-left: 25px;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#162255;
	background: #E2DACB;
	padding: 0px 0;
	padding-left: 25px;
}

ul.nav1st li a.current:hover {
	color:#162255;
	background: inherit;
	padding: 0px 0;
	padding-left: 25px;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0;

	font-weight:normal;
	text-transform:none;
	background: #F0ECE4;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
	
}

ul.nav2nd a, 
ul.nav2nd a:link {
	display:block;
	padding:4px 17px 4px 50px;
	background-image:url(button_.gif);
	background-position:158px 8px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:4px 17px 4px 50px;
	background-image:url(button_.gif);
	background-position:158px -12px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:4px 17px 4px 50px;
	background-image:url(button_.gif);
	background-position:158px -32px;
	background-repeat: no-repeat;
	background-color:#c4d4dc;
	color:#37444f;
}


/* ### Breadcrump Navigation #################################################### */

#breadcrumb {
	float:left;
	padding-left:290px;
	padding-top: 2px;
	font-size: 11px;
	color:#162255;
	
}

#breadcrumb a, #breadcrumb a:link {
	color:#162255;
	
	text-transform:none;
}


*html #breadcrumb {
	float:left;
	padding-left:292px;
	padding-top: 10px;
	font-size: 11px;
	color:#162255;
	
}


