#wrapper .body .quicknav {
	position:					absolute;
	right:						0px;
	top:						165px;
	background-color:			#000;
	height:						415px;
	padding:					20px;
	width:						156px;
	overflow:					hidden;
	z-index:					0;
}

#wrapper .body .quicknav .items {
	width:						1000px;
	height: 					260px;
}

#wrapper .body .quicknav .button {
	position:					absolute;
	right:						10px;
	bottom:						10px;
}

#wrapper .body .quicknav h2 {
	font-size:					14px;
	font-family:				Georgia;
	margin-top:					50px;
	margin-bottom:				1em;
	margin-left:				20px;
}

#wrapper .body .quicknav ul {
	list-style-image:			url(/images/site/quicknav.gif);
	margin-left:				20px;
	height:						260px;
	width:						156px;
	float:						left;
}

#wrapper .body .quicknav ul li {
	margin-top:					2em;
	list-style-image:			url(/images/site/quicknav.gif);
}

#wrapper .body .quicknav ul li a {
	color:						#FFF;
	text-decoration:			none;
	font-size:					11px;
}

#wrapper .body .quicknav ul li p {
	margin-top:					0.5em;
	color:						#456b6c;
	font-size:					11px;
}