/* LOAD THIS AFTER LEVEL_2_STYLE AND ANY OTHER STYLE STUFF. */
@import url("superfish-base.css");

#navigation-sf
{
	float: left;
	width: 249px;
	height: 320px;
	padding: 0;
	margin: 0;
	text-indent: 0px;
	background: #d7ebbd;
	border-left: 1px solid #ffffff;
	font-weight: bold;
	font-size: 12px;
	z-index: 100;
}

#navigation-sf ul {
	text-shadow: 1px 1px 0 #eee;
}

#navigation-sf ul li
{
	border-bottom: 1px solid #a69753;
}

#iconControls
{
	clear: both;
	font-weight: normal;
}

