
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:0px solid #666;	
	height:108px;
	outline:none;
}

ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

ul.tabs a { 
	background-image: url(http://www.scooter-performance.co.uk/images/menu.png);
	background-repeat:no-repeat;
	font-size:11px;
	display:block;
	height: 108px;  
	line-height:108px;
	width: 990px;
	text-align:left;	
	text-decoration:none;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
}

ul.tabs a:active {
	outline:none;		
}

ul.tabs a:hover {
	background-position: 0px -216px;	
	color:#fff;	
	outline:none;	
}

/* width 1 */
ul.tabs a.a1 			{ background-position: 0 0px; width:163px;outline:none;}
ul.tabs a.a1:hover 		{ background-position: 0 -108px;}
ul.tabs a.a1.current	{ background-position: 0 -108px;}

/* width 2 */
ul.tabs a.a2 			{ background-position: -163px 0; width:173px;}
ul.tabs a.a2:hover 		{ background-position: -163px -108px; }
ul.tabs a.a2.current	{ background-position: -163px -108px; }

/* width 3 */
ul.tabs a.a3 			{ background-position: -336px 0px; width:71px;}
ul.tabs a.a3:hover 		{ background-position: -336px -108px; }
ul.tabs a.a3.current	{ background-position: -336px -108px; }

/* width 4 */
ul.tabs a.a4 			{ background-position: -407px 0; width:83px;}
ul.tabs a.a4:hover 		{ background-position: -407px -108px; }
ul.tabs a.a4.current	{ background-position: -407px -108px; }

/* width 5 */
ul.tabs a.a5 			{ background-position: -490px 0; width:99px;}
ul.tabs a.a5:hover 		{ background-position: -490px -108px; }
ul.tabs a.a5.current	{ background-position: -490px -108px; }

/* width 6 */
ul.tabs a.a6 			{ background-position: -589px 0; width:85px;}
ul.tabs a.a6:hover 		{ background-position: -589px -108px; }
ul.tabs a.a6.current	{ background-position: -589px -108px; }

/* width 6 */
ul.tabs a.a7 			{ background-position: -674px 0; width:81px;}
ul.tabs a.a7:hover 		{ background-position: -674px -108px; }
ul.tabs a.a7.current	{ background-position: -674px -108px; }

/* width 6 */
ul.tabs a.a8 			{ background-position: -755px 0; width:78px;}
ul.tabs a.a8:hover 		{ background-position: -755px -108px; }
ul.tabs a.a8.current	{ background-position: -755px -108px; }

/* width 6 */
ul.tabs a.a9 			{ background-position: -833px 0; width:87px;}
ul.tabs a.a9:hover 		{ background-position: -833px -108px; }
ul.tabs a.a9.current	{ background-position: -833px -108px; }

/* width 6 */
ul.tabs a.a10 			{ background-position: -920px 0; width:70px;}
ul.tabs a.a10:hover 	{ background-position: -920px -108px; }
ul.tabs a.a10.current	{ background-position: -920px -108px; }


#tabs img {
	margin:0;	
	cursor:pointer;	
}










