/* (c)2006 Jim Curry Design and Thrive Coalition. */

/*Navigation A */
#hdnav {
	position: absolute;
	width: 792px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: -396px;
	left: 50%;
	color: #FFFFFF;
	top: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#hdnav ul {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 14px;
	margin: 0;
}

#hdnav li {
float: left;
list-style-type: none;
margin: 0;
}

#hdnav a {
	display: block;
	padding: 5px 15px 5px 15px;
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: right;
	background-image: url(../pic/shdnva.jpg);
}

#hdnav a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#hdnav a:visited {
color: #999999;
}

#hdnav a:hover, #hdnav a:active, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  {
background-color: #666666;
background-image: url(../images/hdnavbgover.jpg);
background-repeat: repeat-x;
background-position: top;
color: #FFFFFF;
}

/*Navigation B*/

#hdnavb {
	position: absolute;
	width: 289px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 109px;
	left: 50%;
	color: #FFFFFF;
	top: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	z-index: 3;
}

#hdnavb ul {
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 14px;
	margin: 0;
}

#hdnavb li {
float: left;
list-style-type: none;
margin: 0;
}

#hdnavb a {
display: block;
padding: 5px 15px 5px 15px;
background-color: #192334;
}

#hdnavb a:link, #navlist a:visited {
color: #FFFFFF;
text-decoration: none;
}

#hdnavb a:visited {
color: #999999;
}

#hdnavb a:hover, #hdnav a:active, #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active  {
background-color: #000000;
color: #FFFFFF;
}

/*Workarounds for Internet Exploder.  Jim Curry Design recomends FireFox isntead. It's more secure, and renders websites better. Check it out www.getfirefox.com.*/

[if gte IE 5]>

<style>
#hdnav a  {
position: relative;
height: 1em;
zoom: 100%;
}
</style>
<![endif]
