/* ---------- Mega Drop Down --------- */
#mega {
	background: none;
	list-style: none;
	font-weight: bold;
	height: 30px;
	margin: 0px 5px 0px 5px;
	padding: 0px;
	
}
/*-------------------------------------*/
#mega li {
	
	background: none;	
	margin-left: -1px;
	float: left;
	width: 950; /* Can be fixed width if you like */
	padding: 3px 12px 3px 12px;
	text-align: center;
	border-left: 1px solid #fff;
	text-transform: uppercase;
	position: relative;
	font-size: 13px;
}
#mega li:first-child {	
	border-left: none;	
}
#mega li a:link, #mega li a:visited, #mega li a:active { color: #fff; }
#mega li a:hover { color: #fff; }
#mega li.sub:hover {
	background: transparent url(images/menu_hover.gif) repeat-x 0px 0px;
	padding: 3px 12px;
	margin-top: 1px;
	z-index: 1;
}
#mega li.nosub:hover {
	background: transparent url(images/menu_hover.gif) repeat-x 0px 0px;	
	padding: 3px 12px;
	margin-top: 1px;
	z-index: 1;
}
/*-------------------------------------*/
#mega a {
	outline: 0;
	text-decoration: none;
	display: block;
	line-height: 2em;
}
/* ----------- Hide/Show Div ---------- 
#mega div {
	position: absolute;
	left: -999em;
	margin-top: 3px;	
	padding: 0 10px 10px;
	border: 1px solid #102957;
	border-top: 0;
	font-weight: normal;
	text-align: left;
	background: #fff;
}*/
/* ----------- Hide/Show Div ---------- */
#mega div {
	position: absolute;
	left: -999em;
	margin-top: 3px;
	width: 300px;
	padding: 10px;
	border: 1px solid #000;
	border-top: 0;
	font-weight: normal;
	text-align: left;
	background: #fff;
}
#mega li:hover div { left: -2px; top: auto; }
#mega li.dif:hover div { left: -206px; }
/* --------- Within Div Styles --------- */
#mega div p {
	background: #fff;
	color: #B51A00;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	margin: 5px 0;
	clear: both;
	width: 280px;
	position: relative;
}
#mega div p a:link, #mega div p a:visited { color: #B51A00; }
#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 #000;
}
#mega ul.mega_cols li.col {
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
	float: left;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	background: #fff;
	border-bottom: 1px dotted #555;
}
#mega #double, #mega #triple, #mega #quad { margin: 0; font-size: 1.0em; }
#mega #double li.col { width: 45%; 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.5em; color: #B51A00; }
#mega ul.mega_cols li.col a:hover { line-height: 1.5em; color: #000; text-decoration: underline; }
