@CHARSET "UTF-8";
#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs #current {
	z-index: 3;
	border-bottom-color: #004F9A;
	opacity: 1;
	filter: alpha(opacity=100);
}
#tabs a {
	float: left;
	position: relative;
	padding: 0 40px;
	height: 0;
	line-height: 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #3D3D3D;
	border-bottom-color: #777\9;
	opacity: .3;
	filter: alpha(opacity=30);
}

#tabs li {
	float: left;
	margin: 0 -15px 0 0;
}
#tcon{
	background: #fff;
	border-top: 2px solid #004F9A;
	margin-bottom: 1em;
	padding: 1.5em;
	min-height: 480px;
	-moz-box-shadow:  0 0 5px #D3D3D6;              
    -webkit-box-shadow:  0 0 5px #D3D3D6;           
    box-shadow: 0 0 5px #D3D3D6;
	<!–[if lt IE 7]>
		border: 1px solid #3d3d3d;
	<![endif]–> 
}
.news a:visited,
.newst a:visited
 {
	color: #52687e;
	text-decoration: none;
}
.news a:link,
.newst a:link {
	color: #122E67;
	text-decoration: none;
}
.news a:hover,
.newst a:hover{
	color: #FF2C0F;
	text-decoration: underline;
}
#tabs a:hover,
#tabs a:focus {
   border-bottom-color: #2ac7e1;
   opacity: 1;
   filter: alpha(opacity=100);
}
#tabs a:focus {
   outline: 0;
}
#tcon > li{
	list-style: none;
}

