#homeLeftContent
{
	position: relative;
	width: 330;
}

#interactive
{
	position: absolute;
	left: 400px;
	top: 60px;
	width: 340px;
	height: 340px;
	overflow: none;
}

#interactive_topleft
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 170px;
	height: 170px;
	overflow: none;
	background-image: url('../images/HomeSelector_01.jpg');
}

#interactive_topright
{
	position: absolute;
	z-index: 1;
	left: 170px;
	top: 0px;
	width: 170px;
	height: 170px;
	overflow: none;
	background-image: url('../images/HomeSelector_02.jpg');
}

#interactive_bottomleft
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 170px;
	width: 170px;
	height: 170px;
	overflow: none;
	background-image: url('../images/HomeSelector_03.jpg');
}

#interactive_bottomright
{
	position: absolute;
	z-index: 1;
	left: 170px;
	top: 170px;
	width: 170px;
	height: 170px;
	overflow: none;
	background-image: url('../images/HomeSelector_04.jpg');
}

.interactiveMenu
{
	position: absolute;
	width: 120px;
	z-index: 2;
	visibility: hidden;
	overflow: none;
	font-size: 12px;
	background-color: white;
	border: 1px solid #084209;
	opacity: 0.75;
	filter:alpha(opacity=75);
}

LI.homeList
{
	list-style: square;
	color: #084209;
	padding-bottom: 4px;
}

P.interactive
{
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 8px;
	font-weight: bold;
}