#tabs {
	overflow:hidden; /* wrap floats */
	height:26px; /* trips haslayout, wrap floats IE */
	list-style:none;
	width: 915px;
	position: relative;
	font-size: 11px;
	line-height: 27px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 800;
	margin-right: auto;
	margin-left: auto;
	top: -26px;
	padding-left: 20px;
}

#tabs li {
	display:inline;
}

#tabs a {
	float:left;
	position:relative;
	padding-left:15px;
	margin-right:8px; /* adjust space between tabs ... */
	text-decoration:none;
	color:#fff;
	padding-right: 2px;
	background-image: url(../_img/tabs.png);
	background-repeat: no-repeat;
	background-position: 0 -87px;
	height: 30px;
	line-height: 32px;
  }

#tabs a span {
	position:absolute;
	top:0;
	left:100%;
	width:12px;
	height:32px;
	background-image: url(../_img/tabs.png);
	background-repeat: no-repeat;
	background-position: -500px -87px;
  }

#tabs .current a {
	color:#000000;
	background-position:0 -130px;
   }
   
#tabs .current a span {
	background-position:-500px -130px;
  }   
  
#tabs .current a:hover {
	color:#614918;
	background-position:0 -130px;
   }
   
#tabs .current a:hover span {
	background-position:-500px -130px;
  }    

#tabs a:hover {
	color:#fff;
	background-position:0 -42px;
	line-height: 29px;
   }

#tabs a:hover span {
	background-position:-500px -42px;
  }
