/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#nav2 {
	background: url(../images/home-nav.jpg) no-repeat left top;					
	width:251px;		/* Width of buttons, not entite image (or half of entire image) */
	height:171px;		/* Height of entire image */
	margin:0;
	padding:0;
	}

#nav2 li span { display: none; }

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

#nav2 li, #nav2 a { 
	height:57px;			/* Each button must have the same height, define it here */
	display:block;
	line-height:57px;
	margin:0px !important;
	}
	
.hide { display:none !important; }  .show { display:block !important; }

/* margin-top to set where the nav should begin */
#nav2-01 { margin-top:0px; width:251px; }


/* margin-top if there is a spacing between each nav button */
#nav2-02, #nav2-03 { margin-top:0px !important; width:251px;}

#nav2-01 a:hover { background: url(../images/home-nav-o.jpg) 0px  0px no-repeat; }
#nav2-02 a:hover { background: url(../images/home-nav-o.jpg) 0px  -57px no-repeat; }
#nav2-03 a:hover { background: url(../images/home-nav-o.jpg) 0px  -114px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav2-01 { background: url(../images/home-nav-o.jpg) -100px  -15px no-repeat; }
body#SPECIFY #nav2-02 { background: url(../images/home-nav-o.jpg) -100px  -30px no-repeat; }
body#SPECIFY #nav2-03 { background: url(../images/home-nav-o.jpg) -100px  -60px no-repeat; }
body#SPECIFY #nav2-04 { background: url(../images/home-nav-o.jpg) -100px  -90px no-repeat; }
body#SPECIFY #nav2-05 { background: url(../images/home-nav-o.jpg) -100px -120px no-repeat; }
body#SPECIFY #nav2-06 { background: url(../images/home-nav-o.jpg) -100px -150px no-repeat; }

body#SPECIFY #nav2-10 { background: url(../images/nav-o1.gif) -100px  -15px no-repeat; }
body#SPECIFY #nav2-11 { background: url(../images/nav-o1.gif) -100px  -30px no-repeat; }
body#SPECIFY #nav2-12 { background: url(../images/nav-o1.gif) -100px  -60px no-repeat; }
body#SPECIFY #nav2-13 { background: url(../images/nav-o1.gif) -100px  -90px no-repeat; }

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

#nav2 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 */
	}

#nav2 li ul li a span {
	display:block;
	padding-left:5px;
	}
	
#nav2-05-sub-01 { margin-left: 220px !important;  }
#nav2-05-sub-02 { margin-left: 220px !important;  }
nav-06-sub-01 { margin-left: 200px !important;  }
nav-06-sub-02 { margin-left: 200px !important;  }
nav-06-sub-03 { margin-left: 200px !important;  }
nav-06-sub-04 { margin-left: 200px !important;  }
nav-06-sub-05 { margin-left: 200px !important;  }
nav-06-sub-06 { margin-left: 200px !important;  }
nav-06-sub-07 { margin-left: 200px !important;  }
nav-06-sub-08 { margin-left: 200px !important;  }
nav-06-sub-09 { margin-left: 200px !important;  }
nav-06-sub-10 { margin-left: 200px !important;  }
nav-06-sub-11 { margin-left: 200px !important;  }
nav-06-sub-12 { margin-left: 200px !important;  }
nav-06-sub-13 { margin-left: 200px !important;  }

/* Drop down link styles */
#nav2 a:link, #nav2 a:visited, #nav2 a:hover, #nav2 a:active {
	font-size:0.75em;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

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

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

/* width of drop down nav - choose width that allows items to display on one line */
#nav2-03 ul, #nav2-03 li { width:200px; }		
#nav2-04 ul, #nav2-04 li { width:200px; }
#nav2-05 ul, #nav2-05 li { width:220px; }
#nav2-06 ul, #nav2-06 li { width:200px; }
