.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
color:white;
background: #8da7b8;
border: 1px solid #8da7b8;
border-width: 1px 1px;
padding: 10px;
font-size: 4;
z-index: 100;
}

.megamenu .column{
float: left;
width: 200px; /*width of each menu column*/
font-size: 3;
margin-right: 5px;
}

.megamenu .column span {
font-size: 3;
}

.megamenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.megamenu .column ul li{
padding-bottom: 5px;
}

.megamenu .column h3{
background: #8da7b8;
font-size: 3;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
text-decoration: none;
}

.megamenu .column ul li a:hover{
color: #ffc000;
}


.megamenu div
{
text-decoration: none;
color:white;     /* unvisited link */
font-size:16px;
}

.megamenu div a
{
text-decoration: none;
color:white;     /* unvisited link */
}

.megamenu div a:link
{
text-decoration: none;
color:white;     /* unvisited link */
}

.megamenu div a:visited
{
text-decoration: none;
color:white;  /* visited link */
}

.megamenu div a:hover
{
text-decoration: none;
color:#ffc000;  /* mouse over link */
}

.megamenu div a:active
{
text-decoration: none;
color:white;  /* selected link */
}
