div.tabs {
	width:966px;
	float:left;
	border-bottom:1px solid #DFDED7;
}
div.tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url(images/lefttab.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
	margin-right:3px;
}
div.tabs a {
	float:left;
	display:block;
	width:.1em;
	background:url(images/righttab.jpg) no-repeat right top;
	padding:7px 10px 7px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs li.fav {
	float:left;
	position:relative;
	top: 0px;
	left: 0px;
	background:url(images/lefttab_fav.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 10px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
	margin-right:3px;
}
div.tabs a.fav {
	float:left;
	display:block;
	width:.1em;
	position:relative;
	top: 0px;
	left: 0px;
	background:url(images/righttab_fav.jpg) no-repeat right top;
	padding:7px 10px 7px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#004A86;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}

div.tabs li.sfav {
	float:left;
	position:relative;
	top: 0px;
	left: 0px;
	/*background:url(images/lTab_fav.jpg) no-repeat left top;*/
	background:#FFFFFF;
	margin:0;
	padding:0 0 0 10px;
	/* Show the user that they can click on the left side of the tab. */
	cursor: pointer;
	margin-right:3px;
}
div.tabs a.sfav {
	float:left;
	display:block;
	width:.1em;
	position:relative;
	top: 0px;
	left: 0px;
	/*background:url(images/rTab_fav.jpg) no-repeat right top;*/
	background:#FFFFFF;
	padding:7px 10px 7px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#004A86;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs li.bfav {
	float:left;
	position:relative;
	top: 0px;
	left: 0px;
	background:#FFFFFF;
	margin:0;
	padding:0 0 0 10px;
	/* Show the user that they can click on the left side of the tab. */
	margin-right:3px;
}
div.tabs a.bfav {
	float:left;
	display:block;
	width:.1em;
	position:relative;
	top: 0px;
	left: 0px;
	background:#FFFFFF;
	padding:7px 10px 7px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#004A86;
	/* We don't want the text in the tabs to wrap. */
	white-space: nowrap;
}
div.tabs > ul a {width:auto;}
div.tabs > ul a.fav {width:auto;}
div.tabs > ul a.sfav {width:auto;}
div.tabs > ul a.bfav {width:auto;}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.tabs a {float:none;}
div.tabs a.fav {float:none;}
div.tabs a.sfav {float:none;}
div.tabs a.bfav {float:none;}
/* End IE5-Mac hack */
div.tabs a:hover {
	color:#004A86;
}
div.tabs a.fav:hover {
	color:#86864A;
}
div.tabs a.sfav:hover {
	color:#86864A;
}
div.tabs a.bfav:hover {
	color:#86864A;
}

body.tabs div.tabs li.selected {
	background-position:0 -31px;
	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% -31px;
	padding-bottom:7px;
	color:#004A86;
}
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% -31px;
	color:#004A86;
}
body.tabs div.tabs li:hover a, div.tabs li.sfhover a {
	background-position:100% -31px;
}

/* tab body */
div.tabBody {
	clear: both;
	border:none;
	padding:0px;
	min-height:62px;
}
/* IE only nonsense */
* html div.tabBody {
	height:62px;
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height:31px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height:31px;
}
/* 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:31px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height:31px;
}
/* use this if javascript is turned off */
div.tabItem {
	border:none;
	margin:0px;
	padding:0px;
}
body.tabs div.tabBody div.tabItem {
	border-width: 0;
	margin: 0;
	padding: 0;
	display: none;
}
body.tabs div.tabBody div.selected { display: block; }
