﻿

#menu_wrapper {
	border-left: 3px;
	border: 3px #6a8fc3 solid;
	border-bottom: 0px #6a8fc3 solid;
	width: 873px;
	height: 90px;
	margin-top: 0;
}


#menu_color {
	background-color: #6a8fc3;
	width: 873px;
	height: 23px;
	margin-top: 0px;
}


#main_nav, #main_nav ul {
	width: auto;
	margin-left: 0;
	height: 23px;
}	

	/* The following two parameters move the menus to the right.  This is interesting to play with later
	text-align: center;
	text-indent: 20px;
	*/


#main_nav a {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Arial Narrow", "Helvetica Condensed", "Univers Condensed"; /* font-family: "Gill Sans MT", Verdana, Helvetica, Arial, sans-serif; */;
	display: block;
	border-top: none;
	padding: 0px 5px 0px 5px;
	margin-right: 0px;
	background-color: #6a8fc3;
	text-decoration: none;
	color: #FFF;
	width: auto;
	text-align: center;
	height: 23px;
	letter-spacing: .1em;
	border-style: none;
}

/* Second Level Menu*/

#main_nav li ul a {
	font-size: 1.4em;
	font-weight: normal;
	font-family: "Arial Narrow", "Helvetica Condensed", "Univers Condensed";
	/* font-family: "Gill Sans MT", Verdana, Helvetica, Arial, sans-serif; */
	display: block;
	border-top: none;
	padding: 0px 5px 0px 5px;
	margin-right: 0px;
	background-color: #6a8fc3;
	text-decoration: none;
	color: #FFF;
	width: auto;
	text-align: center;
	letter-spacing: .05em;
}



#main_nav li {
	float: left; /* width: 8.6em; */;
	width: 145px;
	height: auto;
	margin: 0px;
}

#main_nav li.li4 {
	position: absolute;
	top: 69px;
	left: 0px;
}



#main_nav a:hover {
	background-color:#d48428;
	
	
}
#main_nav li ul {
	position: absolute;
	width: 10em; /*left: -999em; Took out from original scheme*/ /* Added for new Scheme*/;
	visibility: hidden;
	margin-left: 0px;
}


/* Third Level Menu*/

#main_nav li ul li ul {
	position: relative;
	left: 10px;
	right: -145px;
	top: -23px;
	
}

#main_nav li ul li {
	height: 23px;
}


#main_nav li ul li ul.thirdtier {
	visibility: hidden;
	margin-left: 0px;
}



/* The sfhover selector is the javascript substitution and needed for the second level menus to show in IE*/

#main_nav li:hover ul  /*#main_nav li.sfhover ul*/  {
	
	left: auto;
	
	/* This added for new scheme */
	visibility: visible;
	
}

/* Second Level Menu */

#main_nav li ul li:hover ul {
	visibility: visible;
	
}


