		.nav-container {

position: absolute; bottom: 15px; _bottom: 5px; left: 10px; width: 700px; height: 27px; font-weight: bold;
		}
		
		ul.tab-navs {
			list-style: none;
			font-size: 12px;
		}
		
		/*------- Example 1 - no span ------*/

		ul#tab-nav1 { bottom: 0px; left: 0px; }
				
		#tab-nav1 a { color: #fff; text-decoration: none; }
		#tab-nav1 a:hover { color: #fff; }
		
		#tab-nav1 li { 
			position: relative;
			float: left; 
			margin-left: 0px;
			padding: 0 0 0 5px;
			background: url(img/menu-l-orange.gif) 0 -28px no-repeat;
			text-align: center;
		}
		
		#tab-nav1 a { 
			float: left;
			display: block; 
			padding: 4px 13px 8px 7px;
			background: url(img/menu-r-orange.gif) 100% -28px no-repeat;
		}
		
		#tab-nav1 li:hover { background-position: 0 27px; }
		#tab-nav1 li:hover a { background-position: 100% 27px; color: #fff; }
		
		/* active link */
		#tab-nav1 #active1, #tab-nav1 #active1:hover { 
			border-bottom: none;
			color: #fff; 
			background: url(img/menu-l-orange.gif) 100% -28px no-repeat;
		}
		#tab-nav1 #active1 a { color: #fff; background: url(img/menu-r-orange.gif) 100% 27px no-repeat; }
		#tab-nav1 #active1 a:hover { cursor: default; } /* prevent the cursor from changing 
																						to a hand on hover so that it 
																						doesn't look like a link anymore */
																						
		/* javascript applied styles */	
		#tab-nav1 li.hf { background-position: 0 0px; }
		#tab-nav1 li.hf a { background-position: 100% 0px; color: #fff; }
		
		
		/* this is to remove a 2px gap in Opera 8.5 - doesn't validate as CSS2.1 but does as CSS3
		@media all and (min-width: 0px) { 
			body #active2 a, body #active2 a:hover,
			body #active2 a span, body #active2 a:hover span { bottom: 0; }
			body #active2[id^="active2"] a, 
			body #active2[id^="active2"] a span { bottom: -2px; } /* reset it back again for Opera 9 */
		}
		
		/* IE 5 Mac style only */
		/*\*//*/
		#tab-nav2 a { width: 6.1em; }
		/**/
	</style><!--[if lte IE 6]>
		<style type="text/css" media="screen">
			ul#tab-nav2 { bottom: -1px; }
		</style>
	<![endif]--><!--[if IE 6]>
		<style type="text/css" media="screen">
			ul#tab-nav1 { bottom: -3px; }
			#tab-nav2 a { width: 6.4em; padding-bottom: 0px; }
			#active2 a, #active2 a:hover { bottom: -2px; }
		</style>
	<![endif]--><!--[if lt IE 6]>
		<style type="text/css" media="screen">
			#tab-nav2 a { width: 7.4em; padding-bottom: 0; }
			#tab-nav2 a:hover { cursor: hand; }
			#tab-nav2 a span { padding-bottom: 9px; }
			#active2 a, #active2 a:hover { bottom: -1px; }
		</style>
	<![endif]-->*/