/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background:  url(../images/nav_02.jpg) no-repeat left top;
	width:142px;		/* Width of buttons, not entite image (or half of entire image) */
	height:330px;		/* Height of entire image */
	margin:0px !important;
	padding:0px !important;
	font-family: Arial, Helvetica, sans-serif;
	}

#nav li span { display: none; }

#nav li {
	float: left;
	list-style:none;
	}

#nav li, #nav a { 
	height:33px;			/* Each button must have the same height, define it here */
	display:block;
	line-height:33px;
	margin:0px !important;
	}
	
/* margin-top to set where the nav should begin */
#nav-01 { margin-top:0px; width:142px; }


/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08, #nav-09, #nav-10 { margin-top:0px !important; width:142px;}

#nav-01 a:hover { background:  url(../images/nav-o_02.jpg) 0px  0px no-repeat; }
#nav-02 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -33px no-repeat; }
#nav-03 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -66px no-repeat; }
#nav-04 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -99px no-repeat; }
#nav-05 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -132px no-repeat; }
#nav-06 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -165px no-repeat; }
#nav-07 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -198px no-repeat; }
#nav-08 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -231px no-repeat; }
#nav-09 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -264px no-repeat; }
#nav-10 a:hover { background:  url(../images/nav-o_02.jpg) 0px  -297px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */



/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color: #333333;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:142px;			/* Set to same width as in #nav */
	margin-top:-33px;			/* Set to each button height, same as used above */
	padding-left:0px !important;
	}
	
#nav li ul li {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #FFF;
	display:block;
	}

#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:0.8em;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

#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, #nav-07 ul a:hover, #nav-08 ul a:hover, #nav-09 ul a:hover, #nav-010 ul a:hover { 
	background-image:none;
	background-color:#003399;
	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:0px; }		
#nav-02 ul, #nav-02 li { width:160px; }
#nav-03 ul, #nav-03 li { width:0px;  }
#nav-04 ul, #nav-04 li { width:0px;  }
#nav-05 ul, #nav-05 li { width:0px;  }
#nav-06 ul, #nav-06 li { width:0px;  }
#nav-07 ul, #nav-07 li { width:0px;  }
#nav-08 ul, #nav-08 li { width:0px;  }
#nav-09 ul, #nav-09 li { width:250px; }
#nav-10 ul, #nav-10 li { width:0px;  }
