#tabs li {
float: left;
list-style-type: none;
}

#tabs a {
display: block;
background: url('../img/tabs_combined.jpg') no-repeat;
background-position: 0 -27px;
width: 192px;
height: 17px;
text-align: center;
font-size: 15px;
padding: 5px 0;
font-family: Trebuchet MS, Tahoma, sans-serif;
color: black;
text-decoration: none;
}

#tabs a:hover {
background-position: 0 -54px;	
}

#tabs .current a {
background-position: 0 0;
}

#tabs .current a:hover {
background-position: 0 0;
}

#tabs #last {
width: 194px
}