#nav {
	width: 800px;
	height: 20px;
	margin: 15px 0px 20px 0px;
}

	#nav ul {
		width: 800px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		#nav li {
			margin: 0px 1px;
			padding: 0px;
			float: left;
		}
		
			#nav a {
				margin: 0px 0px;
				float: left;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #FFFFCC;
				text-decoration: none;
			}
			
			#nav a.navHome {
				margin-right: 1px;
				margin-left: 4px;
			}
			
			#nav a.navContact {
				margin-right: 1px;
				margin-left: 1px;
			}
				
				#nav a div {
					padding: 7px 6px;
				}
			
			#nav a:hover,
			#bodyHome a.navHome, #bodyKitchens a.navKitchen, #bodyBedrooms a.navBedroom,
			#bodyLivingRooms a.navLiving, #bodyOffice a.navOffice, #bodySlideshows a.navSlideshows,
			#bodyQuality a.navQuality, #bodyLocation a.navLocation, #bodyContact a.navContact {
				background-color: #FFFFCC;
				background-image: url(../images/component/nav/nav-over-left.gif);
				background-position: top left;
				background-repeat: no-repeat;
				color: #531600;
			}
			
				#nav a:hover div,
				#bodyHome a.navHome div, #bodyKitchens a.navKitchen div, #bodyBedrooms a.navBedroom div,
				#bodyLivingRooms a.navLiving div, #bodyOffice a.navOffice div, #bodySlideshows a.navSlideshows div,
				#bodyQuality a.navQuality div, #bodyLocation a.navLocation div, #bodyContact a.navContact div {
					background-image: url(../images/component/nav/nav-over-right.gif);
					background-position: top right;
					background-repeat: no-repeat;
				}
				
			