@charset "UTF-8";
/* CSS Document */

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: white;
border: 1px solid #CCC;
padding: 10px;
font: normal 12px Verdana;
z-index: 100;
text-align: left;

}

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

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

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

.megamenu .column h3{

}

.megamenu .column ul li a{
text-decoration: none;
border-bottom: 1px solid #CCC;
}

.megamenu .column ul li a:hover{
color: orange;
border-bottom: 1px solid #CCC;
}


/* other */

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

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

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

.megamenu .column2 h3{

}

.megamenu .column2 ul li a{
text-decoration: none;
border-bottom: 1px solid #CCC;
}

.megamenu .column2 ul li a:hover{
color: orange;
border-bottom: 1px solid #CCC;
}