.tabcontainer {
	height:25px;
/*	background: url(/images/tabheader-bg.gif) bottom repeat-x; */
	padding-right: 0px;
}
.tabcontainer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.tabcontainer li {
	float: left;
	margin: 0;
	padding: 2px 0 0 0;
	height: 23px;
}

.tabcontainer li a {
	float: left;
	display: block;
	padding: 6px 2px 2px 0px;
	color: #000;
	text-decoration: none;
	font-family:arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:12px
}
.tabcontainer li a:link, .tabcontainer li a:visited, .tabcontainer li a:hover {
	color: #000;
}
.tabcontainer li.one-tab {
	background: url(/images/one-tab.gif) no-repeat left top;
	width: 288px;
	padding: 2px 0 2px 10px;

}


.right-tabs .tabcontainer li.one-tab {
	background: url(/images/one-tab.gif) no-repeat left top;
	width: 280px;
	padding: 2px 0 2px 10px;
}

.tabcontainer li.first {
	background: url(/images/latest-headline-on.gif) no-repeat left top;
	width: 138px;
	padding-left: 10px;
}

.tabcontainer li.last {
	background: url(/images/most-read-off.gif) no-repeat right top;
	width: 141px;
}

.tabcontainer li.bfirst { /* the business + science section */
	background: url(/images/latest-headline-on.gif) no-repeat left top;
	width: 138px;
	padding-left: 10px;
}

.tabcontainer li.blast { /* the business + science section */
	background: url(/images/most-read-off.gif) no-repeat right top;
	width: 141px;
}
.tabcontainer li.tfirst {
	background: url(/images/triple-left-on.gif) no-repeat left top;
	width: 90px;
	padding-left: 10px;
}

.tabcontainer li.tmid {
	background: url(/images/triple-mid-off-left-on.gif) no-repeat left top; 
	padding-left: 16px;
	width: 90px;
}

.tabcontainer li.tlast {
	background: url(/images/triple-right-off-mid-off.gif) no-repeat right top; 
	padding-left: 1px;
	width: 85px;
        _width:75px; /* IE hack to give it more width */
}

.tabcontainer > ul a {
	width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabcontainer a {
	float: none;
}
/* End IE5-Mac hack */
.tabcontainer li a:hover {
	color: #333;
	text-decoration:none
}

.tabcontainer li:hover, .tabcontainer li:hover a {
/*	background-position: 0% -150px; */
	color: #333;
	text-decoration:none
}
.tabcontainer li:hover a {
/*	background-position: 100% -150px; */
	text-decoration:none
}

