@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~NAVIGATION STYLES~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~Global Navigation~~~~~~~~~~~*/

#globalNav {
	float: right;
	line-height: 18px;
	}
	
	#globalNav ul {
		list-style: none;
	}
	
	#globalNav li {
		float: left;
		padding: 8px;
		background: transparent url(/assets/images/nav_div.gif) right center no-repeat;
	}
	
	#globalNav li.last {
		background: none;
		padding-right: 0;
	}
	
	#globalNav li a {
		display: block;
		font-size: 11px;
		color: #A9B2BA;
	}

/*~~~~~~~~~~~Main Navigation~~~~~~~~~~~*/

#mainNav {
	margin: 0;
	padding: 0;
	width: 766px;
	height: 28px;
	background: none;
	}

	#mainNav ul {
	margin: 0;
	padding: 0;
	height: 28px;
	float: left;
	list-style: none;
	background: none;
	}

	#mainNav li {
	position: relative;
	float: left;
	height: 28px;
	padding: 0;
	background: none;
		}

	#mainNav a {
		display: block;
		padding: 0 25px 0 0;
		font: bold 11px/28px Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
		text-decoration: none;
		color: #677b82;
		}
		
	#mainNav a:hover {
		color: #76473e;
	}

/*		#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 a { color: #b65c4a; }
.about #mainNav ul li#about a { color: #b65c4a; }
.newsroom #mainNav ul li#newsroom a { color: #b65c4a; }
.countries #mainNav ul li#countries a { color: #b65c4a; }
.funding #mainNav ul li#funding a { color: #b65c4a; }
.targetdiseases #mainNav ul li#targetdiseases a { color: #b65c4a; }
.approaches #mainNav ul li#approaches a { color: #b65c4a; }
.resources #mainNav ul li#resources a { color: #b65c4a; }


/*~~~~~~~~~~~Drop down menu~~~~~~~~~~~*/

#mainNav li ul {
	margin: 0;
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	background: #0c3536 url("../images/mainnav_bg.gif") left top repeat-x;
	float:left;
	padding-top: 5px;
	}
	
	#mainNav li ul li {
		background-color: #0c3536;
		clear: both;
		width: 200px;
		height: 24px;
	}

	#mainNav li ul li.last {
		background-color: #0c3536;
		height: 25px;
		padding-bottom: 10px;
	}
	
	#mainNav li ul a {
		font: normal 1em Arial, Helvetica, sans-serif;
		color: #a3b6b9;
		display: block;
		height: 24px;
		padding: 12px;
		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: #e3e7e8;
	}

	#mainNav li ul li.last a:hover {
		/*background: url("../images/ddBg_last_hl.gif") repeat-x;*/
		color: #e3e7e8;		
	}

	#mainNav li:hover ul, #mainNav li.over ul {
		display: block;
	}
	

/*~~~~~~~~~~~sub-Drop down menu~~~~~~~~~~~*/

#mainNav li li ul {
	visibility: hidden;
	/*margin: 0;
	display: none;
	position: absolute;
	top: 24px;
	left: -1px;
	background:none;
	float:left; */
	}

/*~~~~~~~~~~~~~~~~Sub Navigation~~~~~~~~~~~~~~~~~*/

#navSub {
	width: 151px;
	float: left;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	margin: 0 30px 26px 0;
	border: solid 10px #e7e6e7;
	padding: 10px;
}

#navSub a {
	color: #76473e;
}

#navSub ul a {
	color: #333;
}

#navSub ul {
	list-style: none;
	/* background: transparent url("../images/subNav_div.gif") left top repeat-x ; */
	margin-right: 5px;
	padding-top: 5px;
	font-weight: normal;
}

#navSub li {
	/* background: url("../images/subNav_div.gif") left bottom repeat-x ; */
}

#navSub li a {
	width: 140px;
	display: block;
	padding: 6px 0 6px 8px;
	font-weight: normal;
	color: #656565;
	background: transparent url("../images/subNav_arrow.gif") left 8px no-repeat ;
}

/*~~~~~~~~~~~~~~~~Home~~~~~~~~~~~~~~~~~*/
.LatestNews a#LatestNews {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~AboutNTD~~~~~~~~~~~~~~~~~*/
.About a#About {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.SiteMap a#SiteMap {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~NewsRoom~~~~~~~~~~~~~~~~~*/
.NTDintheNews a#NTDintheNews {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");}
.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");}
.SpeechesandTestimony a#SpeechesandTestimony {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.PressandAnnouncements a#PressandAnnouncements {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.MeetingsandEvents a#MeetingsandEvents {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Countries~~~~~~~~~~~~~~~~~*/
.CountryProfiles a#CountryProfiles {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Funding~~~~~~~~~~~~~~~~~*/
.ContractsandAgreements a#ContractsandAgreements {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~TargetDiseases~~~~~~~~~~~~~~~~~*/
.Onchocerciasis a#Onchocerciasis {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Schistomsomiasis a#Schistomsomiasis {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Trachoma a#Trachoma {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.LymphaticFillriasis a#LymphaticFillriasis {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.SoilTransmittedHelminths a#SoilTransmittedHelminths {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Whipworm a#Whipworm {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Hookworm a#Hookworm {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}
.Roundworm a#Roundworm {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Approaches~~~~~~~~~~~~~~~~~*/
.IntegratedControl a#IntegratedControl {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

/*~~~~~~~~~~~~~~~~Resources~~~~~~~~~~~~~~~~~*/
.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");}
.ToolsandGuidelines a#ToolsandGuidelines {color:#8C0000; background-image: url("../images/subNav_arrow_hl.gif");}

#navSub ul ul {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	}
	
	#navSub ul ul a {
		width: 120px;
	}

#breadcrumb {
	font-size: 11px;;
	color: #8C0000;
	margin: 12px 0 15px;
	}

	#breadcrumb a {
		color: #76473e;
	}



/*~~~~~~~~~~~~~~~~Footer Navigation~~~~~~~~~~~~~~~~~*/


.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;
}

