@charset "UTF-8";
/* CSS Document */



#wrap {
}
/* ---------- Mega Drop Down --------- */

#mega {
	list-style:none;
	border:0px;
	margin:0px;
	padding:0px;
	float: left;
	height: 35px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 22px;
	font-family: 'Economica', sans-serif;
	font-weight: 400;
}
#mega li, #mega p {
	float:left;
	width:auto;
	position:relative;
	height: 35px;
	margin: 0px;
	padding: 0px;
}

#mega li:hover {
	border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
	background:#999;
}
#mega a {
	color:#000;
	display:block;
	font-weight:normal;
	line-height:30px;
	text-decoration:none;
	width: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-weight: 700;
	font-size: 22px;
}
#mega p {
	color:#999;
	display:block;
	font-weight:normal;
	line-height:30px;
	text-decoration:none;
	width: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 7px;
	font-weight: 700;
	font-size: 30px;
}
#mega a:hover {
	color:#FFF;
}
/* ----------- Hide/Show Div ---------- */

#mega div {
	position:absolute;
	left:-999em;
	width: 194px;
	font-weight:normal;
	text-align:left;
	/* for IE */
	/*
	filter:alpha(opacity=90);
	CSS3 standard
	opacity:0.95;
	*/
	background:#333;
	padding-right: 5px;
	padding-left: 5px;
}
#mega li:hover div {
	left:-0px;
	top:35px;
	position: absolute;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* --------- Within Div Styles --------- */

#mega div ul {
	padding: 0px;
	margin: 0px;
}

#mega div ul li {
	float:left;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	line-height:20px;
	margin: 0px;
}
#mega div ul li:hover {
	background-color: #000;
}
#mega div ul li a {
	float:left;
	clear:left;
	line-height:20px;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	left: 999em;
}
#mega div ul li a:hover {
	text-decoration:none;
}
/* --------- Dropdown menu widths --------- */





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