/* all lists */
#nav, #nav ul {padding: 0;margin: 0;list-style: none;line-height: 1;}
#nav a {display: block;}

/* all list items */
#nav li {float: left;/*width: 10em;  width needed or else Opera goes nuts */}

/* second-level lists */
#nav li ul {position: absolute;margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
background-image: url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/bg_subnav.png);background-repeat:repeat;}

/* third-and-above-level lists */
#nav li ul ul {margin: -1em 0 0 -1000em;}
#nav li:hover ul ul, #nav li.sfhover ul ul {margin-left: -1000em;}

/* lists nested under hovered list items */
#nav li:hover ul, #nav li.sfhover ul {margin-left: 0;}
#nav li li:hover ul, #nav li li.sfhover ul {margin-left: 10em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul { margin-left: 0;}
#nav li li a:focus + ul { margin-left: 1010em;}
#nav li li a:focus { margin-left:1000em; width:10em;}
#nav li li li a:focus {margin-left: 2010em; }
#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }

#nav-main a:link, #nav-main a:visited{display:block;background-position:center center;background-repeat:no-repeat;text-decoration:none;}


#home a:link, #home a:visited {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_lodge01.gif);width:57px;height:32px;}
#home a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_lodge02.gif);width:57px;height:32px;}
#home a span{display:none;visibility:hidden;}

#accomodations a:link, #accomodations a:visited{background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_acc01.gif);width:135px;height:32px;}
#accomodations a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_acc02.gif);width:135px;height:32px;}
#accomodations a span{display:none;visibility:hidden;}


#confservices a:link, #confservices a:visited{background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_meetings01.gif);width:152px;height:32px;}
#confservices a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_meetings02.gif);width:152px;height:32px;}
#confservices a span{display:none;visibility:hidden;}

#weddings a:link, #weddings a:visited{background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_weddings01.gif);width:143px;height:32px;}
#weddings a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_weddings02.gif);width:143px;height:32px;}
#weddings a span{display:none;visibility:hidden;}


#recreation a:link, #recreation a:visited{background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_recreation01.gif);width:92px;height:32px;}
#recreation a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_recreation02.gif);width:92px;height:32px;}
#recreation a span{display:none;visibility:hidden;}

#reservations a:link, #reservations a:visited{background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_reservations01.gif);width:111px;height:32px;}
#reservations a:hover {background-image:url(http://lodgeatpaintedrock.com/themes/tlpr/../tlpr/images/btn_reservations02.gif);width:111px;height:32px;}
#reservations a span{display:none;visibility:hidden;}

#menu_child1 a, #menu_child2 a, #menu_child3 a{
display: block;
text-decoration: none;
color:#000;
padding:7px;
background:#ffd457;
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
height:17px;
padding:3px 0px 3px 4px;
text-transform: uppercase;
}

#menu_child1 a:hover, #menu_child2 a:hover, #menu_child3 a:hover,
#menu_child1 a:focus, #menu_child2 a:focus, #menu_child3 a:focus,
#menu_child1 a:active, #menu_child2 a:active, #menu_child3 a:active
{ /*hover background color*/
display: block;
text-decoration: none;
color:#fff;
padding:7px;
background:#ffd457;
font-size:10px;
font-family:Georgia, "Times New Roman", Times, serif;
height:17px;
padding:3px 0px 3px 4px;
text-transform: uppercase;
}

#menu_child1  a:hover,  #menu_child1  a, #menu_child1 a:focus, #menu_child1 a:active{width:140px;border:none;display:block;}
#menu_child2  a:hover,  #menu_child2  a, #menu_child2 a:focus, #menu_child2 a:active{width:155px;border:none;display:block;}
#menu_child3  a:hover,  #menu_child3  a, #menu_child3 a:focus, #menu_child3 a:active{width:155px;border:none;display:block;}


#menu_child1, #menu_child2, #menu_child3, #menu_child4{background-image: url(http://lodgeatpaintedrock.com/themes/tlpr/images/bg_subnav.png);background-repeat:repeat;}

#menu_child1{width:124px;}
#menu_child2{width:169px;}
#menu_child3{width:169px;}
