/* common styling */
.menu {
font-family: Arial;
font-size: 8px;
width: 600px;
height: 36px;
position: absolute;
margin: 7px 260px;
}
.menu ul li a,
.menu ul li a:visited {
display:block;
width:100px;
height:36px;
border:0px solid #f6f6f8;
background:#fff;
background-image: url(http://www.travelmapofalaska.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:#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:100px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
color:#799fc4;
background:#000066;
background-image: url(http://www.travelmapofalaska.com/images/button-roll.jpg);
}
.menu ul li:hover ul {
display:block;
position:absolute;
top:36px;
left:0;
width:100px;
}
.menu ul li:hover ul li a.hide {
width:100px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000066;
color:#799fc4;
background-image: url(http://www.travelmapofalaska.com/images/button-roll.jpg);
}
.menu ul li:hover ul li:hover a.hide {
width:100px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000066;
color:#799fc4;
background-image: url(http://www.travelmapofalaska.com/images/button-roll.jpg);
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
width:100px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
display:block;
background:#000066;
color:#799fc4;
background-image: url(http://www.travelmapofalaska.com/images/button-roll.jpg);
}
.menu ul li:hover ul li a:hover {
width:100px;
height:36px;
font-family: Arial;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
background:#000066;
color:#D1E6F7;
background-image: url(http://www.travelmapofalaska.com/images/button.jpg);
}
.menu ul li:hover ul li:hover ul {
display:block;
position:absolute;
left:100px;
top:0;}
.menu ul li:hover ul li:hover ul.left {
left:-100px;
}
