@charset "ISO-8859-1";

.tabBar {
	height:33px;
	width:548px;
	text-align: center;
	margin-right: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fc6f52;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	float: right;
}

.tab {
	width: 137px;
	height: 33px;/* for ie to hide extra height*/
	background-image: url(../images/tab-rollover.jpg);
	background-repeat: no-repeat;
	float: Left;
	position: relative;
}

.tab img {
		width: 137px;
		height: 33px;
		border: 0;
}

.tab a {
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	display: block;
	background: url(../images/tab-rollover.jpg);
}

.tab a:hover img{
	visibility: hidden;
}
.tabSpan  {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	letter-spacing: normal;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	top: 10px;
	text-align: center;
	cursor: pointer;
	left: 0px;
	color: #000000;
	width: 100%;
}

