/*Navigation*/
/*Start Pop Out Nav*/

div#choose_attraction_menu{
background:url(../images/site/newnavhead.gif) no-repeat;
width:189px;
padding-top:42px;
}

#nav li a.primary{
display : block;
text-decoration : none;
width: 189px;
color : #FFFFFF;
font-size:85%;
font-weight:bold;
text-indent:10px;
background:url(../images/site/newnav.gif) bottom no-repeat;
}

#nav li a.primary:hover{
background:url(../images/site/newnavhover.gif) bottom no-repeat;
}

#nav li ul li a.secondary:link, a.secondary:visited{
display:block;
width:189px;
text-decoration: none;
z-index:4;
color : #FFFFFF;
font-size:85%;
font-weight:bold;
background-color: #024C94;
border-right: solid 1px #FFF;
background-image: url(../images/site/navBottomBorder.gif);
background-repeat: repeat-x;
background-position: bottom;
padding:6px;
line-height:15px;
margin:0px;
text-align:left;
}
/*
#nav li ul li a.secondary:link, a.secondary:visited{
display:block;
width:189px;
text-decoration: none;
z-index:4;
color : #FFFFFF;
font-size:85%;
font-weight:bold;
background-image: url(../images/site/navBottomBorder.gif);
background-repeat: repeat-x;
background-position: bottom;
}
*/
#nav li ul li a.secondary:hover{
background-color: #035aae;
border-right: solid 1px #FFF;
background-image: url(../images/site/navBottomBorder.gif);
background-repeat: repeat-x;
background-position: bottom;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
width:189px;
float:left;
z-index:3;
line-height:30px;
}

#nav li {
position:relative;
float:left;
width:189px;
background: #FFF url(../newnav/images/navigation/navigation-fade.gif) no-repeat bottom left;
z-index:3;
}

#nav li ul{  /*second level menu list*/
position: absolute;
left: -999em;
width: 189px;
z-index:4;
margin-left:189px;
margin-top:-30px;
/*text-indent:10px;*/
}

#nav li ul li{
width: 189px;
margin:0;
z-index:4;
}

#nav li:hover ul{
left: auto;
z-index:4;
}

#nav li li:hover{
background: #FFF url(../newnav/images/navigation/navigation-fade2.gif) no-repeat bottom left;	
z-index:4;
}

#nav li li.sfhover{
background: #FFF url(../newnav/images/navigation/navigation-fade2.gif) no-repeat bottom left;
z-index:4;
}

#nav li:hover ul, #nav li.sfhover ul{
left: auto;
z-index:4;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul{
left: auto;
}

#nav li a.last{
display : block;
text-decoration : none;
width: 189px;
color : #FFFFFF;
font-size:85%;
font-weight:bold;
text-indent:10px ;
background:url(../images/site/newnav.gif) bottom no-repeat;
}

#nav li a.last:hover{
background:url(../images/site/newnavhover.gif) bottom no-repeat;
}

#endnav{
float:left;
height:10px;
width:189px;
background:#fff url(../images/site/boxend.png);
overflow:hidden;
}

/*End Pop Out Nav*/


