#nav, #nav ul {
	float: left;
	width: 720px;
	list-style: none;
	line-height: 1.5;
	background: white;
	font: verdana, arial, helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: white;
	text-decoration: none;
	/*padding: 0.25em 2em;*/
	font-size: 11px;
}

/* this is the row with arrow */
#nav a.daddy {
	background: url(images/rightarrow2.gif) center right no-repeat;
	width: 140px;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 10em;*/
	width: 80px;
	height: 24px;
	background-image: url(images/button_plain.gif);
}

#nav li a {
	text-align: center;
}

/*
*****************
second level
***************
*/


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 14.4em;
	w\idth: 13.9em;*/
	width: 160px;
	font-weight: normal;
	border-left: 2px groove #000;
	margin: 5px 0 0 0;
	background-color: #333333;
}

/*
***************************
SUB LEVEL NAVIGATION COLORS 
***************************
*/


/* GREEN */

#nav li.green {
	background-color: #07601E;
	}

#nav li ul.green {
	background-color: #07601E;
	}
	
#nav li.green:hover, #nav .green li.sfhover {
	background: #1E6C33;
}

/* BLUE */
	
#nav li.blue {
	background-color: #114C8E;
	}

#nav li ul.blue {
	background-color: #114C8E;
	}
	
#nav li.blue:hover, #nav .blue li.sfhover {
	background: #32659E;
}

	
/* ORANGE */	

#nav li.orange {
	background-color: #DB4219;
	}

#nav li ul.orange {
	background-color: #DB4219;
	}
	

#nav li.orange:hover, #nav .orange li.sfhover {
	background: #DD5E3C;
}
	
	
	
/*
**************************
END SUBLEVEL NAV COLORS
**************************
*/

	
#nav li li {
	padding-right: 1em;
	/*width: 13em*/
	width: 150px;
	height: auto;
	padding: 5px; 
	background-image: none;
	border-top: 2px groove #000;
	text-align: left;
}

#nav li li a {
	text-align: left;
	margin-left: 7px;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
	width: 150px;
}

/*
**********************
third level styles
*********************
*/

#nav li ul ul {
	/*margin: -1.75em 0 0 14em;*/
	margin: -24px 0 0 150px;
}


#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;
}


/*
**********************
hover color (gray)
*********************
*/


#nav ul li:hover, #nav ul li.sfhover {
	background: #666666;
}


#content {
	clear: left;
}




