/* Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
#about {
	background:  url(../images/about-nav.jpg) no-repeat left top;
	width:191px;		/* Width of buttons, not entite image (or half of entire image) */
	height:210px;		/* Height of entire image */
	margin:0px !important;
	padding:0px !important;
	font-family: Arial, Helvetica, sans-serif;
	}

#about li span { display: none; }

#about li {
	float: left;
	list-style:none;
	}

#about li, #about a { 
	height:30px;			/* Each button must have the same height, define it here */
	display:block;
	line-height:30px;
	margin:0px !important;
	}
	
/* margin-top to set where the nav should begin */
#about-01 { margin-top:0px; width:191px; }


/* margin-top if there is a spacing between each nav button */
#about-02, #about-03, #about-04, #about-05, #about-06, #about-07 { margin-top:0px !important; width:191px;}

#about-01 a:hover { background:  url(../images/about-nav-o.jpg) 0px  0px no-repeat; }
#about-02 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -30px no-repeat; }
#about-03 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -60px no-repeat; }
#about-04 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -90px no-repeat; }
#about-05 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -120px no-repeat; }
#about-06 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -150px no-repeat; }
#about-07 a:hover { background:  url(../images/about-nav-o.jpg) 0px  -180px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */



/* Son of Suckerfish: Vertical Sprite Nav
 * ------------------------------------------------------------------------- */
 
#about 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:191px;			/* Set to same width as in #about */
	margin-top:-85px;			/* Set to each button height, same as used above */
	padding-left:0px !important;
	opacity:.9;
	}
	
#about li ul li {
	height:20px;				/* Height of each drop down nav item */
	border:1px solid #FFF;
	display:block;
	}

#about 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 */
	}

#about li ul li a span {
	display:block;
	padding-left:5px;
	}
	
#about-05-sub-01 { margin-left: 220px !important;  }
#about-05-sub-02 { margin-left: 220px !important;  }
#about-06-sub-01 { margin-left: 200px !important;  }

/* Drop down link styles */
#about a:link, #about a:visited, #about a:hover, #about a:active {
	font-size:0.8em;
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
	}

#about li:hover ul, #about li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#about-01 ul a:hover, #about-02 ul a:hover, #about-03 ul a:hover, #about-04 ul a:hover, #about-05 ul a:hover, #about-06 ul a:hover, #about-07 ul a:hover, #about-08 ul a:hover, #about-09 ul a:hover { 
	background-image:none;
	background-color:#9AB450;
	color:#FFFFFF;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#about-01 ul, #about-01 li { width:179px; }		
#about-02 ul, #about-02 li { width:179px; }
#about-03 ul, #about-03 li { width:179px; }

