div#tabs-panel {
	position: relative;
	top: 0px;
	left: 0;
	border: 0px;
	height: 25px;
	background: silver;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px
}

ul#tabs {	
	list-style: none;
	height: 20px;
	padding: 5px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: white
}

ul#tabs li {
	float: left;
	margin: 5px 0px 0px 0px;
	height: 20px;
	text-align: center;
	position: relative;
	left: 250px;
	width: 89px;
	border-bottom: 1px solid black;
	top: 0px;
	bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: transparent url("/siteimages/tabunselectback.gif") no-repeat scroll top
}

ul#tabs li:hover {
	color: black;
}

ul#tabs a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: black;
	border-bottom: 0px solid black;
	font: 10px Verdana, arial, sans-serif;
}

body#default li#tab1,
body#indexpage li#tab2,
body#basket li#tab3, 
body#contactus li#tab4, 
body#help li#tab5 {
	border-bottom: 1px white;
}

ul#tabs a:hover, 
body#default li#tab1 a, 
body#indexpage li#tab2 a, 
body#basket li#tab3 a, 
body#contactus li#tab4 a, 
body#help li#tab5 a {
	background: transparent url("/siteimages/tabselectback.gif") no-repeat scroll top;
}

ul#tabs span {
	display: block;
	padding: 5px 0px 0px 0px;
	text-align: center;
}