.tabs_holder
{
	overflow: hidden;	
	padding-top: 13px;
	font-size: 0.9em;	
}

.tabs_holder ul
{
	list-style: none;	
}

.tabs_holder li
{	
	float: left;
	display: inline;
}

.tabs_ul li a
{
	text-decoration: none;
	margin: 0 5px;
	font-weight: bold;	
	padding-top: 15px;
	float: left;	
	font-size:1.3em;
}
.tabs_ul li.active a{
	color:#333333;
}

.tabs_ul li a:focus  
{ 
	outline: none;
}

.tabs_ul li img
{
	float: left;
}

.tabs_ul li.active
{
	background: #FFFFFF url('../images/tabs/active-background.png') repeat-x;
}

.tabs_ul li.inactive
{
	background: #9aadc5 url('../images/tabs/inactive-background.png') repeat-x;
}

.tabs_ul li.inactive a
{
	color: #FFFFFF;
	text-shadow:0 -1px 0 #808080;
}