a:focus, a:active {
outline: none;
}
br.clear { clear: both; }

/* BEGIN: Header */
#mainheader { position: relative; margin: 5px; background:#FFFFFF; padding-bottom: 0px; border:#999999 solid thin;}

#logo_link {
    position: absolute; 
	float: left;
    left: -36px; 
    top: -5px; 
	margin: 0 50px 0 0;
	width: 275px;
	height: 90px;
	background: url(../images/hadar-logo.png) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#nav_top {
	float: right;
	margin: 44px -5px 6px 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-family: Century Gothic, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 10px;
    text-align: right;
}

#nav_top li { float: left; }

#nav_top a {
	color: #6b6b6d;
	background-color: inherit;
	padding: 0 15px;
	text-decoration: none;
}

#nav_top a:hover,#nav_top .active a { color: #a9aaaa; text-decoration: none; }
/* END: Header */
