.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	background: white;
	border: 1px solid #140101;
	border-width: 3px 3px;
	padding: 0px;
	font: normal 12px Verdana;
	z-index: 100;
	visibility: visible;

}

.megamenu .column{
float: left;
width: 184px; /*width of each menu column*/
margin-right: 0px;
}
