#home .home, #kitchen .kitchen, #bath .bath, #window .window {
	color: #000;
	border-bottom: 2px solid;
	border-bottom-color: #666;
	background-color: #FEC25F;
}
#menu li {
	margin: 0;
	padding: 1px;
}

#menu {
	background: #eee;
	width: 110px;
	text-align: center;
	margin-left: 17.5px;
	color: #000;
	padding: 0;
	list-style: none;
/*	background-image: url(picts/offgreenstripes.gif);*/
}

#menu a {
	border-right: 2px solid #89a;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #345;
	border-left: 5px solid #def;
	display: block;
/*	font-size: 11px;
	letter-spacing: 0px;*/
	width: 105px;
	color: #000;
	height: 15px;
/*	background-image: url(picts/menu_button_background.gif);*/
	background-color: #e1e8dd;
	text-decoration: none;
	border-bottom-color: #ccc;
	padding-top: 1px;
}

#menu a:hover {
	color: #000;
/*	background-image: url(picts/menu_button_hover_backgrounddd.gif);*/
	border-bottom: 2px solid;
	border-bottom-color: #666;
	background-color: #FEC25F;
}
#menu #email {
	padding-left: 0px;
}


#nav {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 150px;
}
	#nav li {
		background: #E2DCC5;
		color: #FFF;
		float: left;
		position: relative;
		width: 150px;
	}
	
	/* Hide from Mac-IE.  Fix Win-IE 5 and 6 \*/
		* html #nav a {
			height: 1%;
		}
	/* We now return you to your regular CSS code */

	#nav li:hover ul, #nav li.over ul {
		display: block;
		top: 0;
		left: 158px;
	}
	
		#nav ul {
			display: none;
			list-style: none;
			margin: 0;
			min-height: 1%;
			padding: 0;
			position: absolute;
			width: 200px;
		}
			#nav ul li {
				clear: left;
				width: 200px;
			}

	#nav a {
		background-color: #E2DCC5;
		border-bottom: 1px solid #ccc;
		color: #000;
		display: block;
		font-variant: small-caps;
		padding: 4px;
		text-align: center;
		text-decoration: none;
		width: 100%;
	}

	#nav a:hover {
		background-color: #3D5B2F;
		color: #FFF;
	}
	
	#nav ul a {
		padding: 2px 5px;
		text-align: right;
	}
	
	#homepage .homepage,
	#kitchenspage .kitchenspage,
	#windowspage .windowspage,
	#doorspage .doorspage,
	#bathpage .bathpage,
	#deckspage .deckspage,
	#bathpage .bathpage,
	#lumberpage .lumberpage,
	#lumberpage .lumberpage,
	#hardwarepage .hardwarepage,
	#floorspage .floorspage,
	#paintpage .paintpage,
	#aboutpage .aboutpage,
	#directorypage .directorypage,
	#mappage .mappage,
	#aboutpage .aboutpage,
	#directorypage .directorypage,
	#mappage .mappage {
		background: #3D5B2F;
		color: #FFF;
	}


