#toptabs{
	z-index:200;
	position:absolute;
	top:105px;
	left:10;
	margin:0;
	width:760px;
	font-size:10px;
	font-family:verdana;
}
.tableft{
	float:left;
	margin:0 1 0 0;
	padding:0 0 0 9;
	height:24;
	background:url(/i/toptab.jpg) no-repeat;
}
.tabright{
	margin:0 0 1 0;
	padding:2 9 0 0;
	background:url(/i/toptab.jpg) no-repeat right top;
	height:24;
	white-space:nowrap;
	display:inline;
    text-align:center;
}
html>body .tabright {
	display:block;
}
#toptabs a{
	font-weight:bold;
	margin-top:0;
	padding:0;
	text-decoration:none;
	color:#1e4fc1;
}
#toptabs a:hover{
	color:#ffa60a;
}

