/* common styling */
.menu {
font-family: Arial;
width:948px;
height:32px;
position:absolute;
margin:335px 36px 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size:8px;
z-index: 1;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:158px;
height:32px;
border:0px solid #ffffff;
background: url(http://www.costaricavacationmap.net/images/button.jpg) #fff;
line-height:30px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-align:center;
text-decoration: none;
color:#fff;
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:158px;
height:32px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: underline;
color:#fff;
background: url(http://www.costaricavacationmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:32px;
left:0;
width:158px;
}
.menu ul li:hover ul li a.hide {
width:158px;
height:32px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: underline;
color:#fff;
background-image: url(http://www.costaricavacationmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li:hover a.hide {
width:158px;
height:32x;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: underline;
color:#fff;
background-image: url(http://www.costaricavacationmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:158px;
height:32px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: underline;
display:block;
color:#fff;
background-image: url(http://www.costaricavacationmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li a:hover {
width:158px;
height:32px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-transform: none;
text-decoration: none;
color:#fff;
background-image: url(http://www.costaricavacationmap.net/images/button.jpg);
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:158px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-158px;
}
