/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~NAVIGATION STYLES~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~Main Navigation~~~~~~~~~~~*/

#mainNav {
	position: relative;
	z-index: 100;
	left: 10px;
	margin: 0;
	padding: 0;
	padding-left: 25px;
	width: 747px;
	height: 26px;
	background: #042b38 url("../images/navMain_background.gif") repeat-x;
	}

	#mainNav ul {
	margin: 0;
	padding: 0;
	height: 26px;
	float: left;
	list-style: none;
	background: url("../images/navMain_divider.gif") no-repeat left top;
	}

	#mainNav li {
	position: relative;
	float: left;
	height: 26px;
	padding: 0;
	background: url("../images/navMain_divider.gif") no-repeat right top;
		}

	#mainNav a {
		display: block;
		padding: 0 23px 0 23px;
		font: normal 1em/28px Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #c7d4d8;
		}
		
	#mainNav a:hover {
		color: #fff;
	}

/*		#mainNav a:hover {
			background: url("../images/mnBg_hl.gif") no-repeat top right;
		}*/
		

/* Main navigation highlight
 - must place appropriate class name inside the body tag of every page to activate high light - e.g.<body id="subpage" class="about_us"> */

.home #mainNav ul li#home { background: url("../images/mnBg_hl.gif") no-repeat right top; }
.techAreas #mainNav ul li#techAreas { background: url("../images/mnBg_hl.gif") no-repeat right top; }
.countries #mainNav ul li#countries { background: url("../images/mnBg_hl.gif") no-repeat right top; }
.funding #mainNav ul li#funding { background: url("../images/mnBg_hl.gif") no-repeat right top; }
.newsroom #mainNav ul li#newsroom { background: url("../images/mnBg_hl.gif") no-repeat right top; }
.resources #mainNav ul li#resources { background: url("../images/mnBg_hl.gif") no-repeat right top; }


/*~~~~~~~~~~~Drop down menu~~~~~~~~~~~*/

#mainNav li ul {
	margin: 0;
	display: none;
	position: absolute;
	top: 26px;
	left: 7px;
	background-color: #033748;
	float:left;
	padding-top: 5px;
	}
	
	#mainNav li ul li {
		/*background: #042b38 url("../images/ddBg.gif") repeat-x;*/
		background-color: #033748;
		clear: both;
		width: 200px;
		height: 24px;
	}

	#mainNav li ul li.last {
		/*background: #042b38 url("../images/ddBg_last.gif") repeat-x;*/
		background-color: #033748;
		height: 25px;
		padding-bottom: 10px;
	}
	
	#mainNav li ul a {
		font: normal 1em Arial, Helvetica, sans-serif;
		color: #c7d4d8;
		display: block;
		height: 24px;
		padding: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	/* Holly Hack. IE Requirement \*/
	* html #mainNav li ul li { float: left; height: 1%; }
	* html #mainNav li ul li a { height: 1%; }
	/* End */

	#mainNav li ul a:hover {
		/*background: url("../images/ddBg_hl.gif") repeat-x;*/
		color: #fff;
	}

	#mainNav li ul li.last a:hover {
		/*background: url("../images/ddBg_last_hl.gif") repeat-x;*/
		color: #fff;		
	}

	#mainNav li:hover ul, #mainNav li.over ul {
		display: block;
	}
	

/*~~~~~~~~~~~sub-Drop down menu~~~~~~~~~~~*/

#mainNav li li ul {
	margin: 0;
	display: none;
	position: absolute;
	top: 24px;
	left: -1px;
	background:none;
	float:left;
	}

/*~~~~~~~~~~~~~~~~Sub Navigation~~~~~~~~~~~~~~~~~*/

#navSub {
	width: 161px;
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 26px;
}

#navSub ul {
	list-style: none;
	background: white url("../images/subNav_div.gif") left top repeat-x ;
	margin-right: 5px;
	padding-top: 1px;
}

#navSub li {
	background: url("../images/subNav_div.gif") left bottom repeat-x ;
}

#navSub li a {
	width: 155px;
	display: block;
	padding: 6px 0 6px 8px;
	font-weight: normal;
	color: #656565;
	background: url("../images/subNav_arrow.gif") left no-repeat ;
}

#navSub li a:hover {
	color: #8C0000;
}

/*~~~~~~~~~~~~~~~~Nav Feature~~~~~~~~~~~~~~~~~*/
#navFeature {
	float: left;
	position: relative;
	left: -1px;
	margin-top: 26px;
	}
	
	#navFeature div a {
		width: 157px;
		height: 48px;
		text-indent: -9999px;
		display: block;
	}

	#navFeature .rss {
		background: url(../images/navFeature_rss.gif) left no-repeat;
		}
		
	#navFeature .enews {
		background: url(../images/navFeature_enews.gif) left no-repeat;
	}


/*~~~~~~~~~~~~~~~~About~~~~~~~~~~~~~~~~~*/
.PMIResults a#PMIResults {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.YouCanHelp a#YouCanHelp {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MalariaCommunitiesProgram a#MalariaCommunitiesProgram {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.SiteMap a#SiteMap {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~NewsRoom~~~~~~~~~~~~~~~~~*/
.PMIintheNews a#PMIintheNews {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.E-Newsletter a#E-Newsletter {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.FactSheets a#FactSheets {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.AsktheCoordinator a#AsktheCoordinator {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.VoicesfromtheField a#VoicesfromtheField {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.PhotoGalleries a#PhotoGalleries {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.PressandAnnouncements a#PressandAnnouncements {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.SpeechesandTestimony a#SpeechesandTestimony {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Countries~~~~~~~~~~~~~~~~~*/
.CountryProfiles a#CountryProfiles {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MalariaOperationalPlans a#MalariaOperationalPlans {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Funding~~~~~~~~~~~~~~~~~*/
.ContractsandAgreements a#ContractsandAgreements {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~TechnicalArea~~~~~~~~~~~~~~~~~*/
.IndoorResidualSpraying a#IndoorResidualSpraying {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MosquitoNets a#MosquitoNets {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Anti-malarialDrugs a#Anti-malarialDrugs {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MalariainPregnancy a#MalariainPregnancy {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.BehaviorChangeCommunication a#BehaviorChangeCommunication {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.PesticideManagement a#PesticideManagement {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MonitoringEvaluation a#MonitoringEvaluation {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Resources~~~~~~~~~~~~~~~~~*/
.AboutMalaria a#AboutMalaria {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Reports a#Reports {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Publications a#Publications {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Links a#Links {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

	

#breadcrumb {
	font-size: 11px;;
	position: relative;
	top: -15px;
	float: right;
	color: #8C0000;
}



/*~~~~~~~~~~~~~~~~Footer~~~~~~~~~~~~~~~~~*/


.footer, a.footer:link, a.footer:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A9B2BA;
	text-decoration: none;
	font-size: 10px;
	padding-top: 8px;
}

a.footer:hover {
	color: #A9B2BA;
	text-decoration: underline;
}

