@charset "utf-8";
/* CSS Document */

/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background:url(../images/in-nav_02.jpg) no-repeat;
	width:730px;
	height:41px;
	margin:0px;
	padding:0px 0px 0px 220px;
	}
#nav ul{
	float: right;
}	

#nav span { display:none; }

#nav li, #nav a { height:41px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:block; }

#nav-01 { width:61px;}
#nav-02 { width:45px;}
#nav-03 { width:45px;}
#nav-04 { width:54px;}
#nav-05 { width:112px;}
#nav-06 { width:112px;}
#nav-07 { width:96px;}
#nav-08 { width:81px;}
#nav-09 { width:101px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/in-nav-o_02.jpg")  -220px 0px no-repeat; }
#nav-02 a:hover { background:url("../images/in-nav-o_02.jpg")  -281px 0px no-repeat; }
#nav-03 a:hover { background:url("../images/in-nav-o_02.jpg")  -326px 0px no-repeat; }
#nav-04 a:hover { background:url("../images/in-nav-o_02.jpg")  -371px 0px no-repeat; }
#nav-05 a:hover { background:url("../images/in-nav-o_02.jpg")  -425px 0px no-repeat; }
#nav-06 a:hover { background:url("../images/in-nav-o_02.jpg")  -537px 0px no-repeat; }
#nav-07 a:hover { background:url("../images/in-nav-o_02.jpg")  -649px 0px no-repeat; }
#nav-08 a:hover { background:url("../images/in-nav-o_02.jpg")  -745px 0px no-repeat; }
#nav-09 a:hover { background:url("../images/in-nav-o_02.jpg")  -826px 0px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.gif")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.gif") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.gif") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.gif") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.gif") -428px -30px no-repeat; }



/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav li 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 nav - add more styles (i.e. background image) if you want */
		padding-left:0px !important;
	}

#nav li ul li {
	height:20px; 				/* Height of each drop down nav item */
	border:1px solid #D2C574;
	border-top:none;
	
	}	

#nav li ul li a {
	width:100%;
	height:20px;				/* Height of each drop down nav item, should match above */
	line-height:20px;			/* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:.75em;
	font-weight: bold;
	color:#5C4D1B;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;

	}

#nav li:hover ul, #nav li.sfHover ul { left:auto; }

/* Hover styles for drop down items */
#nav-01 ul a:hover, #nav-02 ul a:hover, #nav-03 ul a:hover, #nav-04 ul a:hover, #nav-05 ul a:hover, #nav-06 ul a:hover {
	background-image:none;
	background-color:#AA0000;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:250px; }		
#nav-02 ul, #nav-02 li { width:250px; }
#nav-03 ul, #nav-03 li { width:200px; }		
#nav-04 ul, #nav-04 li { width:144px; }
#nav-05 ul, #nav-05 li { width:90px; }		
#nav-06 ul, #nav-06 li { width:90px; }		
