/* 

		The David Miller Web Designs HORIZONTAL MENU
					Style Sheet

 */
 
/* ************ CONFIGURATION ************ */
.hmenu ul {
}
.hmenu ul li {
	display:inline;
}
.hmenu a {
	text-decoration:none;
	color:#44D;
	padding:4px 16px;
	background-color:#ccf;
} 
 
 
/* *************** COLORS *************** */
.hmenu a {
	color:#44D;
	background-color:#ccf;
}
.hmenu a:hover {
	background-color:#44d;
	color:#ddf;
}

