.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #212121;
color: #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
padding: 5px;
z-index: 100;
cursor: pointer;
margin:-1px 0 0 0;
/* font-size:11px;
font-family: Tahoma; */
}

.megamenu .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 10px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
    padding: 3px 0;
    background: url(/images/nav_dots.png); background-repeat: repeat-x; background-position: left bottom;
}

.megamenu .column ul li.last {
    padding: 3px 0;
    background: none;
}

.megamenu .column h3{
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

.megamenu .column ul li a{
	text-decoration: none;
/*	padding-left:15px;
	background-image: url(/images/menu_arrow.png);
	background-position: 5px center;
	background-repeat: no-repeat;*/
	color: #fff;
}

.megamenu .column ul li a:hover{
	color: #FF0000;
}