/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.asp
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Second and third level pages*/
#mainnav {
	width:100%;
	background: #ffeb94;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #a32638; 
	position:relative; 
	margin-top: 0;
	z-index:100;
}
/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 760px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 180px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #ffeb94;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #ffeb94;
  color: #a32638;
  font: bold 11px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #a32638;
  color: #ffeb94;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #e694a1;
  color: #ffeb94;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #a32638;
  color: #ffeb94;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #fff;
  color: #a32638;
  width: 170px;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #a32638;
  color: #ffeb94;
  width: 170px;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}
ul#navmenu-h a.current:link {
	color: #a32638;
	background-color: #FFD51A;
}
ul#navmenu-h a.current:visited {
	color: #a32638;
	background-color: #FFD51A;
}
ul#navmenu-h a.main:link {
	font-family: georgia, times, serif;
	color: #a32638;
	margin-left: 15px;
}
ul#navmenu-h a.main:visited {
	font-family: georgia, times, serif;
	color: #a32638;
	margin-left: 15px;
}
ul#navmenu-h a.main:hover {
	font-family: georgia, times, serif;
	color: #ffd51a;
	margin-left: 15px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
#tabcontent{ /*2nd level content wrapper*/
	background-color: #a32638;
	height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
	padding: 3px;
	margin: 0;
	list-style-type: none;
	display: none;
}

#tabcontent ul li{
	display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
	display: block;
}

#tabcontent ul li a{
	font-family: tahoma, helvetica, sans-serif;
	color: #fff;
	padding: 2px 5px;
	display: block;
	float: left;
	text-decoration: none;
}


#tabcontent ul li a:hover{
	color: #ffd51a;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.asp*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* End hide from IE-mac */
/* HUMANITARIAN AID LEFT NAVIGATION */
#newnavcontainer { 
	margin-left: 0; 
}

#newnavcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: georgia, times, serif;
	font-size: 11px;
}

#newnavcontainer li { 
	margin: 0 0 1px 0; 
}
#newnavcontainer li#subhead {
	margin: 0 0 1px 0;
	padding: 5px;
	font-weight: bold;
}
#newnavcontainer a {
	display: block;
	padding: 5px;
	width: 130px;
	color: #a32638;
	text-decoration: none;
}
#newnavcontainer a#current {
	font-weight: bold;
	color: #a32638;
}
#newnavcontainer a:hover {
	color: #ffd51a;
	text-decoration: none;
}

/* ACT NOW LINKS */
#actnow {
	background-color: #fff;
	width: 100%;
	padding-bottom: 2em;
	margin: 1.5em 0 0 0;
}
#actnow h2 {
	color: #a32638;
	font-family: georgia, serif;
	font-size: 135%;
	width: 85%;
	margin-left: 0.25em;
}
#actnow p {
	margin-left: 0.5em;
	color: #a32638;
	margin-bottom: -0.75em;
}
#actnow a:link {
	color: #a32638;
	font-family: 'times new roman', georgia, serif;
	text-decoration: none;
	padding: 0 0 0.25em 0.3em;
	font-size: 100%;
}
#actnow a:visited {
	color: #a32638;
	font-family: 'times new roman', georgia, serif;
	text-decoration: none;
	padding: 0 0 0.25em 0.3em;
	font-size: 100%;
}
#actnow a:hover {
	color: #ffd51a;
	font-family: 'times new roman', georgia, serif;
	text-decoration: underline;
	padding: 0 0 0.25em 0.3em;
	font-size: 100%;
}
img.act {
	vertical-align: middle;
}
