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

#menu, #menu ul {
	padding: 0;
	list-style: none;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	font-weight: normal;
	font-style: italic;
	
}


#menu a {
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/fog.png);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}
#menu #home {
	width: 81px;
}
#menu #about {
	width: 86px;
}
#menu #design {
	width: 141px;
}
#menu #installation {
	width: 116px;
}
#menu #pricing {
	width: 81px;
}
#menu #dealers {
	width: 86px;
}
#menu #arch {
	width: 209px;
		display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-image: url(images/fog.png);
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
}





#menu li {
	float: left;
	width: 75px;
}
#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul {
	left: auto;
}
#menu a:hover {
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-color: #FFF;
}
#menu #design1 {
	width: 141px;
	background-color: #FFF;
	text-align: left;
}
#menu #installation1 {
	width: 116px;
	background-color: #FFF;
	text-align: left;
}
#menu #arch1 {
	width: 209px;
	background-color: #FFF;
	text-align: left;
}
#menu #design1 a:hover {
	width: 141px;
}
#menu #installation1 a:hover {
	width: 116px;
}
#menu #arch1 a:hover {
	width: 209px;
}
#outsideleaf #header #em {
	background-image: url(images/em.png);
	background-repeat: no-repeat;
	float: right;
	height: 114px;
	width: 155px;
}
