/* TABS CORE */

.tabs ul li {
	float:left;
	display:block;	
}

.tabs ul li a {
	display:block;
	text-decoration:none;
	font-weight:bold;	
}

.tabs ul.smooth li,
.tabs ul.standard li,
.tabs ul.rounded li {
	background-position:left top;
	background-repeat:no-repeat;
}

.tabs ul.smooth li a,
.tabs ul.standard li a,
.tabs ul.rounded li a {
	background-position:right top;
	background-repeat:no-repeat;
}

.tabs ul.smooth li {
	background-image:url('/images/shared/tabs/tab-left-smooth.png');
}

.tabs ul.standard li {
	background-image:url('/images/shared/tabs/tab-left-standard.png');
}

.tabs ul.rounded li {
	background-image:url('/images/shared/tabs/tab-left-rounded.png');
}

.tabs ul.smooth li a {
	background-image:url('/images/shared/tabs/tab-right-smooth.png');
}

.tabs ul.standard li a {
	background-image:url('/images/shared/tabs/tab-right-standard.png');
}

.tabs ul.rounded li a {
	background-image:url('/images/shared/tabs/tab-right-rounded.png');
}

.tabs ul li.active a:hover {
	text-decoration:none;
}

.tabs ul li a:hover {
	text-decoration:underline;
}

/* CSS EQUIV */

.tabs ul.smooth-css li {
	float:left;
	display:block;
}

.tabs ul.smooth-css li a {
	display:block;
	text-decoration:none;
	font-weight:bold;
}
