/* UL for Sub Navigation */

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

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