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

#navigation {
	width: 100%; 
	height: 54px;
	padding-top:15px
}

#navigation ul {
	float:right;
    display: block;
    list-style: none;
    background: url("../images/menu.png") top left no-repeat;
    margin: 0;
    padding: 0;
    width: 440px;
    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: 73px;}
#map{width: 178px;}
#floorplans{width: 99px;}
#contact{width: 82px;}


#navigation ul li a:hover,
#navigation ul li a.current {
background-image: url("../images/menu.png"); /* Active & Over */
background-repeat: no-repeat;
background-image:url(../images/menu.png);
}
  
#navigation ul li#home a:hover { width: 73px;;background-position: 0px -54px; }
#navigation ul li#home a.current,
#navigation ul li#home a.current:hover { width: 73px;;background-position: 0px -108px; }
 

#navigation ul li#map a:hover { width: 178px;background-position: -73px -54px; }
#navigation ul li#map a.current,
#navigation ul li#map a.current:hover { width: 178px;background-position: -73px -108px; }
 

#navigation ul li#floorplans a:hover { width: 99px; background-position: -251px -54px; }
#navigation ul li#floorplans a.current,
#navigation ul li#floorplans a.current:hover { width: 99px; background-position: -251px -108px; }

 
#navigation ul li#contact a:hover { width: 82px; background-position: -350px -54px; }
#navigation ul li#contact a.current,
#navigation ul li#contact a.current:hover { width: 82px; background-position: -350px -108px; }

 
#navigation ul li a.current:hover { cursor: default; }
