#menu {
    width: 179px;
	height: 466px;
    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: 0; top: 41px; width: 179px; height: 29px; }
	#about			{ left: 0; top: 70px; width: 179px; height: 29px; }
	#retreats		{ left: 0; top: 99px; width: 179px; height: 29px; }
	#villas			{ left: 0; top: 128px; width: 179px; height: 28px; }
	#archives		{ left: 0; top: 159px; width: 179px; height: 30px; } 
	#video			{ left: 0; top: 186px; width: 179px; height: 30px; } 
	#amenities	 	{ left: 0; top: 216px; width: 179px; height: 29px; }
	#starkville		{ left: 0; top: 246px; width: 179px; height: 30px; }
	#residents		{ left: 0; top: 275px; width: 179px; height: 30px; }
	#properties		{ left: 0; top: 305px; width: 179px; height: 29px; }
	#newsletter		{ left: 0; top: 335px; width: 179px; height: 29px; }
	#events			{ left: 0; top: 364px; width: 179px; height: 30px; }
	#contact		{ left: 0; top: 393px; width: 179px; height: 30px; }
	#covenants		{ left: 0; top: 423px; width: 179px; height: 30px; }
	
	
	
	#home a			{ height: 29px; }
	#about a		{ height: 29px; }
	#retreats a		{ height: 29px; }
	#villas a		{ height: 28px; }
	#archives a		{ height: 30px; } 
	#video a	 	{ height: 30px; }
	#amenities a	{ height: 29px; }
	#starkville a	{ height: 30px; }
	#residents a	{ height: 30px; }
	#properties a	{ height: 29px; }
	#newsletter a	{ height: 29px; }
	#covenants a	{ height: 30px; }
	#events a		{ height: 30px; }
	#contact a		{ height: 30px; }	
	
	#home a:hover		{ background: url(../images/nav.jpg) -179px -41px no-repeat; }
	#about a:hover		{ background: url(../images/nav.jpg) -179px -70px no-repeat; }
	#retreats a:hover	{ background: url(../images/nav.jpg) -179px -99px no-repeat; }
	#villas a:hover		{ background: url(../images/nav.jpg) -179px -128px no-repeat; }
	#archives a:hover	{ background: url(../images/nav.jpg) -179px -159px no-repeat; }
	#video a:hover	 	{ background: url(../images/nav.jpg) -179px -186px no-repeat; }
	#amenities a:hover	{ background: url(../images/nav.jpg) -179px -216px no-repeat; }
	#starkville a:hover	{ background: url(../images/nav.jpg) -179px -246px no-repeat; }
	#residents a:hover	{ background: url(../images/nav.jpg) -179px -275px no-repeat; }
	#properties a:hover	{ background: url(../images/nav.jpg) -179px -305px no-repeat; }
	#newsletter a:hover	{ background: url(../images/nav.jpg) -179px -335px no-repeat; }
	#events a:hover		{ background: url(../images/nav.jpg) -179px -364px no-repeat; }
	#contact a:hover	{ background: url(../images/nav.jpg) -179px -393px no-repeat; }	
	#covenants a:hover	{ background: url(../images/nav.jpg) -179px -423px no-repeat; }	
	
/*-- Right Menu --*/

#menu2 {
    width: 205px;
	height: 755px;
    background: url(../images/nav_rt.jpg);
    margin: 0px; padding: 0;
    position: relative; }
	
	#menu2 li { margin: 0; padding: 0; list-style: none; display: block; position: absolute; }	
	#menu2 a { display: block; }
	
	#retreats2	{ left: 0; top: 43px; width: 205px; height: 174px; }
	#villas2	{ left: 0; top: 221px; width: 205px; height: 174px; }
	#video2		{ left: 0; top: 402px; width: 205px; height: 174px; }
	#additions	{ left: 0; top: 580px; width: 205px; height: 174px; }
	
	#retreats2 a	{ height: 174px; }
	#villas2 a		{ height: 174px; }
	#video2 a 		{ height: 174px; }
	#additions a	{ height: 174px; }
	
	#retreats2 a:hover	{ background: url(../images/nav_rt.jpg) -205px -43px no-repeat; }
	#villas2 a:hover	{ background: url(../images/nav_rt.jpg) -205px -221px no-repeat; }
	#video2 a:hover		{ background: url(../images/nav_rt.jpg) -205px -402px no-repeat; }
	#additions a:hover	{ background: url(../images/nav_rt.jpg) -205px -580px no-repeat; }