#tabs2 {
	height: 22px;
	margin-left: 5px;
	padding: 1em 0 0;
	font-weight: bold;
	font-size: 1.0em;
}
#tabs2 ul, #tabs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs2 ul {
	padding: 5px 0 5px 0;
	text-align: left; /* align tabs left, right or center */
}
#tabs2 ul li {
	display: inline;
}
#tabs2 ul li a {
	background: url(tableft.gif) no-repeat left top;
	color: #99835E;
	text-transform:none;
	text-decoration: none;
	padding: 5px 0;
}
#tabs2 ul li span {
	background: url(tabright.gif) no-repeat right top;
	padding: 5px 8px 5px 2px;
	margin: 4px 0 4px 6px;
}
#tabs2 ul li a:hover span {
	text-decoration: none;
	background-position: 100% -75px;
}
#tabs2 ul li a:hover {
	background-position: 0 -75px;
}
#tabs2 #selected a {
	background-position: 0 -150px;
	color: #FFFFFF;
}
#tabs2 #selected a span {
	background-position: 100% -150px;
	color: #FFFFFF;
}

/* Hacks for consistency */
/*\*//*/
#tabs2 ul li a {
	display: inline-block;
	white-space: nowrap;
	width: 1px;
}
#tabs2 ul {
	padding-bottom: 0;
	margin-bottom: -1px;
}
/**/
/*\*/
* html #tabs2 ul li a {
	padding: 0;
}
/**/



/*------------------------------------------------------------------------*/

.tabcontentstyletop{
height: 8px;
width: 550px;
background-image: url(tbg.gif);
background-position: top;
background-repeat: no-repeat;
}

.tabcontentstyle{ /*style of tab content container*/
border-right: 1px solid #E8E3CA;
border-left: 1px solid #E8E3CA;
border-bottom: 0px solid #E8E3CA;
width: 528px;
padding: 5px 10px 5px 10px;
background: white;
}

.tabcontentstylebottom{
height: 8px;
width: 550px;
background-image: url(bbg.gif);
background-position: bottom;
background-repeat: no-repeat;
margin-bottom: 1em;
}

div.floatleft{
float: left;
}

div.floatright{
float: right;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
