#nav {
float:left;
z-index:199;
margin-top:5px;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: bold;
	color: white;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border-width: 0 5px;
	color:green;
}

#nav a:hover{
color:green;
}

li {
	float: left;
	position: relative;
	width: 9em;
	text-align: center;
	cursor: default;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: relative;
	top: 100%;
	left:0 ;
	color:white;
	font-weight:bold;
	background: black;
	padding: 0.5em 0 1em 0;
	z-index:299;
	float:left;
}

li>ul {
	top: auto;
	left: auto;
	position: absolute;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	width:14em;
}

li:hover ul, li.over ul {
	display: block;
}
