#wrapper {
	margin: 0px auto;
	width: 800px;
}

#nav {
	position: absolute;
	z-index: 5001;
}

#nav li {
	float: left;
	position: relative;
}

#nav li ul {
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: rgb(66, 57, 55);
	padding: 0px 0px 5px;
	border-image: none;
	left: 0px;
	top: 36px;
	display: none;
	position: absolute;
	opacity: 0.9;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
	background-repeat: repeat-x;
	background-color: rgb(88, 88, 90);
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	float: none;
}
