.div-tabs2
{
}

.div-tabs2 ul, .div-tabs2 li
{
	border: 0;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

.div-tabs2 li
{
	float: left;
	margin-right: 5px;
	margin-left: 0px;
}
	
.tabs2 a:link, .tabs2 a:visited
{
	background: url(/../images/tabs2.gif) right 68px;
	color: #322e2f;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	cursor: pointer;
}

.tabs2 a span
{
	background: url(/../images/tabs2.gif) left 68px;
	display: block;
	height: 34px;
	margin-right: 10px;
	padding-left: 10px;
}

.tabs2 a:hover
{
	background: url(/../images/tabs2.gif) right 34px;
	display: block;
	color: #FFFFFF;
}

.tabs2 a:hover span
{
	background: url(/../images/tabs2.gif) left 34px;
	display: block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active-tab2 a:link, .active-tab2 a:visited, .active-tab2 a:hover, .active-tab2 a:active
{
	color: #FFFFFF;
	background: url(/../images/tabs2.gif) right 0 no-repeat;
} 
.active-tab2 a span, .active-tab2 a:hover span
{
	background: url(/../images/tabs2.gif) left 0 no-repeat;
}
