
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	background-color: #D5EDB3;
	text-align: right;
	}
	
li {
color:#ffc0cb;
}
	
ul li {
	position: relative;
	color: #ffc0cb;
	left: inherit;
	
	}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0px;
	display: none;
	background-color: #993399;
	}
	
ul li a {
	display: block;
	text-decoration: none;
	background: #fff;
	padding: 5px;
	border: 1px solid #D5EDB3;
	border-bottom: 1px;
	background-color: #5C9260;
	text-align: right;
	color: #ffc0cb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}
	
ul li a:hover {
	display: block;
	text-decoration: none;
	background-color: #ffc0cb;
	text-align: left;
	color: #6F8A48;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 0px solid #fff;
	line-height: inherit;
	text-align:center
	}


li:hover ul {
	display: ;
	color: #009933;
	display: block;
	background-color: #CCFF00;
}

li:hover ul, li.over ul {
	display: block;
	}
	


#subheaders {
	text-align:center;
	color: #6F8A48;
	background-color: #99FF33;
	font-style: oblique;
}



