/* common styling */
.menu {
font-family: Arial;
width:980px;
height:30px;
position:relative;
margin:6px auto 0px;
font-size:8px;
z-index: 1;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:140px;
height:30px;
border:0px solid #fff;
background: url(http://www.hawaiivacationmap.com/images/button.jpg);
line-height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: none;
text-align:center;
color:#5DC2E3;
overflow:hidden;
}
.menu ul {
padding:0; margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
margin-right:0px;
position:relative;
}
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
.menu ul li:hover a {
width:140px;
height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-transform: none;
color:#85D1EA;
background: url(http://www.hawaiivacationmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:30px;
left:0;
width:140px;
}
.menu ul li:hover ul li a.hide {
width:140px;
height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-transform: none;
color:#85D1EA;
background: url(http://www.hawaiivacationmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li:hover a.hide {
width:140px;
height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-transform: none;
color:#fff;
background: url(http://www.hawaiivacationmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:140px;
height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-transform: none;
display:block;
color:#85D1EA;
background: url(http://www.hawaiivacationmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li a:hover {
width:140px;
height:30px;
font-family: Arial;
font-size: 9pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: underline; 
color:#4FDF04;
background: url(http://www.hawaiivacationmap.com/images/button.jpg);
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:140px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-140px;
}