.MegaMenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
}
.MegaMenu {
	
}

.dropDown {
	width: 480px;
	padding-bottom: 10px;
	background-color: #063523;
}

.MegaMenu a.MegaMenuLink:link, .MegaMenu a.MegaMenuLink:visited {
	display: inline-block;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	outline: none;
	line-height:40px;
	z-index: 1000;
	padding-left:15px;
	padding-right:15px;
   
}
.MegaMenu a.MegaMenuLinkOff:link, .MegaMenu a.MegaMenuLinkOff:visited {
	display: inline-block;
	color: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	outline: none;
	z-index: 1000;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
}
.MegaMenu a.MegaMenuLinkOff:hover {
	background: #063523;
	color: #fff;   

}
.MegaMenu a.MegaMenuLinkActive:link, .MegaMenu a.MegaMenuLinkActive:visited {
   background: #063523;
   color: #fff;
   border-bottom: none;
}
.MegaMenu .MegaMenuContent{
   display: none;
}
#MegaMenuContent, #MegaMenuContentShadow {
   margin-left: 10px;
   position: absolute;
   z-index: 10;
}
#MegaMenuContentShadow {
   background: #111;
   margin-left: 8px;
   margin-top: 4px;
   z-index: 9;
   opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);
}

.dropDown h1 {
	margin: 0px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	font-weight: normal;
}
.dropDown .dropDown-left {
	float: left;
	width: 219px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding: 10px;
	height:285px;
}
.dropDown .dropDown-right {
	float: left;
	width: 220px;
	padding: 10px;
}
.dropDown .dropDown-right ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.dropDown .dropDown-right ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	padding-bottom: 5px;
}
.dropDown .dropDown-left p {
	width: 203px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.dropDown .dropDown-left p a {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}
