
.tab ul, .tab li{border:0; margin:0; padding:0; list-style:none;}
.tab ul{border-bottom:solid 1px #DEDEDE; height:29px; padding-left:20px;}
.tab li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(tab-round.gif) right 60px;
	color:#C48837;
	display:block;
	float:left;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(tab-round.gif) left 60px;
	display:block;
	float:left;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(tab-round.gif) right 30px;
	display:block;
	float:left;
	cursor: pointer;
}
.tab a:hover span{
	background:url(tab-round.gif) left 30px;
	display:block;
	float:left;
	cursor: pointer;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/

.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(tab-round.gif) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(tab-round.gif) left 0 no-repeat;
}