#header {
	height: 63px;
	position: relative;
	width: 1024px;
}
#header #logo {
	/*height: 95px;*/
	float: left;
	position: absolute;
	width: 260px;
	left: 10px;
	top: 0px;
}
#header #lastloginOn {
		float: right;
		padding-top: 30px;
		padding-right: 20px;
		font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	}
#header #navHeader {
	background: url(/common/images/bg_header-links.jpg) no-repeat;
	height: 30px;
	font: 1em/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	left: 760px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 13px;
	position: absolute;
	text-align: right;
	top: 0;
	width: 237px;
}
#header #navHeader LI {
	display: inline;
}
#header #navHeader LI A:link {
	border-right: 1px solid #409dae;
	color: #007d93;
	display: block;
	float: left;
	font-weight: normal;
	height: 15px;
	margin: 4px 0 0px 0;
	padding: 0 10px;
	text-decoration: none;
}

#header #navHeader LI A#signoff {
	border-right: 0;
}
#header #navHeader LI A:visited {
	border-right: 1px solid #409dae;
	color: #007d93;
	display: block;
	float: left;
	font-weight: normal;
	height: 15px;
	margin: 4px 0 0px 0;
	padding: 0 10px;
	text-decoration: none;
}
#header #navHeader LI A:hover {
	color: #0033ff;
	text-decoration: underline;
}
#header #navHeader LI A.selected {
	color: #ed184b
}
