.megamenu{
position: absolute;
display: none;
left: -10;
top: 0;
background: white;
padding: 5px;
font: normal 12px Verdana;
z-index: 100;
width:210px;
_width:215px;
border-bottom: 3px solid #d7f0df;
border-left: 2px solid #d7f0df;
border-right: 2px solid #d7f0df;
}

.megamenu .column{
float: left;
width: 200px; /* 145 width of each menu column*/
margin-right: 5px;
margin-left: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 0px;
border-bottom: 1px solid #d7f0df;
}

.megamenu .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
background-color:#d7f0df;

}