#dropMenuWrapper {
	background-image:url("../images/li_back.gif");
	background-position:top left;
	background-repeat:repeat-x;
	border:solid 1px #363;
	font-size:11px;
	font-weight:700;
	padding: 0;
	margin: 0;
	height: 29px;
}

#dropMenu {
	padding: 0;
	margin: 0 auto;
	width: 785px;
}

/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */

#level1, #level1 ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #363;
	font-weight: bold;
	text-align: center;
	margin-left: 15px;
	margin-top: 0;
	margin-bottom: 1px;
	padding: 0;
}

/* -------------------------- */
/* The top main navigation links */
#level1 a {
	display: block;
	text-decoration: none;
	border-left:solid 1px #363;
	border-right:solid 1px #363;
	padding:8px 14px;
	background-color: #ffe;
	color: #363;
}

#level1 a:hover {
	background-color: #363;
	color: #ffe;
}

/* I'm targeting the last main navigation link to have no "bar" on the right side */
#level1 a.last {
	background-image: none;
}
#level1 a.one, #level1 a.two, #level1 a.three {
	text-align: left;
	font-size: 1em;
}
#level1 li {
	border-bottom:solid 1px #363;
	border-top:solid 1px #363;
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#level1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px; 
	font-weight: normal;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#level1 li li {
	padding: 0;
	width: 152px; 
}
#level1 li ul a {
	padding: 5px 10px;
	width: 140px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#level1 li ul ul {
	margin: -2em 0 0 140px;
}
#level1 li:hover ul ul, #level1 li:hover ul ul ul, #level1 li.sfhover ul ul, #level1 li.sfhover ul ul ul {
	left: -999em;
}
#level1 li:hover ul, #level1 li li:hover ul, #level1 li li li:hover ul, #level1 li.sfhover ul, #level1 li li.sfhover ul, #level1 li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#level1 li:hover, #level1 li.sfhover {
	
}
/* -------------------------- */
/* The dropdown links list colors */
#level1 li ul.level2 a {
	padding: 6px;
	width: 140px;
}
#level1 li ul.level2 a:hover {
	
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown level2 it... */
#level1 li ul.level2 li:hover a.daddy, #level1 li ul.level2 li.sfhover a.daddy {
	color: #fff;
}
#level1 li ul.level2 li:hover, #level1 li ul.level2 li.sfhover {
	color: #ffe;
	background-color: #363;
}


