div.tabs {
	float:left;
	width:855px;
	border-bottom:6px solid #5AAC3E;
	}
div.tabs ul {
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url(../images/lefttab.gif) no-repeat left top;
	margin-right:3px;
	padding:0 0 0 10px;

	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
}
div.tabs a {
	float:left;
	display:block;
	background:url(../images/righttab.gif) no-repeat right top;
	padding:4px 10px 5px 0px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	line-height:18px;
	color:#000;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs > ul a {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover {
	color:#3F352C;
}

body.tabs div.tabs li.selected {
	background-position:0 -29px;
	border-width:0;
}

body.tabs div.tabs li.selected a, body.tabs div.tabs li.selected a:link, body.tabs div.tabs li.selected a:active, body.tabs div.tabs li.selected a:visited {
	background-position:100% -29px;
	padding-bottom:5px;
	color:#fff;
	font-weight:bold;
}
body.tabs div.tabs li:hover, body.tabs div.tabs li:hover a, div.tabs li.sfhover, div tab li.sfhover a{
	background-position:0% -29px;
	color:#fff;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -29px;
}

/* tab body */
div.tabBody {
	clear: both;
	padding:0;
	min-height:58px;
}
/* IE only nonsense */
* html div.tabBody {
	height:58px;
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height:29px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height:29px;
}
/* Make the minimum height of an embedded tab embedded in a tab less than the embedded tab. */
div.tabBody div.tabBody div.tabBody {
	min-height:29px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height:29px;
}
/* use this if javascript is turned off */
div.tabItem {
width:855px;
	margin:0px;
    padding:0px;
	}
body.tabs div.tabBody div.tabItem {
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }

