/* 
divs within the header, including top navigation menu
Bryan Gullan
2005-03-30
*/

#top-nav-bar {
	width: 750px;
	height:23px;
	padding: 0;
	margin: 0px;
}

#top_nav {	
	padding: 0px 38px 0px 201px;
}

#top_nav a {
	text-decoration:none;
}

#top_nav ul {
	height:23px;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:2;
}

#top_nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px !important;
	list-style-type: none;
	display: block;
	position: relative;
	float:left;
	/*position:absolute;*/
}

#top_nav img {
	margin: 0px;
	padding: 0px;
}

#nav .menutext {
	position: relative;
	left:-9999px;
}

#nav {
	background-repeat:no-repeat;
}

#nav a {
	display:block;
	top:0px;
	left:0px;
	height: 23px;
	outline:none;
}

#nav_healthtopics {
	/*left:0px;*/
	width:111px;
	height:23px;
}

#nav_healthtopics:hover, #nav_healthtopics a:hover{
	background:url(/display_images/nav/healthtopics/healthtopics.gif);
}

#nav_news {
	/*left:111px;*/
	width:61px;
	height:23px;
}

#nav_news:hover, #nav_news a:hover{
	background:url(/display_images/nav/news/news.gif);
}

#nav_resources {
	/*left:172px;*/
	width:94px;
	height:23px;
}

#nav_resources:hover, #nav_resources a:hover{
	background:url(/display_images/nav/resources/resources.gif);
}

#nav_leadership {
	/*left:266px;*/
	width:94px;
	height:23px;
}

#nav_leadership:hover, #nav_leadership a:hover{
	background:url(/display_images/nav/leadership/leadership.gif);
}

#nav_funding {
	/*left:360px;*/
	width:77px;
	height:23px;
}

#nav_funding:hover, #nav_funding a:hover{
	background:url(/display_images/nav/funding/funding.gif);
}

#nav_home {
	/*left:437px;*/
	width:60px;
	background:url(/display_images/nav/root/home_off.gif);
	height:23px;
}

#nav_home:hover, #nav_home a:hover{
	background:url(/display_images/nav/root/home.gif);
}

#nav_healthtopics ul, #nav_news ul, #nav_resources ul, #nav_leadership ul, #nav_funding ul {
	border:none !important;
}
#nav li ul{
	display: none;
	position: absolute; 
	top: 25px;
	left: 0;
}

#nav_healthtopics li, #nav_news li, #nav_resources li, #nav_leadership li, #nav_funding li {
	position:relative;
	width:170px;
	display:block !important;
	font-weight:bold;
	font-size:0.9em;
	margin-left:0px;
	margin-top: -2px;
	padding: 1px 0px;
	border-left:1px solid #999 !important;
	border-right:none !important;
	background: #F9F9F9;
	background-image: url(/display_images/icons/drop_bullet.gif);
	background-position: 0px 13px;
	background-repeat:no-repeat;
}

#nav_healthtopics li {
	width: 210px;
}

#nav li > ul {
	top: 25px;
	left: auto;
}

#nav_healthtopics li.last, #nav_news li.last, #nav_resources li.last, #nav_leadership li.last, #nav_funding li.last {
	padding:0px 0px 5px 0px !important;
	margin-top: -1px;
	background-image: url(/display_images/icons/drop_bullet_last.gif);
	background-position: 0px -27px;
	background-repeat:no-repeat;
	border:none !important;
}

#nav_healthtopics li a, #nav_news li a, #nav_resources li a, #nav_leadership li a, #nav_funding li a{
	color:#333;
}

#drop-nav-healthtopics, #drop-nav-news, #drop-nav-resources, #drop-nav-leadership, #drop-nav-funding {
	display: none;
}

#top_nav li:hover ul, #top_nav li.over ul {
	display: block;
}

#drop-nav-healthtopics a, #drop-nav-news a, #drop-nav-resources a, #drop-nav-leadership a, #drop-nav-funding a {
	display: block;
	padding: 4px 2px 4px 10px !important;
	margin:0px 0px 0px 0px;
	height:auto;
}

#drop-nav-healthtopics a:hover {
	/*background:#FFB672;*/
	color:#085A92;
	background-image:none;
}
#drop-nav-news a:hover {
	/*background:#D4B2FF;*/
	color:#085A92;
	background-image:none;
}
#drop-nav-resources a:hover {
	/*background:#C0E36F;*/
	color:#085A92;
	background-image:none;
}
#drop-nav-leadership a:hover {
	/*background:#42C7F2;*/
	color:#085A92;
	background-image:none;
}
#drop-nav-funding a:hover {
	/*background:#FF9692;*/
	color:#085A92;
	background-image:none;
}




