/*----------------------------------
####################################
MAIN NAVIGATION - see below for side nav
####################################
----------------------------------*/

#header ul#nav {
	float:right;
	width:720px;
	/*margin-top:99px;*/
	z-index:5;
	display:block;
	border:0px solid red;
}
#header ul#nav li	{
	float:left;
	/*width:8em;  width needed or else Opera goes nuts */
	text-align:center;
	z-index:5;
}
#header ul#nav li a	{
	background-color:#FFF;
	font-size:13px;
	color:#686868;
	display:block;
	line-height:1.5em;
	z-index:5;
	text-decoration:none;
}

a.navhome, 
a.whatspoint, 
a.getinvolved,
a.healing,
a.media,
a.whoweare,
a.resources  {
	text-indent:-99999px;
	outline:none;
	height:37px;
}
	
a.navhome {
	width:69px;
	background:url(../images/nav_home.gif) no-repeat 0 0 transparent;
}

a.whatspoint {
	width:187px;
	background:url(../images/nav_whatspoint.gif) no-repeat 0 0 transparent;
}

a.getinvolved {
	width:114px;
	background:url(../images/nav_getinvolved.gif) no-repeat 0 0 transparent;
}

a.healing {
	width:87px;
	background:url(../images/nav_healing.gif) no-repeat 0 0 transparent;
}

a.media {
	width:76px;
	background:url(../images/nav_media.gif) no-repeat 0 0 transparent;
}

a.whoweare {
	width:120px;
	background:url(../images/nav_whoweare.gif) no-repeat 0 0 transparent;
}

a.resources {
	width:62px;
	background:url(../images/nav_resources.gif) no-repeat 0 0 transparent;
}

#header ul#nav li a:hover	{
	color:#5abad3;
	background-position: bottom left;
}

a.currentpage {
	background-position: bottom left;
}



/*----------------------------------
2nd-level lists
----------------------------------*/
#header ul#nav li ul {
	width:auto;
	float:none;
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:1px solid #ccc;
	z-index:5;
	/* put rule here for IE 5 for PC only*/
	voice-family:"\"}\"";
	voice-family:inherit;
	/*put conflicting rule here for all non-IE 5 browsers*/
}
/*end*/
/*\*/
html*#header ul#nav li ul {
[top:auto;/*Affects older Firefox and Netscape browsers only. Seen also by IE5-6 and Safari for Macintosh, which is addressed below.*/
top:146px;/*Affects Google Chrome amd Safari for Macintosh only (v1-3). See also by IE5-6, but thats addressed below. Also hidden from older Firefox and Netscape browsers.*/
]top:auto;/*Affects IE 7 only. Seen by IE5-6 but thats addressed below. Hidden from Safari and all Firefox and Netscape browsers.*/
}/**/
.dummyend[id]{clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/}

/*\*/
* html #header ul#nav li ul {
top:auto;/*Finally, be sure to reapply a fix that affects IE 5-6 only here. IE for Mac and IE 7 for PC are not affected here, which means purple above should work only in IE 7 above!*/
}
/**/

#header ul#nav li ul li	{
	border:0;
	margin:0;
	clear:left;
	width:100%;
	text-align:left;
	z-index:5;
}
#header ul#nav li ul li a	{
	height:19px;
	width:15em;
	padding:5px 8px 5px 8px;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
}
#header ul#nav li ul li a:hover	{

}

/*----------------------------------
3rd-level lists and above
----------------------------------*/
#header ul#nav li ul ul	{
	/*margin: -2.1em 0 0 26.1em;*/
	margin:-2.1em 0 0 16.1em;
	border:none;
	/*border-top:1px solid #FFF;*/
	z-index:5;
}
html*#header ul#nav li ul ul {
	[top:auto;
	left:auto;
	top:20px;
	left:-25px;
	]top:auto;
	left:auto;
	z-index:5;
}
.dummyend[id]{
	clear:both/*end hack using dummy attribute selector for IE5 mac, else error in CSS occurs!*/
}
/*\*/
* html #header ul#nav li ul ul {
	top:auto;
	left:auto;
}
/**/

#header ul#nav li ul ul a	{
	margin-left:10px;
}
#header ul#nav li ul li ul li a	{
	width:20em;
	background:#000;
	color:#FFF;
	border-bottom:1px solid #FFF;
}
#header ul#nav li ul li ul li a:hover	{
	background:#99CC00;
	color:#000;
}
#header ul#nav li:hover ul ul,
#header ul#nav li:hover ul ul ul,
#header ul#nav li.sfhover ul ul,
#header ul#nav li.sfhover ul ul ul {
	left: -999em;
}
#header ul#nav li:hover ul,
#header ul#nav li li:hover ul,
#header ul#nav li li li:hover ul,
#header ul#nav li.sfhover ul,
#header ul#nav li li.sfhover ul,
#header ul#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

