/* UL for Sub Navigation */

#sub_nav6 {
	margin: 0;
	padding: 0;
	background: url(../Images/sub_nav6_off.gif) no-repeat;
	width: 120px;
	height: 262px;
	z-index: 15;
	visibility: hidden;
	position: absolute;
	}
	
/* LI for Sidebar Navigation */
#sub_nav6 li {
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	left: 0px;
	}
	
#sub_nav6 li, #sub_nav6 a {
	height: 21px;
	width: 120px;
	display: block;
	}
	
/* Modified CSS Sprites Technique */
#sub_nav6_pos1 {left: 0px; top: 136px;}


/* Hover States */
#sub_nav6_pos1 a:hover, #sub_nav6_pos1 a:visited:hover {
	background: transparent url(../Images/sub_nav6_on.gif) no-repeat 0px -136px;
	}
	
	
/* Modified Phark Image Replacement Technique (hides button text labels) */
#sub_nav6 a {
	text-indent: -5000px;
	text-decoration: none;
	}

