.tab-content {
padding-top: 10px;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13pt;
font-weight: normal;
color: #000000;
text-decoration: none;
}


.tab-header {
	position : relative;
	height: 35px;
	width: 480px;
	margin-bottom: 0px;
	padding-bottom: 0px;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 16pt;
font-weight: bold;
color: #000000;
text-decoration: none;
}


.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 520px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 160px;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 3px 0 0;
	text-align: center;
font-family: Trebuchet MS, Arial, Helvetica, Tahoma, Verdana, sans-serif;
font-size: 17pt;
color: #555;
text-decoration: none;
letter-spacing:-1px;
}



.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
background: #D3682D;
color: #ffffff;
padding-bottom: 6px;
margin-top: 0;
background-image: url('images/rc_tab_white.gif');
background-repeat: no-repeat;
background-position: left top;
}



/* a link in a background tab */
.tab-header ul.tab-list a {
background: #ddd;
background-image: url('images/rc_tab_white.gif');
background-repeat: no-repeat;
background-position: left top;
}



/* hover on a background tab */
.tab-header ul.tab-list a:hover {
margin-top: 0;
background: #bbb;
color: black;
padding-bottom: 5px;
background-image: url('images/rc_tab_white.gif');
background-repeat: no-repeat;
background-position: left top;
}






.tab  /* the heading that became the li */
{
display: none;
}