
#mainnav {
float:left; 
width:558px; 
height:24px; 
background-image:url(images/middler.jpg);
font-family:Trebuchet, Tahoma, Arial, sans-serif;
font-size:13px;
}

/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}


/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 10px;
	color: #000000;	
	background-color: transparent;
	background: url(arrow.gif) no-repeat top right; 
	text-decoration: none;
font-family:Trebuchet, Tahoma, Arial, sans-serif;
font-size:13px;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three #nav a.four #nav a.five {
	text-align: left;
}
#nav li {
	float: left;
	padding: 0;
}


/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #F4F1ED;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#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;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #F4F1ED;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000;
	background-image: none;
}
#nav li ul.under a:hover {
	background: #F4F1ED;
	color: #4288A9;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #4288A9;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #4288A9;
	background-color: #F4F1ED;
}
