#container {
	width: 36em;
	text-align: left;
	margin: 0 auto;
}
#nav {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav ul {
	float: left;
	width: 36em;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid #000;
	border-width: 1px 0;
	margin: 0 0 0 0;
}

#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: #000000;   /* text colour*/
	text-decoration: none;
	padding-top: 1;
	padding-bottom: 1;
	padding-left: 5;
	padding-right: 1;
	}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left; /* line the menus up rather than one below another*/
	padding: 0;
	width: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 5.4em;
	font-weight: normal;
	border-width: 1px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#nav li li {
	padding-right: auto;
	padding: 2 2 2 2;
	width: 15em
}

/* width of fly our text */
#nav li ul a {
	width: 12em;
	w\idth: 12em;

}

#nav li ul ul {
	margin-top: -10; 			/* fly out menu: how far below it appears */
	margin-left: 150;			/* fly out menu: how far to the righ it appears */
	margin-bottom: 0;
	margin-right: 0;
}

#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: #eeeeee; /* background colour of the menus*/
}
