#nav { 
	width: 137px; 
	height: 190px; 
	position: relative;
	margin: 0; padding: 0; }

#menu {
    width: 137px;
	height: 180px;
    background: url(../images/nav.jpg);
    margin: 0px; padding: 0;
    position: relative; }
	
	#menu li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; }	
	#menu a { display: block; }
	
	#home			{ left: 0px; top: 11px; width: 137px; height: 25px; }
	#about			{ left: 0px; top: 35px; width: 137px; height: 26px; }
	#floorplans		{ left: 0px; top: 61px; width: 137px; height: 24px; }
	#avail			{ left: 0px; top: 85px; width: 137px; height: 25px; }
	#gallery		{ left: 0px; top: 109px; width: 137px; height: 25px; } 
	#batonrouge	 	{ left: 0px; top: 133px; width: 137px; height: 25px; }
	#wampold        { left: 0px; top: 165px; width: 137px; height: 25px; }

	#home a			{ height: 25px; }
	#about a		{ height: 25px; }
	#floorplans a	{ height: 24px; }
	#avail a		{ height: 24px; }
	#gallery a		{ height: 25px; } 
	#batonrouge a	{ height: 25px; }
	#wampold a      { height: 25px; }
  
	#home a:hover 		{ background: url(../images/nav.jpg) -153px -11px no-repeat; }
	#about a:hover 		{ background: url(../images/nav.jpg) -153px -36px no-repeat; }
	#floorplans a:hover { background: url(../images/nav.jpg) -153px -61px no-repeat; }
	#avail a:hover 		{ background: url(../images/nav.jpg) -153px -85px no-repeat; }
	#gallery a:hover 	{ background: url(../images/nav.jpg) -153px -109px no-repeat; }
	#batonrouge a:hover { background: url(../images/nav.jpg) -153px -133px no-repeat; }
	#wampold a:hover	{ background: url(../images/nav.jpg) -153px -170px no-repeat; }
	
#chkAvail {
	width: 377px;
	height: 38px;
	background: url(../images/chk_avail.jpg);
	margin: 0px; padding: 0px;
	position: relative; }
	
	#chkAvail li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; }
	#chkAvail a  { display: block; }
	
	#click	 		{ left: 0px; top: 0px; width: 377px; height: 38px; }
	#click a	 	{ height: 38px; }
	#click a:hover 	{ background: url(../images/chk_avail.jpg) -0px -38px no-repeat; }