/* Horozontal Sprite hnav* ------------------------------------------------------------------------- */
#hnav{
	background:url(../images/hnav_02.jpg) no-repeat;
	width:443px;
	height:59px;
	margin:0px;
	padding:0px 0px 0px 259px;
	}
#hnav ul{
	float: right;
}	

#hnav span { display:none; }

#hnav li, #hnav a { height:59px; display:block; } /* change height here also */

#hnav li { float:left; list-style:none; _display:block; }

#hnav-01 { width:83px;}
#hnav-02 { width:124px;}
#hnav-03 { width:68px;}
#hnav-04 { width:154px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#hnav-01 a:hover { background:url("../images/hnav-o_02.jpg")  -259px 0px no-repeat; }
#hnav-02 a:hover { background:url("../images/hnav-o_02.jpg")  -342px 0px no-repeat; }
#hnav-03 a:hover { background:url("../images/hnav-o_02.jpg")  -466px 0px no-repeat; }
#hnav-04 a:hover { background:url("../images/hnav-o_02.jpg")  -534px 0px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #hnav-01 { background:url("../images/hnav.gif")  -79px -30px no-repeat; }
body#SPECIFY #hnav-02 { background:url("../images/hnav.gif") -158px -30px no-repeat; }
body#SPECIFY #hnav-03 { background:url("../images/hnav.gif") -247px -30px no-repeat; }
body#SPECIFY #hnav-04 { background:url("../images/hnav.gif") -341px -30px no-repeat; }
body#SPECIFY #hnav-05 { background:url("../images/hnav.gif") -428px -30px no-repeat; }



/* Son of Suckerfish: Horizontal Sprite hnav* ------------------------------------------------------------------------- */
#hnavli ul {
	position:absolute;
	left:-9999px;
	padding-right:1px;			/* Fixes one px spacing for border-right in FF */
	background-color:#B9A458;	/* Background color of drop down hnav- add more styles (i.e. background image) if you want */
		padding-left:0px !important;
	}

#hnavli ul li {
	height:20px; 				/* Height of each drop down hnavitem */
	border:1px solid #D2C574;
	border-top:none;
	
	}	

#hnavli ul li a {
	width:100%;
	height:20px;				/* Height of each drop down hnavitem, should match above */
	line-height:20px;			/* Height of each drop down hnavitem again, should match above */
	}

#hnavli ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#hnava:link, #hnava:visited, #hnava:hover, #hnava:active {
	font-size:.75em;
	font-weight: bold;
	color:#5C4D1B;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;

	}

#hnavli:hover ul, #hnavli.sfHover ul { left:auto; }

/* Hover styles for drop down items */
#hnav-01 ul a:hover, #hnav-02 ul a:hover, #hnav-03 ul a:hover, #hnav-04 ul a:hover, #hnav-05 ul a:hover, #hnav-06 ul a:hover {
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down hnav- choose width that allows items to display on one line */
#hnav-01 ul, #hnav-01 li { width:250px; }		
#hnav-02 ul, #hnav-02 li { width:250px; }
#hnav-03 ul, #hnav-03 li { width:200px; }		
#hnav-04 ul, #hnav-04 li { width:144px; }
#hnav-05 ul, #hnav-05 li { width:90px; }		
#hnav-06 ul, #hnav-06 li { width:90px; }