#tabs {
	position: relative;
	height: 32px;
	font-size: 11px;
	font-weight: normal;
	background: url(../img/bg-tabs.png) repeat-x;
	margin: 0;
	padding: 0 0 0 20px;
	top: 17px;
	left: 206px;
	width: 600px;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;		
}

#tabs ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#tabs ul li a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	height: 32px;
}

#tabs ul li a:hover {
	color: #265097;

}

#tabs ul li a span {
	padding: 10px 20px 0 0;
	height: 32px;
	float: left;
}

#tabs ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}

#tabs ul li a.current, #tabs ul li a.current:hover {
	color: #4a76c0;
	background: #1D6893 url(../buttons/tabs-left-on.png) no-repeat top left;
	line-height: 290%;
}

#tabs ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: url(../buttons/tabs-right-on.png) no-repeat top right;
	height: 32px;
}