.tabs {
	width:100%;
	font-size:93%;
	line-height:normal;
}
.tabs ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
.tabs li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs a {
	float:left;
	background: url("../img/tableft10.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	background-position:0% -42px;
}
.tabs a span {
	font: bold 10px/1.5em Verdana;
	display:block;
	float:left;
	background:url("../img/tabright10.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	background-position:100% -42px;
}

#tabs a:hover span {
	color:#000;
}
.tabs a:hover, .tabs .selected a  {
	background-position:0% 0px;
	color:#000;
}
.tabs a:hover span, .tabs .selected a span  {
	background-position:100% 0px;
	color:#000;
}

.panel{
	border:1px solid #7F9DB9;
	padding:10px;
}
