#sideNavWrapper {
	width: 113px;
	height: 400px;	/* just to give it some height */
	padding-top: 30px;
	float: left;
	border: 0px;
}

#leftNav {
	width: 83px; height: 223px;
	margin: 0px; padding: 0;
	position: relative;
	left: 14px;
	background-color: #005594;
}
#leftNav li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(../images/leftNav-images/leftNav-rightArrow.gif);
}
#leftNav li, #leftNav a {width: 87px; display: block;}
#leftNav a {
	text-decoration:none;
	background-position: top left;
	background-repeat: no-repeat;
}
	#leftNav a span {font-weight:bold;}
		
	
	#housing {top: 0; }
	#econDev {top: 43px;}
	#education {top: 100px;}
	#youthDev {top: 142px;}
	#commProg {top: 197px;}
	
	#housing, #housing a {height:13px;}
	#econDev, #econDev a {height: 27px;}
	#education, #education a {height: 12px;}
	#youthDev,#youthDev  a {height: 25px;}
	#commProg, #commProg a {height: 26px;}

#lowerLinksWrapper {	/* this is only necessary because i did not want to move the UL around by relative positioning.  it messes w/height and stuff */
	padding-top: 30px;
	width: 113px;
} 


#lowerSideNav {
	position: relative;
	height: 98px;
	width: 113px;
}

#lowerSideNav, #lowerSideNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#lowerSideNav li {
	position: absolute;
	right: 0;
}
#lowerSideNav li, #lowerSideNav li a {
	display: block;
	height: 34px;
	width: 99px;
}

#lowerSideNav a {
	background-position: top left;
	background-repeat: no-repeat;
}

#findHome {
	top: 64px;
}