.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #252525;
border: none;
border-width: 1px 1px;
padding: 2px;
font: normal 11px Verdana;
z-index: 100;
width: 420px;
height: 29px;
background: url(http://www.imambo.com/resources/players/_img/menu_bg.png);
background-repeat: no-repeat;
}

.megamenu .column{
float: left;
width: 390px; /*width of each menu column*/
margin-top: 5px;
margin-right: 2px;
margin-left: 25px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 2px;
}

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

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