/* UL for Navigation */
#MainNav {
	margin: 104px 0 0 0;
	padding: 0;
	background: url(../Images/jta_menu_sec_off.jpg) no-repeat;
	width: 384px;
	height: 32px;
	float:right;
	}
	
/* LI for Navigation */
#MainNav li {
	margin: 0;
	padding: 0;
	top: 0;
	list-style: none;
	display: inline;
	}
	
/* class for first button offset from left if needed */
#MainNav li.first {
	margin: 0 0 0 90px;
	padding: 0;
	top: 0;
	}
	
#MainNav li, #MainNav a {
	height: 32px;
	width: 96px;
	float: left;
	}

/* hover states */	
#nav_pos1 a:hover, #nav_pos1 a:visited:hover {
	background: transparent url(../Images/jta_menu_sec_on.jpg) 0px 0px no-repeat;
	}
	
#nav_pos2 a:hover, #nav_pos2 a:visited:hover {
	background: transparent url(../Images/jta_menu_sec_on.jpg) -96px 0px no-repeat;
	}
	
#nav_pos3 a:hover, #nav_pos3 a:visited:hover {
	background: transparent url(../Images/jta_menu_sec_on.jpg) -192px 0px no-repeat;
	}
	
#nav_pos4 a:hover, #nav_pos4 a:visited:hover {
	background: transparent url(../Images/jta_menu_sec_on.jpg) -288px 0px no-repeat;
	}
	
/* hides button text labels */
#MainNav a {
	text-indent: -5000px;
	text-decoration: none;
	}

/* Modified CSS Sprites Technique 
#nav_pos1 {top: 0px; left: 0px;}
#nav_pos2 {top: 0px; left: 96px;}
#nav_pos3 {top: 0px; left: 192px;}
#nav_pos4 {top: 0px; left: 288px;}*/
