#mainmenu {
	height: 50px;
	width: 960px;
	background-image: url(images_new/nav.jpg);
	background-repeat: no-repeat;
	line-height: 45px;
	margin-top: 0px;
}


#menu, #menu ul {
	float: left;
	list-style: none;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #006666;
	font-weight: 400;
	padding: 0px;
	width: 900px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	z-index: 1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	letter-spacing: 0px;
}

.menu_2line{
	padding-right: 0px;
	word-spacing:0px;
	padding-left: 0px;
	font-weight: 400;
	line-height: .75em;

}

.menu_cond{
	padding-right: 0px;
	word-spacing:0px;
	padding-left: 0px;
	font-weight: normal;
	letter-spacing: -1px;
}

/* -------------------------- */
/* The top main menuigation links */
#menu a {
	display: block;
	color: #FFFFFF;
	background-color:#006666;
	background: none; /* puts a "bar" on right of the main menu links */
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: "myriad-pro",sans-serif;
	font-size: 11px;
	font-weight: 400;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	width: 87px;
	padding-right: 1px;
	padding-left: 1px;
	text-align: center;
}
/* I'm targeting the last main menuigation link to have no "bar" on the right side */
#menu a.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 88px;
}


#menu a.one, #menu a.two, #menu a.three {
	text-align: left;
	font-size: 1em;
}
#menu li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	background-color: #99CCCC;
	margin: 0;
	z-index: 2;
}
#menu li li {
	padding: 0;
	width: 160px;
	z-index: 2;
}
#menu li ul a {
	padding: 5px 10px;
	width: 140px;
	z-index: 2;
	}
/* This controls the flyout location of the second level dropdowns */
#menu li ul ul {
	margin: -2em 0 0 140px;
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main menu link while looking at the dropdown */
#menu li:hover, #menu li.sfhover {
	background-color: #999999;
	
}
/* -------------------------- */
/* The dropdown links list colors */
#menu li ul.under a {
	color: #000000;
	background-image: none;
	font-family: "myriad-pro",sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 12px;
	z-index: 2;
}
#menu li ul.under a:hover {
	color: #000000;
	background-color: #999999;
	z-index: 2;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#menu li ul.under li:hover a.daddy, #menu li ul.under li.sfhover a.daddy {
	color: #000000;
	z-index: 2;
}
#menu li ul.under li:hover, #menu li ul.under li.sfhover {
	color: #000000;
	background-color: #999999;
	z-index: 2;
}

/* -------------------------- */
/* P Styles  */
/* -------------------------- */