div.masthead {
	width: 800px;
	height: 125px;
	background: white;
	align: center;
	background-image: url('http://www.spraut.com/img/web_logo.jpg');
	background-repeat: no-repeat; 
	background-position: top center; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 4;
}
div.menubar {
	color: white;
	background: #004C02;
	width: 100%;
	height: 25px;
	position: absolute;
	top: 101px;
	left: 0px;
	padding: 0px;
}
div.menubar ul {
	top: 0px;
	padding: 2px;
	padding-top: 1px;
	margin: 0px;
	cursor: default;
}
div.menubar li {
	padding: 3px;
}
ul.menu_home {
	width: 50px;
	position: absolute;
	left: 10px;
}
ul.menu_home:hover {
	background: #09770C;
	padding-bottom: 0px;
}
ul.menu_contact {
	width: 60px;
	position: absolute;
	left: 80px;
}
li.menu_contact {
	width: 160px;
	background: #004C02;
}
li.menu_contact:hover {
	background: #09770C;
}
ul.menu_info {
	width: 35px;
	position: absolute;
	left: 160px;
}
li.menu_info {
	width: 130px;
	background: #004C02;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
li.menu_info:hover {
	background: #09770C;
}
ul.menu_photos {
	width: 52px;
	position: absolute;
	left: 220px;
}
li.menu_photos {
	width: 67px;
	background: #004C02;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin: 0px;
}
li.menu_photos:hover {
	background: #09770C;
}
a.menu {
	background: transparent;
	cursor: pointer;
	text-decoration: none;
	color: white;
}

div.content {
	width: 800px;
	position: absolute;
	top: 127px;
	z-index: 1;
}
div.footer {
	width: 800px;
	height: 111px;
	background: white;
	align: center;
	background-image: url('http://www.spraut.com/img/footer.jpg');
	background-repeat: no-repeat; 
	background-position: bottom center; 
	z-index: 2;
}

ul li {
	list-style-type: none;
	padding-left: 5px;
}
ul ul {
	display: none;
}
ul li:hover > ul {
	display: block;
	margin-left: -5px;
}

