.sf_outer_wrapper {
    width: 800px;
    margin: 0px auto;
}


/*--------------------------
		Content
--------------------------*/

.sf_content {
    background-color:#EBE3A2
}

/*--------------------------
		End Content
--------------------------*/


/*----------------------------------------------------------------
In page navigation.  This list is located in the main body
------------------------------------------------------------------*/
ul,
ul li,
ul li a,
ul li a:hover {
    padding: 5px; /* Must be the same as the nav list below. */
    list-style-type:none;
    text-decoration:none;
}











ul.waldorf_sul {
	display: none
}

ul.waldorf li:hover>ul.waldorf_sul {
	display: block
}

ul.waldorf_sul {
	position: absolute;
	left: 0px;
	top: 100%;
}

ul.waldorf, ul.waldorf_sul {
	z-index: 500;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border: none;
	background-color: #A7AE6B;
}

ul.waldorf {
	display: block;
	zoom: 1;
	float: left;
}

ul.waldorf_sul {
	/* One size must fit all */
	width: 150px;
}

ul.waldorf li {
	font: normal 11px Verdana;
	display: block;
	padding: 0px;
	margin: 0px;
}

ul.waldorf a {
	background-color: #A7AE6B;
	text-decoration: none;
	text-decoration: none;
	cursor: default;
	color: #673A4F;
	display: block;
	padding: 5px;
	margin: 0px;
}

ul.waldorf span {
	overflow: hidden;
}

ul.waldorf li {
	float: left;
}

ul.waldorf_sul li {
	float: none;
}

ul.waldorf_sul a {
	text-align: left;
	white-space: nowrap;
}

ul.waldorf li:hover {
	position: relative;
}

ul.waldorf li:hover>a {
	color: white;
	text-decoration: none;
}

ul.waldorf li a:hover {
	position: relative;
	color: white;
	text-decoration: none;
}

ul.waldorf a:hover ul.waldorf_sul {
	display: block
}

ul.waldorf span {
	/* This is here just for IE6 */
	display: block;
	margin: 0px;
	padding-right: 10px;
}

ul.waldorf table {
	/* This reduces the space that the IE6 hack takes up. */
	/* I hate IE. */
	border-collapse: collapse
}