#tabsHeader
{
	position:relative;
	left:0;
	vertical-align:bottom;
	background:#628352;
	background-position: top;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-left:1px solid #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:55px;
	width:100%;
	overflow: hidden;
	border-bottom: solid 1px black;
	/*min-width:780px;*/
}
#tabsB
{
	position:absolute;
	bottom:0;
	display:block;
	width: 515px;
	left:250px;
	font-size: 93%;
	line-height: normal;
}
#tabsB ul.tab
{
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
}
#tabsB li.tab
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsB a.tab
{
	float: left;
	background: url(/images/tableftB.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabsB a.tab span
{
	float: left;
	display: block;
	background: url( /images/tabrightB.gif) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #666;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a.tab span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsB a.tab:hover span
{
	color: #F26521;
}
#tabsB a.tab:hover
{
	background-position: 0% -42px;
}
#tabsB a.tab:hover span
{
	background-position: 100% -42px;
}

#tabsB #current a.tab
{
	background-position: 0% -42px;
	color: #F26521;
	font-weight: bold;
}
#tabsB #current a.tab span
{
	background-position: 100% -42px;
	color: #F26521;
	font-weight: bold;
}



#tabsB a.tabBook
{
	float: left;
	background: url( /images/tableftB_book_tall.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	height:30px;
}
#tabsB a.tabBook span
{
	float: left;
	display: block;
	background: url( /images/tabrightB_book_tall.gif) no-repeat right top;
	padding: 10px 15px 4px 6px;
	color: #666;
	height:30px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsB a.tabBook span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsB a.tabBook:hover span
{
	color: #F26521;
}
#tabsB a.tabBook:hover
{
	background-position: 0% -52px;
	cursor: pointer;
}
#tabsB a.tabBook:hover span
{
	background-position: 100% -52px;
	cursor: pointer;
}

#tabsB #current a.tabBook
{
	background-position: 0% -42px;
	color: #F26521;
	font-weight: bold;
}
#tabsB #current a.tabBook span
{
	background-position: 100% -42px;
	color: #F26521;
	font-weight: bold;
}
