/* GeneMovers 2006 navigation CSS */
.primaryNavContainer {position:relative; height:35px; z-index:100; width:778px; left:5px; margin-top:5px;}

#primaryNav {
	 WIDTH: 990px;  
}

#primaryNav ul { /* all lists */
	padding: 0; margin-top:20px;
	margin: 0;
	list-style: none;
}

#primaryNav li { /* all list items */
	float: left; 
	position: relative;
	/*width: 10em;*/
}

#primaryNav li ul { /* second-level lists */
	display: none; padding:5px; width:240px; text-align:left;  background-image:url(../images/nav_dropdown_bg.gif);
	position: absolute; background-color:#ECF0F0 ; 
	top: 33px;
	left: 0;
}

#primaryNav li ul:hover { /* second-level lists */
	display: none; text-decoration:none; width:240px; /*background-image:url(../images/nav_bg.gif);*/
	position: absolute; background-color:#ECF0F0; 
	top: 33px;	
	left: 0px;
	}

#primaryNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto; 	left: auto;}

#primaryNav li.over ul { /* lists nested under hovered list items */
	display: block;  border:0px;}

#primaryNav li:hover ul 
{
	display: block;  border:0px; top: 33px;	
}

/* All A tags in the nav*/
#primaryNav LI A { TEXT-INDENT: -9000px; text-decoration: none; display:block; height:33px;}

/* Just the A tags in the submenus*/
#primaryNav LI UL LI {width:240px}
#primaryNav LI UL LI A {TEXT-INDENT: 0px; height:15px;  border:0px; font-size:1em; text-decoration:none; color: #FFF; padding:3px 3px 3px 6px}
#primaryNav LI UL LI A:hover {TEXT-INDENT: 0px; height:15px;  border: 0px; background-color:#CCC; padding:3px 3px 3px 6px; color: #000;}

#home {background-image:url(../images/nav_home.gif); width:81px; height:33px; border:0px;} 
#aboutus {background-image:url(../images/nav_about.gif); width:85px; height:33px; border:0px;}
#bestpractice {background-image:url(../images/nav_policy.gif); width:116px; height:33px; border:0px;}
#research {background-image:url(../images/nav_research.gif); width:142px; height:33px; border:0px;}
#events {background-image:url(../images/nav_events.gif); width:73px; height:33px; border:0px;}
#newsroom {background-image:url(../images/nav_newsroom.gif); width:96px; height:33px; border:0px;}
#contactus {background-image:url(../images/nav_contact.gif); width:100px; height:33px; border:0px;}
#endnav {background-image:url(../images/nav_end.gif); width:286px; height:33px; border:0px;}

#home_over {background-image:url(../images/nav_home_on.gif); width:81px; height:33px; border:0px;} 
#aboutus_over {background-image:url(../images/nav_about_on.gif); width:85px; height:33px; border:0px;}
#bestpractice_over {background-image:url(../images/nav_policy_on.gif); width:116px; height:33px; border:0px;}
#research_over {background-image:url(../images/nav_research_on.gif); width:142px; height:33px; border:0px;}
#events_over {background-image:url(../images/nav_events_on.gif); width:73px; height:33px; border:0px;}
#newsroom_over {background-image:url(../images/nav_newsroom_on.gif); width:96px; height:33px; border:0px;}
#contactus_over {background-image:url(../images/nav_contact_on.gif); width:100px; height:33px; border:0px;}
#endnav_over {background-image:url(../images/nav_end.gif); width:286px; height:33px; border:0px;}


#home:hover {background-image:url(../images/nav_home_on.gif); width:81px; height:33px; border:0px;} 
#aboutus:hover {background-image:url(../images/nav_about_on.gif); width:85px; height:33px; border:0px;}
#bestpractice:hover {background-image:url(../images/nav_policy_on.gif); width:116px; height:33px; border:0px;}
#research:hover {background-image:url(../images/nav_research_on.gif); width:142px; height:33px; border:0px;}
#events:hover{background-image:url(../images/nav_events_on.gif); width:73px; height:33px; border:0px;}
#newsroom:hover {background-image:url(../images/nav_newsroom_on.gif); width:96px; height:33px; border:0px;}
#contactus:hover {background-image:url(../images/nav_contact_on.gif); width:100px; height:33px; border:0px;}
#endnav:hover {background-image:url(../images/nav_end.gif); width:286px; height:33px; border:0px;}


















