#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
}

#nav a{
	font: 11px arial, Verdana, sans-serif;
padding: 0px 5px;
	color: black;
text-decoration:none;
line-height: 12px;
	height: 50px;
	white-space: normal;
}

#nav a:hover{
color: white;

}

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

}


#nav ul {
	position:absolute;
	display:none;
	top:50px;
	border-bottom: 10px solid maroon;
	background-color: white;
	opacity: 0.87;
	left: -7px;
	list-style-type:none;
	padding-top: 20px;
}

#nav li ul a{
width:14em;
height:auto;
float:left;
	padding: 4px 10px;
		opacity: 1;

}
#nav li ul a:hover{
background-color: maroon;
}


#nav ul ul{
top:auto;
		opacity: 1;

}	

#nav li ul ul {
left: 13.5em;
margin: 0 0 0 25px;
padding-top: 0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
	border: 0 solid orange;
	border-top-color: maroon;
	border-top-width: 20px;
	border-bottom-color: white;
	border-bottom-width: 10px;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;

}
