/* by cdjw */

#navheight_horiz_vert {
	min-height: 540px;
	position: relative;
	top:-10px;
	left:-13px;
}
* html body #navheight_horiz_vert { height: 600px; } /* IE 6 / 5.5 Hack */

#navheight_horiz_vert ul.nav1st { 
	padding: 0px 20px;
}


#nav-header {
	font-size: 1.3em;
}


#nav-header li {
	display:inline;
}

#nav-header a,

#nav-header a:link {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	background-color: none;
	padding:7px 14px 0px 34px;
	background-image: url(navheadericon.gif);
}

#nav-header a:hover {
	background-color: none;
	color: #333333;
	padding:7px 14px 0px 34px;
	background-image: url(navheadericon.gif);
}

#nav-header a.current, 
#nav-header a.current:link {
	background-color none;
	color: #6666DD;
	padding:7px 14px 0px 34px;
	background-image: url(navheadericon.gif);
}

#nav-header a.current:hover {
	color:#eee;
	background-color: none;
	color: #AAFFAA;
	padding:7px 14px 0px 34px;
	background-image: url(navheadericon.gif);
}


#nav {
	display:block;
	float:left;
	position: relative;
	background:url(ftonavbg.jpg) repeat-y;
	width: 224px;
}

#nav p.copy,
#nav p {
	padding-right:20px;
	color:#fff;
	background: inherit;
	text-align: right;
}


#nav p.copy a,
#nav p.copy a:link {
	color: #fff;
	background: inherit;
	text-decoration: none;
}

#nav p.copy a:hover {
	color: #fff;
	background: inherit;
	text-decoration: underline;
}
#navheight_vert {
	min-height: 430px;
}
* html body #navheight_vert { height: 600px; } /* IE 6 / 5.5 Hack */

#navheight_vert ul.nav1st { padding:10px 20px;  }

ul.nav1st {
	padding:0px 20px;
	font-size:1.2em;
	text-transform:uppercase;
}

ul.nav1st li {
	display: block;
	padding:3px 0;
	color:#FFFFFF;
	background: inherit;
	font-weight:bold;
	text-transform: uppercase
}

ul.nav1st a, 
ul.nav1st a:link {
	display: block;
	color:#FFFFFF;
	background: inherit;
	padding: 1px 0;
}

ul.nav1st a:hover {
	color:#AAAAAA;
	
	padding: 1px 0;
}

ul.nav1st li a.current, 
ul.nav1st li a.current:link {
	color:#AAAAAA;
	background: inherit;
	padding: 1px 0;
}
ul.nav1st li a.current:hover {
	color:#AAAAAA;
	background: inherit;
	padding: 1px 0;
}


/* ### nav2nd - second level navigation ######################################### */

ul.nav2nd {
	margin: 0 0 10px 0;
	font-size:1em;
	font-weight:normal;
	text-transform:upppercase;
}

ul.nav2nd li {
	padding:0;
	margin:0;
	font-weight:normal;
	border:none;
}

ul.nav2nd a, 
ul.nav2nd a:link {

	padding:9px 17px 4px 1px;
	background-repeat: no-repeat;
}


ul.nav2nd a:hover {
	padding:9px 17px 4px 1px;
	background-color:#c4d4dc;
	color:#37444f;
}

ul.nav2nd li.active a, 
ul.nav2nd li.active a:link {
	padding:9px 17px 4px 1px;
	background-color:#c4d4dc;
	color:#37444f;
}
