/* CSS Document */

#nav, #nav ul {
	float: left;
	display: inline;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0;
	background-color: #336699;
	width:799px;
	text-align: left;
}

#nav a {
	display: block;
	/*width: 6em;
	w\idth: 6em;*/
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a.daddy {
	background: url(http://www.healthcareforallnc.org/images/rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 8.1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00356A;
	border-right-color: #00356A;
	border-left-color: #00356A;
		/*height: 2.5em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 8.1em;
	w\idth: 8.2em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	z-index:1000;
}

#nav li li {
	padding: 0;
	width: 8.1em;
}

#nav li ul a {
	width: 8.1em;
	w\idth: 8.1em;
}

#nav li ul ul {
	z-index:1000;
	margin-top: -1.75em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8.0em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	margin-left: -5em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #00356A;
}