.megamenu, .megaother{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #902E2B /*#931010 *//* #f06b24*/;
border-width: 5px 1px;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;

}

.megamenu .column, .megaother .column{
float: left;
width: 180px; /*width of each menu column*/
margin-right: 5px;
}

.megamenu .column ul, .megaother .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li, .megaother .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3, .megaother .column h3{
background: #e0e0e0;
font: bold 13px Arial;
margin: 0 0 5px 0;
}

.megamenu .column ul li a, .megaother .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover, .megaother .column ul li a:hover{
color: red;
}

.megaother {
display:block;
/*width:70%;*/
width:98%;
border-color:#fff;
position: relative;
}