/* ---------- Mega Drop Down --------- */

#mega {
	list-style: none;
	font-weight: bold;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #0856A3;
	background: #C7DEAD;
	width: 990px;
/*
	REDLIME - ensure that menus are always on top
*/
	position: relative;
	z-index: 999;
}

/*-------------------------------------*/

#mega li {
	border: 0px solid #0856A3;
	background: #C7DEAD;
	margin-left: -1px;
	float: left;
	width: auto; /* Can be fixed width if you like */
	/*padding: 3px 20px 3px 20px;*/
	padding: 3px 15px 3px 15px;
	text-align: center;
	position: relative;
	font-size: 1.0em;
	color: #fff; 
}

#mega li a:link { color: #319579; }

#mega li a:hover { color: #fff; }

#mega li.sub:hover { color: #fff; }

#mega li.nosub:hover, #mega li.sub:hover {
	background: #733976;
	border-bottom: 0;
	/*padding: 3px 20px 3px 20px;*/
	padding: 3px 15px 3px 15px;
	margin-top: 0px;
	z-index: 1;
	color: #fff;
}



/*-------------------------------------*/

#mega a {
	outline: 0;
	text-decoration: none;
	display: block;
	line-height: 2em;
}

/* ----------- Hide/Show Div ---------- */

#mega div {
	position: absolute;
	left: -999em;
	margin-top: 3px;
	width: 450px;
	padding: 0 10px 10px;
	border: 0px solid #0856A3;
	border-top: 0;
	font-weight: normal;
	text-align: left;
	background: #eee;
}

#mega li:hover div { left: -1px; top: auto; }

#mega li.dif:hover div { left: -380px; }

/* --------- Within Div Styles --------- */

#mega div p {
	background: #fff url(images/sub_fade.jpg) repeat-y;
	font-size: 1em;
	font-weight: bold;
	padding: 0 5px;
	margin: 10px 0 5px 0;
	clear: both;
	width: 440px;
	position: relative;
}

#mega div p a:link, #mega div p a:visited { color: #fff; }

#mega div p a:hover { color: #eee; }

#mega div a:hover, #mega div a:focus, #mega div a:active { text-decoration: none; }

/* --------- Faux Columns for Third Level --------- */

#mega ul.mega_cols {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: left;
	border-top: 0px solid #0856A3;
}

#mega ul.mega_cols li.col {
	line-height: 1.5em;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	border-bottom: 0px solid #0856A3;
}

#mega #double, #mega #triple, #mega #quad { margin: 0; font-size: 0.9em; }

#mega #double li.col { width: 50%; text-align: left; }

#mega #triple li.col { width: 33%; text-align: left; }

#mega #quad li.col { width: 25%; text-align: left; }

#mega ul.mega_cols li.col a { line-height: 1.8em; color: #733976; }

#mega ul.mega_cols li.col a:hover { line-height: 1.8em; color: #000; text-decoration: none; }


