#navwrap {
	/*width: 35em;*/
	width: 40em;
	text-align: left;
	font-size: .9em;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#topmenu, #topmenu ul {
	float: left;
	/*width: 35em;*/
	/*This controls the width of the bar with the top and bottom borders*/
	width: 37em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	border-top: 0.15em solid #b1b79b;
	border-right: 0 solid #b1b79b;
	border-bottom: 0.15em solid #b1b79b;
	border-left: 0 solid #b1b79b;
}

#topmenu a {
	display: block;
	/*width: 9.5em;*/
	width: 9.5em;
	color: #69704c;
	text-decoration: none;
	/*padding: 0.25em 1em;*/
	padding: 0.25em 0em;
}

#topmenu a.daddy {
	background: url(images/rightarrow.gif) no-repeat 130px center;
}

#topmenu li {
	float: left;
	padding: 0;
	/*width: 11em;*/
	/*This made a difference*/
	width: 9em;
}

#topmenu li.space {
	float: left;
	width: 9.5em;
}

#topmenu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	/*width: 15em;*/
	/*This controls the width of the drop down*/
	width: 15em;
	font-weight: normal;
	border-width: 0.15em;
	margin: 0;
}

#topmenu li li {
	padding-right: 1em;
	width: 13em;
}

#topmenu li ul a {
	/*width: 13em;*/
	width: 13em; padding-left: 10px;
}

#topmenu li ul ul {
	/*margin: -1.75em 0 0 14em;*/
	margin: -1.75em 0 0 4em;
}

#topmenu li:hover ul ul, #topmenu li:hover ul ul ul, #topmenu li.sfhover ul ul, #topmenu li.sfhover ul ul ul {
	left: -999em;
}

#topmenu li:hover ul, #topmenu li li:hover ul, #topmenu li li li:hover ul, #topmenu li.sfhover ul, #topmenu li li.sfhover ul, #topmenu li li li.sfhover ul {
	left: auto;
}

#topmenu li:hover, #topmenu li.sfhover {
	/*text-decoration: underline;*/	/*background: #d0d5ba;*/
	background: url(highlight.gif) no-repeat left center;
}
