/* Default - 0411 */
ul.tabs {
	margin: 0;
	padding: 20;
	padding-bottom:5px;
	float: left;
	list-style: none;
	height: 30px;
	border-left: 0px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 30px;
	line-height: 32px;
	border: 0px solid #999;
	border-left: none;
	overflow: hidden;
	position: relative;
	width:138px;
}
ul.tabs li a {
	font-family:Trebuchet MS; font-size: 13px; font-weight:bold;
	text-decoration: none;
	text-align:center;
	color: #4c5769;
	display: block;
	padding: 0 5px;
	background-image:url(../img/tab_active.png);
}
ul.tabs li a:hover {
	text-decoration: none;
	text-align:center;
	color: #ffffff;
	display: block;
	padding: 0 5px;
	background-image:url(../img/tab_over.png);
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background-image:url(../img/tab_over.png);
}
.tab_container {
	padding-left:20px;
	border: 0px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #ffffff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 20px;

}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}