#tabs {
	height: 36px;
	position: relative;
	text-align: left;
	left:0px;
	z-index: 2;
	padding: 0px;
	margin-top: 10px;
	margin-right: -5px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image:url(../images/costantino/bg-tabs-ficha.gif);
	background-repeat:no-repeat;
}

#tabs ul {
	padding: 0px;
	margin: 0px;
}

#tabs li {
	cursor: pointer;
	display: block;
	float: left;
	height: 36px;
	margin-right: 3px;
	margin-top: 0px;
	margin-left:0px;
	margin-bottom: 0px;
	padding: 0px;
}

#tabs li a {
	background: transparent url(../images/costantino/tabs/right.gif) no-repeat scroll right top;
	color: #fff;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	height: 36px;
	padding-right: 4px;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#tabs li a span {
	background: transparent url(../images/costantino/tabs/left.gif) no-repeat scroll 0 0;
	display: block;
	float: left;
	height: 36px;
	padding: 6px 35px 0 35px;
	font-weight:normal;
}

#tabs li a:hover {
	background-image: url(../images/costantino/tabs/right.gif);
	color: #fff;
	text-decoration: none;
}

#tabs li a:hover span {
	background-image: url(../images/costantino/tabs/left.gif);
}

#tabs li.selected a,#tabs li.selected a:hover {
	background-image: url(../images/costantino/tabs/selected-right.gif);
	color: #fff;
	cursor: default;
	text-decoration: none;
}

#tabs li.selected a span,#tabs li.selected a:hover span {
	background-image: url(../images/costantino/tabs/selected-left.gif);
	cursor: default;
}
