#Menu
{
	width: 142px;
	height: 316px;
	position: absolute;
	left: 11px;
	top: 90px;
	border: 0px solid blue;
}

#Home
{
	width: 142px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 0px solid blue;
	z-index: 10;
}

#Feldenkrais
{
	width: 142px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 54px;
	border: 0px solid blue;
	z-index: 9;
}

#AboutMe
{
	width: 142px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 117px;
	border: 0px solid blue;
	z-index: 8;
}

#Resources
{
	width: 142px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 185px;
	border: 0px solid blue;
	z-index: 7;
}

#Contact
{
	width: 142px;
	height: 68px;
	position: absolute;
	left: 0px;
	top: 248px;
	border: 0px solid blue;
	z-index: 6;
}

#MenuLine
{
	width: 1px;
	height: 332px;
	position: absolute;
	left: 155px;
	top: 108px;
	border: 0px solid blue;
	background-color: #8CB9C9;
}


