div#menu
{
	position: relative;
	left: 300px;
	top: -407px;
	z-index:5;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: #FFFFFF;
	height: 14px;
	text-decoration: none;
	line-height: 14px;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #000000;
	border-bottom: solid 1px #000000;
	height: 20px;
}

#nav li li a:hover {
	background-color:  #ECF4E6;
	height: 20px;
	border-bottom: solid 1px #000000;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	width: 120px;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: #72AB4D;
	border-width: 1px;
	color: #FFFFFF;
	height: 16px;
	text-decoration:none;
}

li#first {
	background-color: #72AB4D;
	width: 80px;
	height: 16px;
}

li#last {
	background-color: #72AB4D;
	width: 24px;
	height: 16px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 80px; /* for Netscape */
	font-weight: normal;
	background-color: #FFFFFF;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
}

li>ul {
	top: 20px;  /* for Netscape */
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
	border-top: solid 1px #000000;
}