ul.jTabs {
	padding-bottom: 1px;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(../images/tabs_bg.gif);
	height: 32px;
	clear: both;
	display: inline;
	float: left;
}

ul.jTabs li {
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 10px;
	clear: none;
	float: left;
	display: inline;
	width: 150px;
	list-style-type: none;
}

ul.jTabs li a {
	text-decoration: none;
	clear: none;
	width: 150px;
	color: #666666;
	background-color: transparent;
	line-height: 32px;
	margin-right: 10px;
	text-align: center;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	display: inline;
	float: left;
	height: 32px;
}

ul.jTabs li.selected_tab a {
	background-color: white;
}

ul.jTabsContent {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	clear: both;
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0px;
}

ul.TabsContent li {
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
	position: absolute;
	top: 0px;
	margin: 0px;
}

