#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%;
	}
	
	/* 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 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;
	}

