@charset "UTF-8";
/* CSS Document */

/*Tabs V.3*/
#tabs-container {
clear:both;
width:623px;
}
.tabs-nav {
border-left:1px solid #333;
border-right:2px solid #000;
background:url(../news/images/navbarbg.png) repeat-x #eeeeee top center;
border-top: 1px solid #333333;
border-bottom: 2px solid #000;
padding: 9px 0 3px 0;
margin:0 auto 0.5em auto;
list-style:none;
min-height:27px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
	margin: 0;
	padding:0;
}
.tabs-nav a, .tabs-nav a:visited {
	padding: 3px 14px 5px 14px;
	font: bold 0.85em Georgia, "Times New Roman", Times, serif;
	list-style: none;
	display:block;
}
.tabs-nav a:hover {
background: #fff center no-repeat;	
}
.tabs-selected a {
background: url(../images/newsnavselected.gif) #fff center no-repeat;	
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    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-container {
	clear:both;
	padding: 5px 0 0 4px;
	font-size:0.9375em;
}
.tabs-container a, .tabs-container a:active {
	color: #660000;
	text-decoration: underline;
}
.tabs-container a:visited, .tabs-container a:hover {
color:#666666;
}
.tabs-hide {
    display: none;
}
.tabs-container ul {
margin-left:-21px;
}
.tabs-container li {
margin-top:9px;
}

