
ul.tabs {
	float: left;
	list-style: none;
	height: 32px;
	width: 690px;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #555;	
	padding: 0
}
ul.tabs li {
	float: left;
	height: 32px;
	line-height: 32px;
	background: url(../images/tabsBack.gif) 0 -64px repeat-x;
	overflow: hidden;
	position: relative;
	margin: 0 4px 0 0;
	padding: 0
}
ul.tabs li a {
	text-decoration: none;
	color: #cccccc;
	border: 1px solid #333;
	display: block;
	padding: 0 28px;
	outline: none;
}
ul.tabs li a:hover {
	background: url(../images/tabsBack.gif) 0 -32px repeat-x;
	border: 1px solid #444;
}	

html ul.tabs li.active {border-bottom: 1px solid #333;	}

html ul.tabs li.active a {
	background: url(../images/tabsBack.gif) 0 0 repeat-x;
	border: 1px solid #555;
	color: #eee;
}
html ul.tabs li.active a:hover {
	background: url(../images/tabsBack.gif) 0 0 repeat-x;

	color: #cccccc;
}
.tab_container {
	clear: both;
	float: left; 
	width: 690px;
	background: #333;
}
.tab_content {
	padding: 20px;
	border-right: 1px solid #555;
	border-left: 1px solid #555;	
	border-bottom: 1px solid #555;	
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
	font-size: 22px;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0 0 10px 0;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #666666;
}
.tablink {
	display: block;
	padding: 5px;
	background: #111111;
	text-align: right;
	border: 1px solid #333333;
}
.tablink a {
	display: block;
	padding: 6px 12px;
	border: 1px solid #444444;
	background: #000000;
	text-decoration: none;
	color: #999999;
	width: 170px;
	text-align: center;
}
.tablink a:hover {
	background: #414141;
	border: 1px solid #666666;
	color: #cccccc;
}

