.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
background: #000;
border: 1px solid #000;
border-width: 3px 3px;
padding: 10px;
font: normal 12px Arial;
z-index: 100;

}

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

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

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

.megamenu .column h3{
background: #19589d;
font: bold 12px Arial;
margin: 0 0 5px 0;
padding-left:3px;
color:white;
}

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

.megamenu .column ul li a:hover{
color: white;
text-decoration:underline;
}

a #megaanchor{
/*display:block;
width:223px;
height:42px;
background:red;
color:white;
text-indent:-3215px;
*/}
/*
.megamega a{
display:block;
width:223px;
height:42px;
background:red;
color:white;
text-indent:-3215px;
}*/

