/* ALL NAV LISTS */

/* Header Nav Menu */
#nav, #nav ul {
	/*float: left; necessary?*/
	/*width: 100%;*/
	/*border: solid #eda;
	border-width: 0 0 0 0;*/
	padding: 0 0 0 0; /* Eliminate default indentation */
	margin: 0 0 0 2px; /* Space left side of nav bar away from left margin correctly */
	z-index: 100;
	list-style: none;
	/*line-height: 1.3em;*/
}

#nav ul {
	/* just on left b/c borders break in Firefox on 2nd level nested ul's (#nav ul ul) and deeper */
	border-left: 1px solid #9C9EA0; /* border around whole drop-down section */
}

#nav a {
	/*width: 10em;
	width: 6em;*/
	/*color: #7C6240;*/
	display: block;
	padding: 3px 5px;
	margin: 4px 2px 4px 2px;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: #222222;
	border: 1px solid #333333;
}

#nav a.daddy {
	background: url(../images/siteimages/nav_list_arrow_black.png) center right no-repeat;
}

#nav a.admin {
	color: #F16422;
}

#nav a.important_menu_link {
	color: #F16422;
}

#nav a.nav_heading { /* Header for a group of vertically-listed links */
	/*width: 20em;*/
	color: #0054A5;
	font-weight: bold;
	/*background: #bbbbbb;*/
	text-decoration: none;
}

#nav span.nav_heading { /* Header for a group of vertically-listed links */
	font-family: Verdana, Arial, san-serif;
	padding-left: 8px;
	/*color: #0054A5;*/
	color: #000000;
	font-weight: bold;
	letter-spacing: 0px;
}

#nav li {
	float: left;
	/*padding: .30em .15em .30em .15em;*/
	/*width: 10em;*/ /* Makes each menu item a fixed width instead of shrinking and growing with text */
}

#nav li ul {
	position: absolute;
	/*left: -999em;*/
	margin-left: -1000em;
	height: auto;
/**************************************************************************/
	/*Currently disabled because this width depends on width of anchor: '#nav li li' */
	/*width: 15.9em;*/ /* width of actual sub-menu */
/**************************************************************************/
	font-weight: normal;
	/*border-width: 0.25em*/ /* Doesn't seem to do anything*/
}

#nav li li {
	/*float: left;*/ /* necessary? */
	clear: left; /* forces vertical menu options */
	/* space between menu items (even though stacked vertically - this seems to cause them to be stacked)*/
	/*padding-right: 1em;*/
	/*width: 2em;*/
/**************************************************************************/
	width: 214px; /* width of part that gets highlighted in a sub-menu */
/**************************************************************************/
	/* Make sure drop-down menu has the right background color, etc. */
	background-color: #dddddd;
}

#nav li ul a {
/**************************************************************************/
	width: 194px; /* width of text of each selection in a sub-menu */
/**************************************************************************/
	/* These settings affect the characters in the drop-down menu */
	margin: 2px 2px 2px 2px;
	color: black;
	background-color: #dddddd;
	border: none;
	padding-left: 1em;
}

#nav li ul ul {
	/*old margin: -1.75em 0 0 14em; */
	margin: -37px 0 0 -1000em;
}

#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: -1000em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 2px;
}

#nav li li:hover ul, #nav li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	/*left: auto; necessary?*/
/**************************************************************************/
	margin-left: 212px; /* How far over the sub-menu shows up */
/**************************************************************************/	
}

#nav li a:hover, #nav li a.sfhover {
	background-color: #444444;
	/*border-color: #cccccc #9C9EA0 #cccccc #9C9EA0;*/
	border-color: #9C9EA0 #9C9EA0 #9C9EA0 #9C9EA0;
	color: #FFFFFF;
}

#nav li.active a {
}

/* extra positioning rules for limited noscript keyboard accessibility */
/*#nav li a:focus + ul { margin-left: 0; }
#nav li li a:focus + ul { margin-left: 1013em; }
#nav li li a:focus { margin-left: 1000em; width: 13em; background: white; }
#nav li li li a:focus { margin-left: 2013em; width: 13em; background: white; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: auto; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 14em; }*/

/* Footer Nav Menu */

div#footer_nav {
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	/*margin-bottom: 40px;
	border: 1px solid #999;*/
	z-index: 90;
}

div#footer_nav ul {
	margin-top: 15px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	list-style-type: none;
	text-align: center;
	/*margin-top: -8px;*/
	padding: 0;
	position: relative;
}

div#footer_nav li {
	display: inline;
	text-align: center;
	margin: 0 2px;
}

div#footer_nav li a {
	padding: 1px 7px;
	color: #cccccc;
	/*background-color: #fff;*/
	/*border: 1px solid #ccc;*/
	font-family: Verdana, Arial, san-serif;
	text-decoration: none;
}

/* For black background footers */
div#footer_nav table.black_bg {
	background: #000000;
	border: 0;
	margin-top: 4px;
}

div#footer_nav li a:link.black_bg, div#footer_nav li a:active.black_bg, div#footer_nav li a:visited.black_bg {
	color: #cccccc;
}

div#footer_nav li a:hover.black_bg {
	color: #ffffff;
}

div#footer_nav li.separator_black_bg {
	border-left: 2px solid #626366;
}

div.copyright_black_bg {
	font-family: arial, san-serif;
	color: #cccccc;
}

/* For white background footers */
div#footer_nav table.white_bg {
	background: #ffffff;
	border-top: 1px solid #cccccc;
	margin-top: 10px;
}

div#footer_nav li a:link.white_bg, div#footer_nav li a:active.white_bg, div#footer_nav li a:visited.white_bg {
	color: #626366;
}

div#footer_nav li a:hover.white_bg {
	color: #000000;
}

div#footer_nav li.separator_white_bg {
	border-left: 2px solid #9C9EA0;
}

div.copyright_white_bg {
	font-family: arial, san-serif;
	color: #626366;
}
