@charset "utf-8";
/* CSS Document */

#navigation {
	background: #FFF ;
	width: 100%; 
	height: 54px; 
}

#navigation ul {
    display: block;
    list-style: none;
    background: #FFF url("../images/menu.gif") top left no-repeat;
    margin: 0;
    padding: 0;
    width: 456px;
    height: 54px; 
}

#navigation ul li {
    float: left;
    position: relative;
    z-index: 100;
    margin: 0;
    padding: 0;
    /*width: 100px;*/
    height: 54px; 
}

#navigation ul li a {
	display: block;
    text-decoration: none;
    text-indent: -999em; 
    /*width: 100px;*/
    height: 54px; 
}

#home{width: 72px;}
#map{width: 191px;}
#floorplans{width: 109px;}
#contact{width: 84px;}


#navigation ul li a:hover,
#navigation ul li a.current {
background-image: url("../images/menu.gif"); /* Active & Over */
background-repeat: no-repeat;
background-image:url(../images/menu.gif);
}
  
#navigation ul li#home a:hover { width: 72px;;background-position: 0px -54px; }
#navigation ul li#home a.current,
#navigation ul li#home a.current:hover { width: 72px;;background-position: 0px -54px; }
 

#navigation ul li#map a:hover { width: 191px;background-position: -72px -54px; }
#navigation ul li#map a.current,
#navigation ul li#map a.current:hover { width: 191px;background-position: -72px -54px; }
 

#navigation ul li#floorplans a:hover { width: 109px; background-position: -263px -54px; }
#navigation ul li#floorplans a.current,
#navigation ul li#floorplans a.current:hover { width: 109px; background-position: -263px -54px; }

 
#navigation ul li#contact a:hover { width: 84px; background-position: -372px -54px; }
#navigation ul li#contact a.current,
#navigation ul li#contact a.current:hover { width: 84px; background-position: -372px -54px; }

 
#navigation ul li a.current:hover { cursor: default; }





