div.righttabs {

	float:left;

	width:247px;

	padding:0px 0 0 0;

	background:url(../images/line.gif) no-repeat bottom;

	}

div.righttabs ul {

	margin:0px;

	padding:0px;

	list-style:none;

}

div.righttabs li {

	float:left;

	background:url(../images/tableft1.gif) no-repeat left top;

	margin-right:5px;

	padding:0 0 0 10px;



	/* Show the user that they can click on the left side of the tab. */

	cursor: pointer;

}

div.righttabs a {

	float:left;

	display:block;

	background:url(../images/tabright12.jpg) no-repeat right top;

	padding:10px 10px 10px 0px;

	font-size:12px;

	text-decoration:none;

	font-weight:normal;

	line-height:16px;

	color:#ffffff;

	/* We don't want the text in the righttabs to wrap. */

	white-space: nowrap;

}

div.righttabs > ul a {width:auto;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

div.righttabs a {float:none;}

/* End IE5-Mac hack */

div.righttabs a:hover {

	color:#ffffff;

}



body.righttabs div.righttabs li.selected {

	background-position:0 -40px;

	border-width:0;

}



body.righttabs div.righttabs li.selected a, body.righttabs div.righttabs li.selected a:link, body.righttabs div.righttabs li.selected a:active, body.righttabs div.righttabs li.selected a:visited {

	background-position:100% -40px;

	color:#000000;

	font-weight:bold;

	}





/* 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:80px;

}

/* IE only nonsense */

* html div.tabBody div.tabBody {

	height:40px;

}

/* 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:40px;

}

/* IE only nonsense */

* html div.tabBody div.tabBody div.tabBody {

	height:40px;

}

/* use this if javascript is turned off */

div.tabItem {

	margin:0px;

    padding:0px;

	display:none;

	}

body.righttabs div.tabBody div.tabItem {

	margin: 0;

	padding: 0;

	display: none;

}



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