#header {
	width:952px;
	height:131px;
	padding:0 3px;
	background:url(https://www.results.org/images/innerBackgroundTileTop.jpg) left bottom repeat-x;
	margin:0 auto;
	position:relative;
	z-index:100;
}
/* logo */
#header h1 {
	padding:9px 0 0;
}
#header h1 a {
	display:block;
	width:210px;
	height:111px;
	background:url(https://www.results.org/images/REFLogo.jpg) no-repeat;
	text-indent:-9999px;
}
/* search form */
#header form {
	width:278px;
	position:absolute;
	top:10px;
	right:5px;
}
#header form input#keywords {
	width:196px;
	height:auto;
	padding:7px 9px 7px;
	top:1px;
	left:auto;
	background:url(https://www.results.org/images/searchBoxBackground.jpg) no-repeat;
}
/* quick nav */
#header p {
	width:425px;
	font-size:11px;
	font-weight:bold;
	line-height:33px;
	text-align:right;
	color:#aaa;
	position:absolute;
	top:50px;
	right:5px;
}
#header p a {
	display:inline-block;
	text-decoration:none;
	color:#693861;
	padding:0 5px;
}
#header p a:hover {
	text-decoration:underline;
}
#header p a#myRESULTS {
	width:99px;
	height:33px;
	text-align:left;
	background:url(https://www.results.org/images/myResultsButton.jpg) no-repeat;
	text-indent:-9999px;
	padding:0;
}
/* main nav */
#header ul {
	width:717px;
	height:43px;
	position:absolute;
	top:88px;
	right:0;
	z-index:200;
}
#header ul li {
	display:inline;
	float:left;
	position:relative;
}
#header ul li a {
	display:block;
	width:116px;
	height:43px;
	background:url(../../images/main-nav.gif) no-repeat;
	text-indent:-9999px;
}
#header ul li.over a, #header ul li a:hover, #header ul li a.active {
	background-position:0 -43px;
}
#header ul li#nav-action a {
	width:124px;
}
#header ul li#nav-skills a {
	background-position:-124px 0;
}
#header ul li#nav-skills.over a, #header ul li#nav-skills a:hover, #header ul li#nav-skills a.active {
	background-position:-124px -43px;
}
#header ul li#nav-issues a {
	background-position:-240px 0;
}
#header ul li#nav-issues.over a, #header ul li#nav-issues a:hover, #header ul li#nav-issues a.active {
	background-position:-240px -43px;
}
#header ul li#nav-about a {
	background-position:-356px 0;
}
#header ul li#nav-about.over a, #header ul li#nav-about a:hover, #header ul li#nav-about a.active {
	background-position:-356px -43px;
}
#header ul li#nav-events a {
	background-position:-472px 0;
}
#header ul li#nav-events.over a, #header ul li#nav-events a:hover, #header ul li#nav-events a.active {
	background-position:-472px -43px;
}
#header ul li#nav-donate a {
	width:129px;
	background-position:-588px 0;
}
#header ul li#nav-donate.over a, #header ul li#nav-donate a:hover, #header ul li#nav-donate a.active {
	background-position:-588px -43px;
}
/* dropdowns */
#header ul ul {
	display:none;
	width:315px;
	height:auto;
	padding:0 0 7px;
	background:url(../../images/dropdowns.png) left bottom no-repeat;
	position:absolute;
	top:43px;
	left:0;
	z-index:300;
}
#header ul li#nav-events ul, #header ul li#nav-donate ul {
	left:auto;
	right:0;
}
#header ul .over ul {
	display:block;
}
#header ul ul li {
	display:block;
	float:none;
}
#header ul ul li a {
	width:265px !important;
	height:38px !important;
	font-size:14px !important;
	font-weight:bold !important;
	line-height:38px !important;
	text-indent:0 !important;
	padding:0 25px !important;
	background:none !important;
}

