

body {
	color: rgb(0, 0, 0); 
	background-color: rgb(255, 255, 255); 
	background-image: url("../images/background2.jpg");
}

	.header {
		color: #ffffff; 
		text-shadow: 1px 0px 10px #443322;
		text-align: center;
		/* line-height: 145%; */
		font-family: 'Caslon224 Bk BT', Helvetica;
		font-size: 175%;  
		line-height: 125%;  
		font-weight: light;
		margin-left: -3px;		
		margin-top: 2%;
		width: 233px;
		position: relative;
		overflow: hidden;		
		background-image: url("../../images/divider--delvas--top_of_page.jpg");
		background-size: cover;
		padding: 30px;
		/* outline: 1px solid #443322;  */
		/* outline-offset: -15px;  */
		/* border: 1px solid #443322; */
		/* background-color:transparent; */
		/* background: #e0d6b2; */
		top:-5px;
	}

	ul {
		margin: 0;
		padding: 0;

	}
	
	li {
		font-family: 'Caslon224 Bk BT', Helvetica;
		font-size: 165%;
		line-height: 115%;
		color: #443322;
		list-style-type: none;
		margin: 15px;
		padding: 5px 5px 5px 10px;
		border: 1px solid #443322;
		padding: 20px;
		
	}



	.menu {
		/* font-size: 150%;  */
		/* line-height: 1.5em;  */
		font-weight: light;
		margin-left: 0;		
		margin-top: 2%;
		position: relative;
		background: #e0d6b2;
		float: left;
		text-align: left;
		width: 295px;
		position: relative;
		overflow: hidden;
		top:-10px;
	}
		
	.menu li:hover {
	background: linear-gradient(0deg, rgba(68,51,34,1) 0%, rgba(224,216,180,1) 
		100%, rgba(224,216,180,1) 100%, rgba(68,51,34,1) 100%);
		}	
		
		.menu li:hover a.has-child {
			background: url('images/arrow-hover.png') center right no-repeat;
		}
		
		.menu li a {
			display: block;
			text-align: center;
		}
		
		.menu li:hover a {
			color: #ffffff;
			text-shadow: 0px 1px 0px #000000;
		}
		
		.has-child {
			background: url('images/arrow.png') center right no-repeat;
		}
		
		.has-child:hover {
			background: url('images/arrow-hover.png') center right no-repeat;
		}
		
		.back {
			margin-top: .5em;
			background: url('images/prev.png') bottom left no-repeat;
			position: absolute;
			display: block;
			height: 15px;
			width: 10px;
			cursor: pointer;
		}
		
	a, a:visited, a:hover {
		text-decoration: none;
		color: #000000;
	}



