#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url('images/htf-masthead-new.gif');
	background-repeat: no-repeat;
	}

#utilityMenu {
	margin-top: 10px;
	position: absolute;
	right: 0px;
	top: 30px;
}

/* @group Aux Menu */

#auxMenu {
	/*margin-left: 0px;*/
	/*border-top: 3px solid #e6e6e6;*/
	/*padding-top: 10px;*/
	margin: 3px 0 0 0;
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 14px;
	
	/*font-weight: bold;
	float: right;
	*/
	}

#auxMenu li {
	display: inline;
	float: left;
	padding: 4px 4px 0 18px;
	margin: 0 5px 0 0;	
	background-image: url(images/aux-divider.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 21px;
	color: #1A65AF;
	}
#auxMenu li:first-child {
	background-image: none;
}

#auxMenu li.last {
	border: none;
	}

#auxMenu a {
	display: inline;
	color: #1a65af;
	/*height: 14px;*/
}

#auxMenu a:hover {
	color: black;
	}

#auxMenu li.active a {
	color: #1a65af;
	font-weight: bold;
}

#auxMenu input[type="image"] {
 	vertical-align: text-bottom;
 	margin: 0 2px;
}

/*
#auxMenu ul {
	position: absolute;
	height: 20px; 
	top: 20px;
	left: 0px;
	margin: 0px;
	background-color: #999;
	width: 940px;
	font-size: 11px;
	padding-left: 10px;
}
*/
/* @end Aux Menu */
