<style>
#tabs {
  width: 400px;
}

#header {
	width: 600px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}

ul.tabs {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 600px;
}

ul.tabs li {
	margin: 0;
	padding: 0;
	float: left;
}

ul.tabs a {
	text-decoration: none;
	display: block;
	margin: 0 2px 0 2px;
	padding: 3px 10px;
	color: #000000;
	font-size: 12px;
	font-family: verdana;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6A9FD3;
	border-right-color: #6A9FD3;
	border-bottom-color: #6A9FD3;
	border-left-color: #6A9FD3;
	background-image: url(../images/tab-images/2.jpg);
	font-weight: bold;
}

ul.tabs a.current {
	color: #FFFFFF;
	margin-bottom: -1px;
	padding-bottom: 4px;
	background-image: url(../images/tab-images/1.jpg);
	font-weight: bold;
}

ul.tabs a:hover {
	background-image: url(../images/tab-images/1.jpg);
}

#tabs .content {
	clear: both;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 610px;
}

#tabs .content_tab {
	height: auto;
	overflow: auto;
	width: 600px;
	padding: 5px;
}
</style>
