/*Navbar Dropdown*/

#nav, #nav ul { /* all lists */
	padding: 0;;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size: 90%;
	font-weight: normal;
	color: #ffffff;
	font-family: helvetica,arial;

}

#nav {
	float: right;
	margin: -1.51em 0 0 0;
	
}

#nav a {
	display: block;
	text-decoration: none;
	color: #666666;
}
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	color: #666666;
	text-decoration: none;
}
#nav li ul li a:hover {
	color: #ffffff;
	background-color: #666666;
}
#nav ul ul a, #nav ul ul ul a {
	color: #ffffff;
}

/*#nav ul ul a, #nav ul ul ul a, #nav ul ul li, #nav ul ul ul li {
	width:15em;
	margin: 0px;
}
*/
#nav li ul a, #nav ul ul a {
	width: 14em;
	margin: 0 0 0 -1em;
	padding-left: 1em;
}


#nav li { /* all list items */
	float: left;
	padding: 5px 0em 10px 2.2em;
	line-height: 1.33em;
	
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 15em;
	left: -999em;
	font-size: 80%;
	font-weight: normal;
	border: 1px solid #666666;
	padding: .5em 0;
}
#nav li li {
	width: 15em;
	margin: 0px;
	padding: .25em 0 .25em 1em;
}




#nav li ul ul { /* third-and-above-level lists */
	margin: -2.2em 0 0 14em;
	font-size: 100%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#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 { /* lists nested under hovered list items */
	left: auto;
}

#nav a.drop {
	background-image: url(../images/drop-down-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#nav a.drop:hover {
	background-image: url(../images/drop-down-arrow-over.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/*#content {
	clear: left;
	color: #ccc;
}
*/

/*End of Navbar Dropdown*/
#nav li:hover, #nav li.sfhover {
	color: #B6D4EF;
}




