body {
	font: 90%/1.5 arial, helvetica, serif; /*size & line height */
	background: white url(bgbaba.gif);
	text-align: center;
	padding: 0;
	margin: 2em;
}

/* the entire page */
#container {
	width: 57.4em;
	background: #F4ECD9;
	text-align: left;
	border: 6px double #7d6340;
	margin: 0 auto;
	border-radius:1.5ex;
	-webkit-border-radius:1.5ex;
	-moz-border-radius:1.5ex;
}

/* top level list items */
#nav, #nav ul {
	float: left;
	width: 57.3em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #eda; /*#7d6340; = brown*/
	border-width: 1px 0;
	margin: 0 0 1em 0; /*top right bottom left*/
}

/*display color of nav items*/
#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	/*color: blue; #7C6240;*/
    font-size: 1em; /* 16px per em */
	text-decoration: none;
	padding: 0.25em 7em; /*top right bottom left, was 2em for 5 items*/
}

#nav a:link {
	color: blue;
}

#nav a:active {
	color: red;
}

#nav a:visited {
	color: red;
}

#nav a.parent {
	background: url(rightarrow2.gif) center right no-repeat;
}

/*top level list item allocated space*/
#nav li {
	float: left;
	padding: 0;
	width: 19em; /* was 14.3 when 5 list items*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

/*the background width of a list item during mouse-over*/
#nav li li {
	padding-right: 1em;
	width: 13.2em
}

#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

/* move drop-down to side after first level */
#nav li ul ul {
	margin: -2.75em 0 0 12em;/*4-4-12, was -1.75em 0 0 14em*/
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

#topimg {
	padding: 1em 2em 2em 2em;
}

#content-header {
	padding: 0em 2em 0em 2em; /*top, right, bottom, left*/ 
	text-align: center;
}	