#myMegaMenu a{
	padding:0 15px;
display: inline-block;
color: white;
line-height:32px;
text-transform:uppercase;
text-decoration: none;
}

#myMegaMenu a:hover{
/* background: #000 url(../images/bg-gradient-grey.png) top repeat-x; */ /*tab link background during hover state*/

background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 41%, #ececec 74%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(41%,#f7f7f7), color-stop(74%,#ececec), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 41%,#ececec 74%,#ededed 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 41%,#ececec 74%,#ededed 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 41%,#ececec 74%,#ededed 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 41%,#ececec 74%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );



color: #111;
}

.megamenu{
position: absolute;
display: none;
left: 0;
top: 0;
/*background:transparent url(../images/bg-dropdown.png);*/
background: #fff;
background: rgba(255,255,255,0.96);
border: 1px solid #000;
border: 1px solid #ededed;
border-width: 5px 1px;
padding: 10px;
font-family: "Open Sans", sans-serif;
z-index: 100;

}

.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;
}

.megamenu .column h3{
background: #f3f3f3;
/* font-weight:bold; */
font-size:15px;
padding:3px;
margin: 0 0 5px 0;
}

.megamenu .column ul li a{
/* subnav items */
font-size: 11px;
text-decoration: none;
color:#FFF;
color: #333;
}

.megamenu .column ul li a:hover{
color: red;
color: #D90000;
}