#navbar1 {
	width: 100%;
	border-bottom: solid 1px #555;
	border-top: solid 1px #555;
	height: 2em;
	font-family: "Lucida Sans", Verdana;
	font-weight: bold;
	background: url('shadow.png');
	background-repeat: repeat-x;
}

#navwrap{
	position: relative;
	height: 2em;
	max-width: 60em;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin: 0 0 0 1em;
	z-index: 400;
	font-size: 100%;
}

#nav a {
	display: block;
	/*text-transform: uppercase;*/
	font-weight: bold;
	line-height: 2.4em;
	margin: 0px;
	font-size: 1em;
	color: #111;
	padding-left: 1em;
	padding-top: 0.4em;
}

#nav li {
	float: left;
	width: 9em;
	height: 2.4em;
	background: #fff url('shadow.png');
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#nav li:hover, #nav li.sfhover {
	background: #922;
	position: static;
	z-index: 1;
	height: 100%;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	background: #fff;
	border: solid 1px #111;
}

#nav li ul li {
	font-size: 1em;
	width: 15em;
	background: #fff;
	height: 100%;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	float: left;
	left: auto;
	margin: 0px;
	width: 15em;
}

#nav li:hover ul li, #nav li.sfhover ul li {
	height: 100%;
}