.megamenu{
	position: absolute;
	
	left: 0px;
	top: 0px;
	background: white;
	border: 1px solid #FFB25F;
	border-width: 5px 1px;
	padding: 10px;
	z-index: 10000;
	min-width:225px;
	/*width: 570px;*/
	display: none;
}



.megamenu .column{
	float: left;
	/*width: 180px; width of each menu column*/
	margin-right: 5px;
	border-right-color: Black;
	border-right-style: solid;
	border-right-width: thin;
}
.colheaderwrapper{
	margin-bottom: 10px;
}

p.myheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: bolder;
	text-align: left;
	text-decoration: none;
	background-color: #F0F0F0;
	min-width: 200px;
}
.centeredImage{
	vertical-align: middle;
	margin-right: 10px;
}

.megamenu .column ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.megamenu .column ul li{
	padding-bottom: 5px;
	text-align: left;
}



.megamenu .column ul li a {
	font-family: Arial, Helvetica, sans-serif;
	color: Blue;
	text-decoration: none;
	font-size: 10pt;
	font-variant: small-caps;
	text-align: left;
}
.megamenu .column ul li a:link {color:blue;
text-decoration: none;font-variant: small-caps;
}
.megamenu .column ul li a:visited {color: Blue;
text-decoration: none;font-variant: small-caps;
}
.megamenu .column ul li a:hover {
	text-decoration: none;
	color: red;font-variant: small-caps;
	
}
.megamenu .column ul li a:active {color: Blue;
text-decoration: none;font-variant: small-caps;
}
