#nav { 
	width: 202px; 
	height: 550px; 
	position: relative;
	margin: 0; padding: 0; }

#menu {
	width: 202px;
	height: 560px;
	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: 270px; width: 202px; height: 35px; }
	#about			{ left: 0px; top: 305px; width: 202px; height: 39px; }
	#floorplans		{ left: 0px; top: 344px; width: 202px; height: 37px; }
	#avail			{ left: 0px; top: 381px; width: 202px; height: 36px; }
	#gallery		{ left: 0px; top: 417px; width: 202px; height: 39px; } 
	#batonrouge	 	{ left: 0px; top: 456px; width: 202px; height: 36px; }
	#wampold	 	{ left: 0px; top: 465px; width: 202px; height: 30px; }

	#home a			{ height: 35px; }
	#about a		{ height: 39px; }
	#floorplans a	{ height: 37px; }
	#avail a		{ height: 36px; }
	#gallery a		{ height: 39px; } 
	#batonrouge a	{ height: 36px; }
  	#wampold a	    { height: 30px; }
  	
	#home a:hover 		{ background: url(../images/nav.jpg) -202px -270px no-repeat; }
	#about a:hover 		{ background: url(../images/nav.jpg) -202px -305px no-repeat; }
	#floorplans a:hover { background: url(../images/nav.jpg) -202px -344px no-repeat; }
	#avail a:hover 		{ background: url(../images/nav.jpg) -202px -381px no-repeat; }
	#gallery a:hover 	{ background: url(../images/nav.jpg) -202px -417px no-repeat; }
	#batonrouge a:hover { background: url(../images/nav.jpg) -202px -456px no-repeat; }
	#wampold a:hover    { background: url(../images/nav.jpg) -202px -498px no-repeat; }
	
#chkAvail {
	width: 406px;
	height: 46px;
	background: url(../images/click.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: 406px; height: 46px; }
	#click a	 	{ height: 46px; }
	#click a:hover 	{ background: url(../images/click.jpg) -0px -46px no-repeat; }
