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

#menu {
    font-size: 19px;
	font-family:"Goudy Bookletter 1911", Georgia;
	font-weight:500;
	line-height: 35px;
}

/* unvisited link */
#menu a:link {
    color:#444444;
}

/* visited link */
#menu a:visited {
    color:#444444;
}

/* mouse over link */
#menu a:hover {
    color:#995018;
}

/* selected link */
#menu a:active {
    color:#999;
}


ul#menu {
	list-style:none;
}

ul#menu li {
	list-style:none;
}



/* Current page identifier */


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