@charset "UTF-8";
/* CSS Document */


.horiz {
	background:#ded4c3;
	padding:10px 0 0 0;
	margin:auto;
	margin-left:0;
	list-style-type:none;
	height:40px;
	text-align:center;  /* << add this */
}
.horiz li { float:left;
 }
.horiz li a {
	padding:7px 10px;
	display:block;
	color:#995018;
	text-decoration:none;
	font:20px "Goudy Bookletter 1911", Gerogia;
    font-weight:500;
}

/* Submenu */
.horiz ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	list-style-type:none;
}
.horiz li:hover { position:relative; background:#ded4c3; }
.horiz li:hover a { color:#444;}
.horiz li:hover ul {
	left:0px;
	top:35px;
	background:#444;
	padding:0px;
}
.horiz .sub a { 
    color:#995018 !important; 
}

.horiz .sub li:hover a { 
    color:#000000 !important;
}

.horiz li:hover ul li a {
	padding:5px;
	display:block;
	width:210px;
	border-top:solid #999 1px;
	text-indent:30px;
	text-align:left;
	background-color:#ded4c3;
	
}
.horiz li:hover ul li a:hover { 
    background:#999;
}

/* Current page identifier */

#home .horiz .home, 
#products .horiz .products, 
#about .horiz .about, 
#process .horiz .process, 
#contact .horiz .contact, 
#faq .horiz .faq, 
#address .horiz .address, 
#address .horiz .products, 
#wall .horiz .wall, 
#wall .horiz .products, 
#switchplates .horiz .switchplates, 
#switchplates .horiz .products, 
#kitchen .horiz .kitchen, 
#office .horiz .office,
#office .horiz .products
{
	color:#000000 !important;
}

