.megamenu{
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	padding: 10px;
	z-index: 100;
	border-top-width: 7px;
	border-right-width: 3px;
	border-bottom-width: 7px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4B9E96;
	border-right-color: #4B9E96;
	border-bottom-color: #4B9E96;
	border-left-color: #4B9E96;
	background-image: url(../images/bck-images/turkuaz80.png);
	background-repeat: repeat;
}

.megamenu .column{
	float: left;
	width: 174px; /*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{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
}

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