/* TOP NAV WITH DROPDOWNS */
#nav {
	clear: both;
	height: 30px;
	width: auto;
	padding-top: 5px;
}

#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
}

#nav a { /* HEIGHT + PADDING = #nav height */
	display: block;
	color: #003366;
	text-decoration: none;
	padding: 5px 10px;
	height: 15px;
	font-size: 10px;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#nav li:hover, #nav li.sfhover {
	/*background: #C29301;*/
}

#nav li {
	float: left;
}
/* SECOND LEVEL NAV WITH EXPANDING THIRD LEVEL */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 202px;
	margin: 0;
	/*border-top: 1px solid #000000;*/
}
#nav li li {
	width: 200px;
	/*border-top: 1px #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;*/
}

#nav li ul ul {
	margin: -25px 0 0 200px;
}
#nav li ul a {
	background: #003366;
	height: auto;
	color: #CCCCCC;
	line-height: 12px;
}
#nav li ul a:hover {
	background: #003366;
	height: auto;
	color: #FFFFFF;
}
/* APPLY CLASS TO LI SECOND LEVEL NAV WITH EXPANDING THIRD LEVEL */
#nav a.withchildren {
	background: #003366 url(../images/buttons/btn_rightarrow.gif) no-repeat 180px 5px;
}
#nav a:hover.withchildren {
	background: #003366 url(../images/buttons/btn_rightarrow.gif) no-repeat 180px 5px;
}


/*********************************| DO NOT EDIT |***********************************/
#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 {
	left: auto;
}
/*********************************| DO NOT EDIT |***********************************/

/* TOP NAV WITH DROPDOWNS ORIGINAL CODE*/
/*#nav, #nav ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda;
	border-width: 1px 0;
	margin: 0 0 1em 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	width: 10em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 13em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#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 {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}
*/

