/* common styling */
.menu {
font-family: Verdana;
width:750px;
height:40px;
position: absolute;
margin: 5px 145px 0px;
font-size:8px;
z-index: 1;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:150px;
height:40px;
border:0px solid #fff;
background: url(http://www.seychellesholidaysmap.com/images/button.jpg);
line-height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align:center;
color:#FDC49E;
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:150px;
height:40px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#fff3d9;
background: url(http://www.seychellesholidaysmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:40px;
left:0;
width:150px;
}
.menu ul li:hover ul li a.hide {
width:150px;
height:40px;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#feffe7;
background: url(http://www.seychellesholidaysmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li:hover a.hide {
width:150px;
height:40px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#feffe7;
background: url(http://www.seychellesholidaysmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:150px;
height:40px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
display:block;
color:#fff3d9;
background: url(http://www.seychellesholidaysmap.com/images/button-roll.jpg);
}
.menu ul li:hover ul li a:hover {
width:150px;
height:40px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#feffe7;
background: url(http://www.seychellesholidaysmap.com/images/button.jpg);
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:150px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-150px;
}