/*
	http://exploding-boy.com/images/cssmenus2/menus.html
*/

.tabs10 {
	width:350px;
	font-size:80%;
	line-height:normal;
	text-align: center;
}
.tabs10 ul {
	margin:0;
	padding:10px 10px 0 0;
	list-style:none;
}
.tabs10 li {
	display:inline;
	margin:0;
	padding:0;
}
.tabs10 a {
	float:left;
	background:url("tableft10.png") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;	
	background-position:0% -42px;
}
.tabs10 a span {
	font: bold 10px/1.5em Verdana;
	display:block;
	float:left;
	background:url("tabright10.png") no-repeat right top;
	padding:7px 12px 2px 5px;
	color: #fff;	
	background-position:100% -42px;
}

.tabs10 a:hover {
	background-position:0% 0px;
	color: #1e7cb8;
}

.tabs10 .selected a {
	background-position:0% -84px;
}

.tabs10 .selected a span {
	color: #333;
}
.tabs10 a:hover span {
	background-position:100% 0px;
	color: #006699;
}
.tabs10 .selected a span  {
	background-position:100% -84px;
	color: #036;
}

.tabpanel {
	padding: 8px;
}

#tabSet1 {
	margin-left: 12px;
}