/* common styling */
.menu {
font-family: Arial;
width:960px;
height:36px;
position: absolute;
margin: 2px 30px;
font-size:8px;
z-index: 1;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:160px;
height:36px;
border:0px solid #fff;
background:#000033;
background-image: url(http://www.greecetravelmap.net/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:#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:160px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#fff;
background:#000099;
background-image: url(http://www.greecetravelmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:36px;
left:0;
width:160px;
}
.menu ul li:hover ul li a.hide {
width:160px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000088;
color:#000033;
background-image: url(http://www.greecetravelmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li:hover a.hide {
width:160px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000077;
color:#000033;
background-image: url(http://www.greecetravelmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:160px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
display:block;
background:#000055;
color:#fff;
background-image: url(http://www.greecetravelmap.net/images/button-roll.jpg);
}
.menu ul li:hover ul li a:hover {
width:160px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000077;
color:#0b2768;
background-image: url(http://www.greecetravelmap.net/images/button.jpg);
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:160px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-160px;
}
