#nav, #nav ul{
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 0px;
	z-index: 99;
}

#nav a{
	display:block;
	border:1px solid #000;
	color:#fff;
	text-decoration:none;
	background-color:#000000;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a:hover{
		background-color:#d1c99d;
		color:#000;
}

#nav li{
	float:left;
	position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:1.5em;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #575757;
	border-right-color: #575757;
	border-bottom-color: #575757;
	border-left-color: #575757;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
margin:0px 0 0 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
