.megamenu{
	position: absolute;
	display: none;
	left: 0px;
	top: 0;
	z-index: 100;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #302b1F;
	border-right-color: #302b1F;
	border-bottom-color: #302b1F;
	border-left-color: #302b1F;
	/*adjust the menus verticalness*/
	margin-top: -30px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*adjust the menus leftness*/
	margin-left: 149px;
	padding: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #F4F0EA;
}
.outline{
	height: 100px;
	width: 100px;
	border: 1px solid #C00;
	top: 10px;
	position: absolute;
}
.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;
}

.megamenu .column h3{
	font: bold 13px Arial;
	margin: 0 0 5px 0;
	background-color: #A89E8E;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
	color: #000;
}
