.sub {
	background: rgba(100, 100, 100, 0.8) !important;
	background:#fff; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	font-family:Helvetica, Arial, sans-serif;
}
ul#mega-menu {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 0.9em;
	z-index:100;
}

ul#mega-menu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	z-index:100;
}
ul#mega-menu li a {
	float: left;
	height: 44px;
	z-index:100;
}
ul#mega-menu li:hover a, ul#mega-menu li a:hover { } /*--Hover State--*/
ul#mega-menu a.find {
	width: 75px;
	height:12px;
	outline:none;
	z-index:100;
}

ul#mega-menu li .sub {
	position: absolute; /*--Important--*/
	top: 40px; left: -390px;	
	padding: 15px 0px 15px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	z-index:100;
}
ul#mega-menu li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	z-index:100;
}
ul#mega-menu li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 170px;
	float: left;
	z-index:100;
}
ul#mega-menu .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
	z-index:100;
}
ul#mega-menu .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0 0 0 3px;  margin: 0;
	font-size: 1em;
	font-weight: bold;
	font-family:"arial Black", Helvetica, Arial, sans-serif;
	z-index:100;
}
ul#mega-menu .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding:0;
	background-image: none;
	color: #00AEFF;
	z-index:100;
}
ul#mega-menu .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/navlist_arrow.png) no-repeat 5px 12px;
	padding: 6px 5px 0 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	z-index:100;
}
ul#mega-menu .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 12px ;/*--Override background position--*/
	z-index:100;
}