@charset "utf-8";
* {padding:0; margin:0;}

/* mega menu */
.megamenu{
position: absolute;
display: none;
left: 0px;
top: 0px;
background-image:url(../img/menu-bg.png);
background-repeat:repeat;
border: 1px dotted #ff0000;
border-width: 0px 0px 1px 0px;
padding: 10px;
font-weight: normal; font-size: 10px;
z-index: 100;
text-align:left;

}

.megamenu .column{
float: left;
width: 125px; /*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;
}

.megamenu .column ul li a{
text-decoration: none; display:block; padding:3px 0px 3px 10px;
color:#fff;
}

.megamenu .column ul li a:hover{
color:#000; background-color:#fff; display:block; padding:3px 0px 3px 10px;
}

#megaanchor {padding-bottom:0px; margin-bottom:0px; width:auto; height:auto; line-height:normal;}
#megaanchor2 {padding-bottom:0px; margin-bottom:0px; width:auto; height:auto; line-height:normal;}
#megaanchor3 {padding-bottom:0px; margin-bottom:0px; width:auto; height:auto; line-height:normal;}
#megaanchor4 {padding-bottom:0px; margin-bottom:0px; width:auto; height:auto; line-height:normal;}

/* end mega menu */

