 
.news_content{ 
clear:both;
}


ul.news_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 82px; /*--Set height of tabs--*/
 
	width: 400px; position:absolute; 
	top:-55px;
	left:-34px;
	z-index:200;  
}

ul.news_tabs li{

border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	border:0px solid #eee;
	padding: 3px 0;
	border-left:none;
	text-align:center;
	width:170px;
	display:block;
	height:18px;
	margin-bottom:3px;
	margin-right:2px;
	background-color:#990000;
	color:#FFF;
	font-size:12px; 
	cursor:pointer;
	float:left;
	
}
ul.news_tabs li a {
	color:#FFF;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:14px;
	text-decoration:none;
}
ul.news_tabs li a:hover {
	color:#000;
	text-decoration:none;
}
html ul.news_tabs li.active, html ul.news_tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#333;
	text-decoration:none;
	background-color:#FFFFFF;
	/*--Makes the active tab look like it's connected with its content--*/
}
.news_container {
 
	position:relative; 
	width:300px;
	height:540px;
	display:block;
 
}

.ntab_content{
	
position:absolute;
	
}