/* style have been hacked for IE: clickable images in tabs 
normal span has been assigned class=default
images are preceded with an empty span with class=image
containing li has also a class=image
*/

ul.tabs {
	height: 29px;
	list-style: none;
	margin: 2em 0 0 0;
	padding: 0;
	border-bottom: 1px solid #005a9c;
}

ul.tabs li {
	float: left;
	margin: 0 3px 0 0;
}

ul.tabs li a {
	background: #fff url("../images/tabs.png");
	color: #fff;
	display: inline-block;
	float: left;
	height: 29px;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 25px;
	text-decoration: none;
}

ul.tabs li span.default {
	background: url("../images/tabs.png") 100% 0;
	cursor: pointer;
	float: left;
	line-height: 29px;
	padding-right: 20px;
}

ul.tabs li.active a, ul.tabs li a:hover  { 
	background-position: 0 -87px;
}

ul.tabs li.active span, ul.tabs li a:hover span  { 
	color:#fff;
	background-position: 100% -87px;
}

.tabs_container div.tab_content {
	clear: left;
	margin: 0;
}
