.tabs {
	position: relative;
	display: block;
	height: 30px;
	background: transparent url(../images/bg_tabs_off.gif) repeat-x top left;
	border-top: 1px solid #F5F5DC;
}
.tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
}
.tabs ul li {
	display: block;
	float: left;
}
.tabs ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 0px 10px;
	height: 23px !important;
	height: 28px;
	background: transparent url(../images/bg_tabs_divider.gif) no-repeat top right;
}
.tabs ul li a:hover {
	color: #B00;
	background: #FFF url(../images/bg_tabs_on.gif) repeat-x top left;
	text-decoration: none;
}
.tabs ul li.current a {
	color: #008B8B;
	background: #FFF url(../images/bg_tabs_current.gif) repeat-x top left;
}