@charset "utf-8";
/* CSS Document */



.menu a{
display:block;
height:20px;
}

#nav-about:link, #nav-about:visited, #nav-about:hover{
background:url(/common/images/nav/b__about.gif) bottom left no-repeat;
width:68px;
height:20px;
}

#nav-gallery, #nav-gallery:link, #nav-gallery:visited, #nav-gallery:hover{
background:url(/common/images/nav/b__gallery.gif) bottom left no-repeat;
width:80px;
height:20px;
}


#nav-video, #nav-video:link, #nav-video:visited, #nav-video:hover{
background:url(../images/nav/b__video.gif) bottom left no-repeat;
width:67px;
height:20px;
}

#nav-floorplans, #nav-floorplans:link, #nav-floorplans:visited, #nav-floorplans:hover{
background:url(../images/nav/b__floorPlans.gif) bottom left no-repeat;
width:109px;
height:20px;
}

#nav-contact, #nav-contact:link, #nav-contact:visited, #nav-contact:hover{
background:url(../images/nav/b__contact.gif) bottom left no-repeat;;
width:87px;
height:20px;
}

#nav-about-selected:link, #nav-about-selected:visited, #nav-about-selected:hover{
background-image:url(../images/nav/b__about.gif);
background-repeat:no-repeat;
background-position:top;
width:68px;
height:20px;
}

#nav-gallery-selected:link, #nav-gallery-selected:visited, #nav-gallery-selected:hover{
background-image:url(../images/nav/b__gallery.gif);
background-repeat:no-repeat;
background-position:top;
width:80px;
height:20px;
}

#nav-video-selected:link, #nav-video-selected:visited, #nav-video-selected:hover{
background-image:url(../images/nav/b__video.gif);
background-repeat:no-repeat;
background-position:top;
width:67px;
height:20px;
}

#nav-floorplans-selected:link, #nav-floorplans-selected:visited, #nav-floorplans-selected:hover{
background-image:url(../images/nav/b__floorPlans.gif);
background-repeat:no-repeat;
background-position:top;
width:109px;
height:20px;
}

#nav-contact-selected:link, #nav-contact-selected:visited, #nav-contact-selected:hover{
background-image:url(/common/images/nav/b__contact.gif);
background-repeat:no-repeat;
background-position:top;
width:87px;
height:20px;
}

#nav-about:hover, #nav-gallery:hover, #nav-video:hover, #nav-floorplans:hover, #nav-contact:hover{
background-position:top;
}

