/* MAIN NAV -----------------------------------------------------------------------------------*/	
#navMain{
	z-index: 500;
	position: relative;
	left: 1px;
	border-top: 1px dashed #37378E;
	border-bottom: 1px dashed #37378E;
	padding: 3px 0;
	background-color: #ffffff;
	margin-bottom: 10px;
		
}

#navMain ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navMain li { position: relative; display: inline; }
#navMain li#gappy { margin-top: 1em; }

#navMain li a {
	font-size: 0.9em;	
	text-decoration: none;
	padding: 0 13px;
	border-right: 1px solid #37378E;
	/* height: 24px; */
}
#navMain li a.last { border-right: 0px solid white; }

* html #navMain li a.last { border-right: 0px solid white; }
#navMain li.nav2 a { color: #37378E; }
#navMain li a:hover{  }
#navMain li.nav2 a:hover { color: #37378E; }
	
/* CASCADING MENUS -----------------------------------------------------------------------------*/	
#navMain div { position: absolute; left: 0px; top: 1.5em; }
#navMain div div { position: absolute; left: 150px; top: -1px; } /* Surprise, surprise, z-indexing doesn't appear to work in BASTARD IE */

.cascade {
	visibility: hidden;
	padding: 0;
	width: 150px;
	border: 1px solid #37378E;
}

#navMain .cascade a {
	font-size: 0.9em;
	text-decoration: none; 
	text-align: left; 
	padding: 3px 10px;
	display: block;
	width: 130px;
}
#navMain .cascade a:hover {	color: black;	}

.cascade ul {
	margin: 0;
	padding: 0; 
	list-style-type: none;
	background-color: #ffffff;
}

/* .cascade li { border-top: 1px solid #fff; } */
* html .cascade li { height: 1px; } /* hides the rule from everything but IE (minimises padding below links with child menu) */




#navTertiary{
	z-index: 200;
	background-color: #eeeeee;
	width: 600px ;
		
}

#navTertiary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navTertiary li { position: relative; display: inline; }
#navTertiary li#gappy { margin-top: 1em; }

#navTertiary li a {
	font-size: 1.0em;	
	text-decoration: none;
	padding-right: 20px ;
	/* height: 24px; */
}
#navTertiary li a.last { border-right: 0; }
#navTertiary li.nav2 a { color: #37378E; }
#navTertiary li a:hover{  }
#navTertiary li.nav2 a:hover { color: #37378E; }
	
/* CASCADING MENUS -----------------------------------------------------------------------------*/	
#navTertiary div { position: absolute; left: 0px; top: 1.5em; }
#navTertiary div div { position: absolute; left: 150px; top: -1px; } /* Surprise, surprise, z-indexing doesn't appear to work in BASTARD IE */

