ul .tab, .tab li{
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.tab li{
	float:left; 
	margin-right:2px;}

.tab {
	padding-top:5px;
	border-bottom:solid 1px #DEDEDE;
	height:29px;
	padding-left:20px;
}

.tab a:link, .tab a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background:url(../admin/images/tab-round.png) right 60px;
	color:#666666;
	height:30px;
	line-height:30px;
	text-decoration:none;
	float:left;
}

.tab a span{
	background:url(../admin/images/tab-round.png) left 60px;
	height:30px;
	margin-right:14px;
	padding-left:14px;
	cursor:pointer;
	float:left;
}

.tab a:hover{
	background:url(../admin/images/tab-round.png) right 30px;
	float:left;
}

.tab a:hover span{
	background:url(../admin/images/tab-round.png) left 30px;
	float:left;
}

/* -------------------------------- */
/* ACTIVE ELEMENTS */
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(../admin/images/tab-round.png) right 0 no-repeat;
}
.active a span, .active a:hover span{
	background:url(../admin/images/tab-round.png) left 0 no-repeat;
}
