.menuHeaders {
	width: 100%;
	text-align: right;
}

.menuHeaders h3 {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 0.3em;
	color: #666;
	margin: 0;
	padding: 0;
	text-align: right;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuHeaders li {
	border-top: 1px solid #666;
	position: relative;
	padding: 0.25em 0;
	cursor: pointer;
	margin: 0;
}

.menuHeaders > li:hover {
	background-color: #89a25d;
}
	
.menuHeaders li:hover h3 {
	color: #353842;
}

.menuOptions {
	text-align: left;
	position: absolute;
	top:0px;
	left: 100%;
	background-color: #e0daae;
	width: auto;
	display: none;
	border-left: 1px solid #666;
	overflow: visible;
}
	
.menuOptions li {
	border: none;
	padding: 0.25em 1.75em 0.4em 1.0em;
	line-height: 12pt;
	white-space: nowrap;
}

#popupMenu {
	font-size: 9pt;
	border-bottom: 1px solid #666;
	margin: 10px 6px 10px 4px;
	padding: 0;
	width: 149px;
	list-style-type: none;
}

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

#popupMenu a {
	text-decoration: none;
	color: #600;
	font-weight: bold;
}

#popupMenu a:hover {
	color: #903;
}