@charset "utf-8";
/* CSS Document */



#navigation-pane{
position:relative;
font-size:8pt;
}

#navigation-pane a {
background-repeat: no-repeat;
text-decoration: none;
display: block;
}


a#nav-about,
a#nav-about-selected,
a#nav-stayingatrhm,
a#nav-stayingatrhm-selected,
a#nav-housetour,
a#nav-housetour-selected,
a#nav-waystohelp,
a#nav-waystohelp-selected,
a#nav-friendsofthehouse,
a#nav-friendsofthehouse-selected{
width:208px;
height:24px;
}


/* Navigation Images *********************************************************/
.nav-level-1 a#nav-about:link,
.nav-level-1 a#nav-about:visited,
.nav-level-1 a#nav-about:hover,
.nav-level-1 a#nav-about-selected:link,
.nav-level-1 a#nav-about-selected:visited,
.nav-level-1 a#nav-about-selected:hover{
background-image:url(../images/interface/sub/nav/about.gif);
}


.nav-level-1 a#nav-stayingatrhm:link,
.nav-level-1 a#nav-stayingatrhm:visited,
.nav-level-1 a#nav-stayingatrhm:hover,
.nav-level-1 a#nav-stayingatrhm-selected:link,
.nav-level-1 a#nav-stayingatrhm-selected:visited,
.nav-level-1 a#nav-stayingatrhm-selected:hover{
background-image:url(../images/interface/sub/nav/staying.gif);
}

.nav-level-1 a#nav-housetour:link,
.nav-level-1 a#nav-housetour:visited,
.nav-level-1 a#nav-housetour:hover,
.nav-level-1 a#nav-housetour-selected:link,
.nav-level-1 a#nav-housetour-selected:visited,
.nav-level-1 a#nav-housetour-selected:hover{
background-image:url(../images/interface/sub/nav/house.gif);
}

.nav-level-1 a#nav-waystohelp:link,
.nav-level-1 a#nav-waystohelp:visited,
.nav-level-1 a#nav-waystohelp:hover,
.nav-level-1 a#nav-waystohelp-selected:link,
.nav-level-1 a#nav-waystohelp-selected:visited,
.nav-level-1 a#nav-waystohelp-selected:hover{
background-image:url(../images/interface/sub/nav/help.gif);
}


.nav-level-1 a#nav-friendsofthehouse:link,
.nav-level-1 a#nav-friendsofthehouse:visited,
.nav-level-1 a#nav-friendsofthehouse:hover,
.nav-level-1 a#nav-friendsofthehouse-selected:link,
.nav-level-1 a#nav-friendsofthehouse-selected:visited,
.nav-level-1 a#nav-friendsofthehouse-selected:hover{
background-image:url(../images/interface/sub/nav/nav-friends.jpg);
}
/*****************************************************************************/


#nav-spacer{
width:208px;
height:145px;
}

/* Navigation States with BG Positions**************/

.nav-level-1 a#nav-about:link,
.nav-level-1 a#nav-about:visited,
.nav-level-1 a#nav-stayingatrhm:link,
.nav-level-1 a#nav-stayingatrhm:visited,
.nav-level-1 a#nav-housetour:link,
.nav-level-1 a#nav-housetour:visited,
.nav-level-1 a#nav-waystohelp:link,
.nav-level-1 a#nav-waystohelp:visited,
.nav-level-1 a#nav-friendsofthehouse:link,
.nav-level-1 a#nav-friendsofthehouse:visited{
background-position:left top;
}

.nav-level-1 a#nav-about:hover,
.nav-level-1 a#nav-stayingatrhm:hover,
.nav-level-1 a#nav-housetour:hover,
.nav-level-1 a#nav-waystohelp:hover,
.nav-level-1 a#nav-friendsofthehouse:hover{
background-position:right top;
}


.nav-level-1 a#nav-about-selected:link,
.nav-level-1 a#nav-about-selected:visited,
.nav-level-1 a#nav-stayingatrhm-selected:link,
.nav-level-1 a#nav-stayingatrhm-selected:visited,
.nav-level-1 a#nav-housetour-selected:link,
.nav-level-1 a#nav-housetour-selected:visited,
.nav-level-1 a#nav-waystohelp-selected:link,
.nav-level-1 a#nav-waystohelp-selected:visited,
.nav-level-1 a#nav-friendsofthehouse-selected:link,
.nav-level-1 a#nav-friendsofthehouse-selected:visited,
.nav-level-1 a#nav-about-selected:hover,
.nav-level-1 a#nav-stayingatrhm-selected:hover,
.nav-level-1 a#nav-housetour-selected:hover,
.nav-level-1 a#nav-waystohelp-selected:hover,
.nav-level-1 a#nav-friendsofthehouse-selected:hover{
background-position:left bottom;
}

.nav-level-2-text{
color:#152f5b;
text-align:left;
margin-left:40px;
}

.nav-level-3-text{
color:#152f5b;
text-align:left;
margin-left:60px;
}

.nav-level-2-item, .nav-level-2-item-selected, .nav-level-2-item-no-sub, .nav-level-2-item-selected-no-sub, .nav-level-2-item-selected, .nav-level-3-item, .nav-level-3-item-selected {
height:15px;
}

.nav-level-2-menu{
margin-bottom:5px;
}

.nav-level-2-item-selected-no-sub a .nav-level-2-text, .nav-level-2-item-selected a .nav-level-2-text, .nav-level-3-item-selected a .nav-level-3-text {
color:#46bfee;
font-weight:bold;
}
