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

#mega {
	list-style: none;
	font-weight: bold;
	height: 29px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
}

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

#mega li {
	border: 1px solid #0856A3;
	background: #0F3DB6;
	margin-left: 2px;
	float: left;
	width: auto; /* Can be fixed width if you like */
	padding: 8px 5px 8px 5px;
	text-align: center;
	position: relative;
	font-size: 1.15em;
	font-variant: small-caps;
	font-weight: bold;
	line-height: 2em;
}

#mega li a:link, #mega li a:visited, #mega li a:active { color: #fff; font-weight: bold;}

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

#mega li.sub:hover {
	border: 1px solid #0856A3;
	background: #E2181A;
	border-bottom: 0;
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	z-index: 999999;
}

#mega li.nosub:hover {
	border: 1px solid #0856A3;
	background: #E2181A;
	border-bottom: 0;
	padding: 8px 5px 8px 5px;
	margin-top: 0px;
	z-index: 999999;
}

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

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

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

#mega div {
	position: absolute;
	left: -999em;
	margin-top: 9px;
	width: 150px;
	padding: 0 10px 10px;
	border: 1px solid #0856A3;
	border-top: 0;
	font-weight: normal;
	text-align: left;
	background: #EDF4FC;
	font-variant: normal;
}

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

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

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

#mega div p {
	color: #ffffff;
	background: #0957A2;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
	margin: 4px 0 5px 0;
	clear: both;
	width: 140px;
	position: relative;
}

#mega div p a:link, #mega div p a:visited { 
	color: #fff; 
	font-weight: bold;
}

#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: 1.0em; }

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

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

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

#mega ul.mega_cols li.col {width: 20%; text-align: left;}

#mega ul.mega_cols li.col a { line-height: 1.5em; color: #000; font-variant: normal;}

#mega ul.mega_cols li.col a:hover { line-height: 1.5em; color: #0856A3; text-decoration: underline; }


