.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background-image: url(../images/backgrounds/cook-menu-bg.gif);
background-position: bottom left;
background-repeat: repeat-x;
background-color: #ffffff;
/*margin: 10px;*/
z-index: 100;

}

.megamenu .column{
float: left;
/*width: 180px;*/ /*width of each menu column*/
width: 300px;
margin-right: 5px;
border-left: 2px solid #8191a1;
padding: 11px;
}

.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: #818183;
font-size: 1.2em;
}

.megamenu .column ul li a:hover{
color: #0c2d50;
}