		.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-blue.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-blue.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-blue.gif) 100% -28px no-repeat;
		}
		#tab-nav1 #active1 a { color: #fff; background: url(img/menu-r-blue.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; }