ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 30px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 30px;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	outline: none;
	background: url(../images/bucket-header-grey.gif) left top repeat-x;
	margin-right: 5px;
}

ul.tabs li a:hover {
	background: url(../images/bucket-header-red.gif) left top repeat-x;
}
	
html ul.tabs li.active a {
	background: url(../images/bucket-header-red.gif) left top repeat-x;
}

html ul.tabs li.active a:hover  {
	background: url(../images/bucket-header-red.gif) left top repeat-x;
}

.tab_container {
	border-top: 2px solid #c5161d;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear: both;
	float: left; 
	width: 100%;
	background: #fbfbfb;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_container ul li {
margin: 12px 15px;
}

.tab_container ul li span .news-date {
font-family: Arial;
font-size: 12px;
color: #666;
display: block;
margin-top: 2px;
font-style: italic;
}


.tab_container #tab1 {
padding: 10px 20px;
}


