/*
foundation
needs
progress
board
volunteer
*/

ul#sidenav
{
	top: 135px;
	left: 0;
	width: 112px;
	margin: 0;
	padding: 0;
	background-image: url(images/foundationsidebar.gif);
	height: 112px;
	/*border: thin solid blue;*/
	position: absolute;
	clear: right;
}

ul#sidenav li
{
	margin: 0;
	padding: 0;
	position: absolute;
	/*top: 0;*/
	list-style: none;
	/* duplicated for IE 5/Win */
}

ul#sidenav li, ul#sidenav a
{
	height: 28px;
	display: block;
}

li#aboutus
{
	left: 0;
	top: 0;
	height: 28px;
	/*background: yellow;*/
	width: 112px;
}

li#needs
{
	left: 0;
	top: 28px;
	height: 28px;
	/*background: orange;*/
	width: 112px;
}

li#progress
{
	left: 0;
	top: 56px;
	height: 28px;
	/*background: silver;*/
	width: 112px;

}

li#board
{
	left: 0;
	top: 84px;
	height: 28px;
	/*background: magenta;*/
	width: 112px;
}

/*
li#volunteer
{
	left: 0;
	top: 112px;
	height: 28px;
	width: 112px;
}
*/


#aboutus a:hover, li#aboutus a.selected { background: transparent url(images/foundationsidebar.gif) -224px 0 no-repeat; }
#needs a:hover, #needs a.selected { background: transparent url(images/foundationsidebar.gif) -224px -28px no-repeat;}
#progress a:hover, #progress a.selected { background: transparent url(images/foundationsidebar.gif) -224px -56px no-repeat; }
#board a:hover, #board a.selected { background: transparent url(images/foundationsidebar.gif) -224px -84px no-repeat; }
/*#volunteer a:hover, #volunteer a.selected { background: transparent url(images/foundationsidebar.gif) -224px -112px no-repeat; }*/

#sidefoundation a:active { background-position: -112px 0; }
#needs a:active { background-position: -112px -28px; }
#progress a:active { background-position: -112px -56px; }
#board a:active { background-position: -112px -84px; }
/*#volunteer a:active { background-position: -112px -112px; }*/

