/* common styling */
.menu {
font-family: Arial;
width:700px;
height:30px;
position:absolute;
margin:25px 230px;
font-size:8px;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:140px;
height:30px;
border:0px solid #fff;
background: url(http://www.balihotelsmap.com/images/button.jpg) #fefefe;
line-height:28px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align:center;
color:#2D1201;
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: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#6D2C03;
background: url(http://www.balihotelsmap.com/images/button-hover.jpg) #fff;
}
.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: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#6D2C03;
background: url(http://www.balihotelsmap.com/images/button-roll.jpg) #fff;
}
.menu ul li:hover ul li:hover a.hide {
width:140px;
height:30px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#6D2C03;
background: url(http://www.balihotelsmap.com/images/button-roll.jpg) #fff;
}
.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: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
display:block;
color:#6D2C03;
background: url(http://www.balihotelsmap.com/images/button-roll.jpg) #fff;
}
.menu ul li:hover ul li a:hover {
width:140px;
height:30px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#2E1D00;
background: url(http://www.balihotelsmap.com/images/button-hover.jpg) #fff;
}
.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;
}