ul, li{border:0; margin:0; padding:0; list-style:none;}
ul.tab{
	border-bottom:solid 1px #999; 
	height:19px; 
	padding-left:20px; 
	margin-bottom:20px;
	width:880px;
	}

.tab li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(http://itumo.cc/img/tab-round.gif) right 40px;
	color:#666666;
	display:block;
	/*font-weight:bold;*/
	font-size:10px;
	height:20px;
	line-height:20px;
	text-decoration:none;
}
.tab a span{
	background:url(http://itumo.cc/img/tab-round.gif) left 40px;
	display:block;
	height:20px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(http://itumo.cc/img/tab-round.gif) right 20px;
	display:block;
}
.tab a:hover span{
	background:url(http://itumo.cc/img/tab-round.gif) left 20px;
	display:block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	background:url(http://itumo.cc/img/tab-round.gif) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(http://itumo.cc/img/tab-round.gif) left 0 no-repeat;
}
