ul.dd {	z-index: 100; float: left; width: 741px; margin: 0; padding: 0; background: #87a98a; }

.dd li,
.dd li.last {	
  margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #fef6e6;
  display: block;
  line-height: 1em;
}

.dd li a,
.dd li a.last,
div.submenu a,
.dd li a.last-selected {	
  display: block;
	text-align: center;
	margin: 0;
	color: #fef6e6;
	width: auto;
	text-decoration: none;
	padding: 15px 5px;
	background: #87a98a;
}

div.submenu {
	font-size: 0.9em;
}

div.submenu a {
	float: left;
	width: 100px;
	padding: 10px 2px;
	height: 20px;
}

.dd li a.last,
.dd li a.last-selected {
	width: 80px;
}

.dd li a.last:hover {
	width: 80px;
}

.dd li a:hover,
.dd li a.selected,
.dd li a.last-selected,
div.submenu a:hover {	
  background: #4f7152;
  text-decoration: none;	
	color: #fef6e6;
}

.submenu {	
  background: transparent;  
	visibility: hidden;
	position: absolute;
	z-index: 3;
	color: #fef6e6;
  display: block;
	text-align: center;
	margin: 0;
	width: 100px;
}