#leftwidth{
width:561px;
}

div.tabs {
	float:left;
	padding:10px 0 0 0;
	}
div.tabs ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
div.tabs li {
	float:left;
	background:url(../images/tableft.jpg) no-repeat left top;
	margin-right:5px;
	padding:0 0 0 15px;

	/* 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/tabright.jpg) no-repeat right top;
	padding:5px 15px 6px 0px;
	font-size:12px;
	text-decoration:none;
	font-weight:normal;
	line-height:16px;
	color:#ffffff;
	letter-spacing:-1px;
	/* 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:#ffffff;
}

body.tabs div.tabs li.selected {
	background-position:0 -44px;
	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% -44px;
	color:#ffffff;
}


/* tab body */
div.tabBody{
float:left;
}
/* IE only nonsense */
* html div.tabBody {
}
/* Make the minimum height of an embedded tab less than the normal tab. */
div.tabBody div.tabBody {
	min-height:88px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody {
	height:44px;
}
/* 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:44px;
}
/* IE only nonsense */
* html div.tabBody div.tabBody div.tabBody {
	height:44px;
}
/* use this if javascript is turned off */
div.tabItem {
	margin:0px;
    padding:0px;
	display:none;
	}
body.tabs div.tabBody div.tabItem {
	margin: 0;
	padding: 0;
	display: none;
}

body.tabs div.tabBody div.selected { display: block; }
