/* nav.css © Factor of 4, 2010*/
/*ICDF*/
@charset "UTF-8";

/*"#menu" defines the location of the main navigation*/

#menu { 
	width: 53em;
	height: 20px;
	top: 0px; 
	margin: 0;
	left: 0px;
	z-index: 50;
	overflow: visible;
	padding: 0px;
/*	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px;  */
}


#menu a, #menu li {
	width: 7.75em;
	text-align: left;
	padding-left: 3px;
	left: 10px;
}
#menu a:link, #menu a:visited { 
	font-size: 14px;
	color: #024C73;
	line-height: 1.3em;
	text-decoration: none; 
	padding-bottom: 5px;
	margin-top: -2px;
	display: block;
/*	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px; */
}
#menu a:hover, #menu a:active {
	font-size: 14px;
	line-height: 1.3em;
	text-decoration: none;
	color: #033;
	padding-bottom: 5px;
	margin-top: -2px;
	display: block;
/*	border-color: #ff0000; 
	border-style: solid; 
	border-width: 0; */
}


#menu li {
	position: relative;  
	float: left;
	height: 18px; 
	padding-top: 0px;
	top: 2px; 
/*	background-color: #336633;  */
	border-left-style: solid;  
	border-left-width: 2pt;  
	border-left-color: #014C73; 
	margin: 0; 
	list-style-type: none;
	list-style:none; 
}

#menu ul #menu-1{
	border-left-style: solid;  
	border-left-width: 0;  
	border-left-color: #fff; 
}


#menu li:hover { 
	background-color: #D6E8EA;
} 

#menu li li:hover { 
	background-color: #D6E8EA;
	border-left-style: solid;  
	border-left-width: 2pt;  
	border-left-color: #014C73; 
} 

/* IE fails, jquery doesn't help... */

#menu li li {
	text-align: left;
	padding-left: 9px;
	height: 22px;
	width: 9em;
	float: none;
	margin-left: -2px;
	left: 0px;
	list-style-type: none;
	padding-top: 0px;
	background-color: #D6E8EA;
	border-left-style: solid;  
	border-left-width: 2pt;  
	border-left-color: #014C73; 
}


#menu li li a {
	width: 9em;
	float: none;
	font-size: 12px;
	line-height: 1em;
	margin: -2px;
	list-style-type: none;
	padding: 0;
}

#menu ul { 
	margin: 0; 
	padding: 0; 
/*	background-color: ;   this sets the menu bg */
/*	border-color: #ff0000;
	border-style: solid; 
	border-width: 1px; */
}
#menu ul.menu-outer { 
	width: 53em;
	padding-top: 0px;
/*	border-color: blue; 
	border-style: solid; 
	border-width: 1px; */ 
}
#menu ul.menu-inner { 
	position: absolute;  
	left: 0; 
	top: 20px;
	display: none; /* reveal dynamically */
	margin-top: -3px; /* this keeps the dropdown menus from disappearing on IE */
/*	border-color: #0033ff; 
	border-style: solid; 
	border-width: 1px; */
}

#menu-1 ul li {
	margin-left: 0px;
}

#menu-6 ul li {
	margin-left: 0px;
}

#menu-1  { 

 }
#menu-2  { 

 }
#menu-3  { 

 }
#menu-4  { 

 }
#menu-5  { 

 }
#menu-6  { 

 }

a:link  { color: #024C73; text-decoration: none }
a:visited, a:active  { color: #024C73; text-decoration: none }
a:hover  { color: #033; text-decoration: underline }

