.megamenu{
position: absolute;
display: none;
left: 10;
top: 10;
background: #ffffff;
border-top: 1px solid #ffffef;
border-bottom: 2px solid #000000;
border-left: 2px solid #000000;
border-right: 2px solid #000000;
/* border-top: 1px solid #ffffff;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-width: 1px 4px; */
padding: 10px;
font: normal 10px Verdana;
color : #000000; 
/* line-height : 1.3; */
}

.megamenu .column{
float: left;
width: 140px; /*width of each menu column*/
margin-right: 5px;
padding: 5px;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
/* line-height : 1.3; */
}

/*
.megamenu .column ul li{
padding-bottom: 5px;
}
*/

.megamenu .column h3{
/* background: #f8f1f1; */
font: bold 12px Verdana;
color : #000000; 
margin: 0 0 0px 0px;
/* line-height : 1.3; */
text-decoration : none; 
}

.megamenu .column ul li a{
font-family : Verdana, Arial, Geneva, Helvetica, sans-serif; 
color : #0000cc; 
font-size : 11px; 
font-style : normal; 
font-weight: normal; 
/* font-variant : normal; */
text-transform : none; 
text-decoration : none; 
/* line-height : 1.3; */
}

.megamenu .column ul li a:hover{
font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #cc0000; 
background-color : #ffff00; 
font-style : normal; 
font-weight: bold; 
font-variant : normal; 
text-transform : none; 
text-decoration : underline; 
/* line-height : 1.3; */
background-color : #ffff00; 
}
