.tabs-nav
{
	list-style: none;
	position: absolute;
	border-bottom: 1px solid #CCC;
	width: 530px;
}
.tabs-nav:after
{
/*clearing without presentational markup, IE gets extra treatment*/
	clear: both;
	content: " ";
}
.tabs-nav LI
{
	list-style: none;
	float: left;
	margin: 0 0 0 1px;
	min-width: 80px;
/*be nice to Opera*/
}
.tabs-nav A, .tabs-nav A SPAN
{
	display: block;
	padding: 0 12px;
	background: url(tab.png) no-repeat;
}
.tabs-nav A
{
	position: relative;
	top: 1px;
	z-index: 2;
	padding-left: 0;
	color: #27537A;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
/*required in IE 6*/
}
.tabs-nav A:hover
{
	text-decoration: none;
	color: #FE0000;
}
.tabs-nav .tabs-selected A
{
	color: #F00;
	font-weight: bold;
}
.tabs-nav .tabs-selected A, .tabs-nav A:hover, .tabs-nav A:focus, .tabs-nav A:active
{
	background-position: 100% -150px;
	outline: 0;
/*prevent dotted border in Firefox*/
}
.tabs-nav A, .tabs-nav .tabs-disabled A:hover, .tabs-nav .tabs-disabled A:focus, .tabs-nav .tabs-disabled A:active
{
	background-position: 100% -100px;
}
.tabs-nav A SPAN
{
	width: 64px;
/*IE 6 treats width as min-width*/
	min-width: 64px;
	height: 21px;
/*IE 6 treats height as min-height*/
	min-height: 21px;
	padding-top: 6px;
	padding-right: 0;
}
*>.tabs-nav A SPAN
{
/*hide from IE 6*/
	width: auto;
	height: auto;
}
.tabs-nav .tabs-selected A SPAN
{
	padding-top: 7px;
}
.tabs-nav .tabs-selected A SPAN, .tabs-nav A:hover SPAN, .tabs-nav A:focus SPAN, .tabs-nav A:active SPAN
{
	background-position: 0 -50px;
}
.tabs-nav A SPAN, .tabs-nav .tabs-disabled A:hover SPAN, .tabs-nav .tabs-disabled A:focus SPAN, .tabs-nav .tabs-disabled A:active SPAN
{
	background-position: 0 0;
}
.tabs-nav .tabs-selected A:link, .tabs-nav .tabs-selected A:visited, .tabs-nav .tabs-disabled A:link, .tabs-nav .tabs-disabled A:visited
{
/*@ Opera, use pseudo classes otherwise it confuses cursor...*/
	cursor: text;
}
.tabs-nav A:hover, .tabs-nav A:focus, .tabs-nav A:active
{
/*@ Opera, we need to be explicit again here now...*/
	cursor: pointer;
}
.tabs-nav .tabs-disabled
{
	opacity: .4;
}
.tabs-selected A
{
	background-position: 100% -150px;
}
.tabs-selected A SPAN
{
	background-position: 100% -50px;
}
.tabs-nav UL
{
	margin: 0px;
	padding: 2px 0px 22px 10px;
}
#news-body
{
	clear: left;
	padding-top: 30px;
}
