.megamenu{
position: absolute;
display: none;
left: 0px;
top: 0;
background: #3B393A;
border: 1px solid #cccccc;
border-width: 1px 1px;
padding: 10px;
font: normal 11px Helvetica #ffffff;
z-index: 100;
}

.info-window, p.info-window {color: #eeeeee;}
.info-window-photographer, p.info-window-photograher {color: #868686;}

#info-window-photographer a {color:#868686; text-decoration:none; border:0;}
#info-window-photographer a:link {color:#868686; text-decoration: none; border:0;}
#info-window-photographer a:visited {color:#868686; text-decoration: none; border:0;}
#info-window-photographer a:active {color:#868686; text-decoration: none; border:0;}
#info-window-photographer a:hover {color:#4683B7; text-decoration: underline;}

.megamenu .column{
float: left;
width: 200px; /*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: #222222;
font: 12px Helvetica;
color: #ffffff;
margin: 0 0 5px 0;
}

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

.megamenu .column ul li a:hover{
color: #eeeeee;
}
