#header 
{
	height: 90px;
	position: relative;
	border: 0px dotted green;
}

#headerTop {
	position: relative;
	top: 10px;
	right: 20px;
	float: right;
	text-align: right;
	font-size: 90%;
	}
	
#logo {
	position: absolute;
	width: 200px;
	left: 20px;
	top: 20px;
	white-space: nowrap;
	vertical-align: bottom;
	}
#login {
	position: absolute;
	right: 20px;
	top: 30px;
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
	font-size: 90%;
}

UL#tabs {
	list-style: none;
	position: absolute;
	left: 12px;
	top: 55px;
	padding: 7px 0 0 0;
	border: 0px dotted purple;
	width: 710px;
	width: 98%;
}

#tabs li {
	display: inline;
	height: 28px;
	line-height: 28px;
	font-size: small;
	font-weight: bold;
	white-space: nowrap;
	padding-top: 10px;
}

#tabs li.firstTime {
		font-size: 11px;
		font-weight: normal;
		float: right;
		float: left;
		margin-left: 5px;
		margin-top: -10px;
		
	}

#tabs a {
	float: left;
	margin: 2px;
	margin: 0px 1px;
	padding: 0 0px 0 7px;
	text-decoration: none;
	background: url("imgi/tb/left.gif") no-repeat left top;
}


#tabs li.firstTime a {
	background: url("imgi/tb/leftf3.gif") no-repeat left top;
	margin: -1px 3px 0px 20px;
	padding: 0 0px 0 7px;
}

#tabs a span {
	background: url("imgi/tb/right.gif") no-repeat right top;
	float: left;
	display: block;
	padding: 0px 10px 0px 3px;
	color: #004184;
}
#tabs li.active a span {
	color: #0066CC;
}

#tabs li.firstTime a span {
	background: url("imgi/tb/rightf3.gif") no-repeat right top;
	color: #fff;
	padding-top: 0px;
}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {	float:none;	}
	/* End IE5-Mac hack */

#tabs a:hover {
	background-position:0% -42px;
}

#tabs a:hover span {
	background-position:100% -42px;
}

#tabs li.active a:hover span {
	background-position: right top;
}

#tabs li.active a:hover {
	background-position: left top;
}


#tabs li.firstTime a:hover {
	background-position:0% -33px;
}

#tabs li.firstTime a:hover span {
		background-position:100% -33px;
}
