.megamenu {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	padding: 10px;
	font: normal 12px Verdana;
	z-index: 10000 !important;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #810081;
	border-bottom-color: #810081;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}
.megamenu .column {
	float: left;
	width: 180px; /*width of each menu column*/
	margin-right: 5px;
}
.megamenu .column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.megamenu .column ul li {
	padding-bottom: 5px;
	width:185px;
	height:24px;
}
.megamenu .column h3 {
	background: #dcdcdc;
	font: bold 13px Arial;
	margin: 0 0 5px 0;
}
.megamenu .column ul li a {
	text-decoration: none;
	color:#3a3a3a;
	display:block;
	width:185px;
	height:24px;
	line-height:24px;
	vertical-align:middle;
	padding-left:12px;
	background-image: url(/skins/FixedSize/styleImages/backgrounds/menuNormal.png);
	background-repeat: no-repeat;
}
.megamenu .column ul li a:hover {
	color: #fff;
	background-image: url(/skins/FixedSize/styleImages/backgrounds/menuHover.png);
	background-repeat: no-repeat;
}
