
/*******************************************
* HEADER TABS
********************************************/
#headertabscontainer {
	background:url(../images/header/button-bar-tofu.png);
}
.headertabdivider {
	background:url(../images/header/button-devider.gif);
}
.headertab a {
	color:white;
}
.headertab img {
	left:auto;
	position:static;
	top:auto;
}
.headertab:hover a {
	background-color:white;
	color:#393939;
}
.headertabactive a {
	color:#646464;
	background-color:white;
}

