#tabs {
	float:left;
	width:100%;
	background:#fff;
	font-size:93%;
	line-height:normal;
	font: bold 11px/1.5em Arial;
	text-transform:uppercase;
	}

#tabs ul {
	margin:0;
	padding:10px 0px 0 0px;
	list-style:none;
	}

#tabs li {
float:left;
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	display:block;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#fff;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}  
#tabs div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #687C99;
	border: 1px solid #5970B2}

	#tabs div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background:#687C99;
		color: #fff;
		font: 11px arial}

	#tabs div a:hover
	{	background: #3D4F6C;
		color: #FFF}
