
#hold-lvl-1 {
	float: left;
	width: 178px;
}

#lvl-1-txt {
	position: absolute;
	margin-top: 12px;
	margin-left: 14px;
	z-index: 10;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}
#lvl-1-txt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}
#lvl-1-txt a:hover {
	color: #FFC000;
}
#lvl-1-txt a.nav-on {
	color: #FFC000;
}

#lvl-1-bg {
	position: absolute;
	width: 178px;
	height: 250px;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
}

/* --- LEVEL 2 --------- */

#hold-lvl-2 {
	position: absolute;
	left: 190px;
	width: 236px;
}

#lvl-2-txt {
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	z-index: 10;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}
#lvl-2-txt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}
#lvl-2-txt a:hover {
	color: #FFC000;
}
#lvl-2-txt a.nav-on {
	color: #FFC000;
}

#lvl-2-bg {
	position: absolute;
	width: 236px;
	height: 250px;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
}

/* --- LEVEL 3 --------- */

#hold-lvl-3 {
	position: absolute;
	left: 438px;
	width: 250px;
}

#lvl-3-txt {
	position: absolute;
	margin-top: 12px;
	margin-left: 5px;
	z-index: 10;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
}
#lvl-3-txt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}
#lvl-3-txt a:hover {
	color: #FFC000;
}
#lvl-3-txt a.nav-on {
	color: #FFC000;
}

#lvl-3-bg {
	position: absolute;
	width: 212px;
	height: 250px;
	background: #000;
	z-index: 1;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
}

/* --- POINTERS --------- */

#pointer-lvl2 {
	position: absolute;
	left: 178px;
	height: 250px;
}

#p2 {
	margin-top: -194px;
}

#pointer-lvl3 {
	position: absolute;
	left: 426px;
	width: 12px;
	height: 250px;
}

#p3 {
	margin-top: -212px;
}

#pointer-lvl2, #pointer-lvl3 {
	z-index: 30;
	filter: alpha(opacity=60);
	moz-opacity: .60;
	opacity: .60;
	overflow: hidden;
}
