div#head{
	background: #f6f0e5;
	height: 124px;
	width: 827px;
	margin: 0 0 0 10px;
	position: relative;
	z-index: 100;
}
h1#branding a{
	position: absolute;
	top: 14px;
	left: 33px;
	display: block;
	width: 277px;
	height: 71px;
	background: url(../images/branding.gif) no-repeat;
	text-indent: -9999px;
}
ul#nav_sub{
	position: absolute;
	top: 15px;
	right: 40px;
}
ul#nav_sub li{
	display: inline;
	text-transform: uppercase;
}
ul#nav_sub li a{
	color: #513732;
	font-size: 9px;
	text-decoration: none;
	padding: 0 8px 0 8px;
	border-right: 1px solid #513732;
}
ul#nav_sub li a:hover{
	text-decoration: underline;
}
form#search_form{
	position: absolute;
	top: 50px;
	right: 50px;
}
form#search_form input#search_box{
	display: inline;
	position: absolute;
	top: 1px;
	right: 64px;
	height: 17px;
	border: none;
	background: #695753;
	color: #fff;
	padding-top: 3px;
}

/* SUPERFISH MENUS */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 10;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			31px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			75px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			75px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	position: absolute;
	top: 95px;
	left: 0;
	height: 31px;
	margin: 0 0 0 0;
	width: 827px;
	text-transform: uppercase;
	background:url(../images/bgHNav.jpg) no-repeat;
}
.sf-menu li {
	display: inline;
}

.sf-menu li a.home {
	top: 0;
	left: 0;
	width: 111px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg);
	text-indent: -9999px;

}
.sf-menu li a.facts {
	top: 0;
	left: 0;
	width: 153px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -111px 0;
	text-indent: -9999px;

}
.sf-menu li a.action {
	top: 0;
	left: 0;
	width: 163px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -264px 0;
	text-indent: -9999px;
}
.sf-menu li a.about {
	top: 0;
	left: 0;
	width: 120px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -427px 0;
	text-indent: -9999px;
}
.sf-menu li a.resources {
	top: 0;
	left: 0;
	width: 155px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -547px 0;
	text-indent: -9999px;
}
.sf-menu li a.partners {
	top: 0;
	left: 0;
	width: 125px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -702px 0;
	text-indent: -9999px;
}
.sf-menu li a.contact {
	top: 0;
	left: 0;
	width: 137px;
	display: block;
	height: 31px;
	background: #524d3e url(../images/bgHNav.jpg) -574px 0;
	text-indent: -9999px;
}
.sf-menu li.home a ul li.sub, li.sub a{
	background-image: none;
	text-decoration: none;
	margin-top:5px;
	padding:5px 5px 5px 14px;
}
li.sub a:hover {
	text-decoration: none;
	margin-top:5px;
	padding:5px 5px 5px 14px;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
li.sub a{
	padding:5px 5px 5px 14px;
	font: 13px "Times", serif;
	margin-top:5px;

}
.sf-menu li li {
	background:		#3a302e;
}
.sf-menu li li li {
	background:		#3a302e;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#695753;
	outline:		0;
	color: #fff;
}
ul.sf-menu li a.home:hover{
	background: #524d3e url(../images/bgHNav.jpg) 0 -31px;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.facts:hover{
	background: #524d3e url(../images/bgHNav.jpg) -111px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.action:hover{
	background: #524d3e url(../images/bgHNav.jpg) -264px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.about:hover{
	background: #524d3e url(../images/bgHNav.jpg) -427px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.resources:hover{
	background: #524d3e url(../images/bgHNav.jpg) -547px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.partners:hover{
	background: #524d3e url(../images/bgHNav.jpg) -702px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
ul.sf-menu li a.contact:hover{
	background: #524d3e url(../images/bgHNav.jpg) -574px -31px no-repeat;
	height: 31px;
	z-index: 1;
	padding-top: 0;
	display: block;	
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			41px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	right:5px;
	top:12px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/

}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

