@charset "UTF-8";
#menuleft {
	float: left;
	width: 160px;
	margin-right: 20px;
}
#menuleftcontact {
	background-color: #9C0;
	float: left;
	width: 160px;
	padding-top: 10px;
}
.menulefttitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #cadb2a;
}
#menulefttitle {
	float: left;
	height: 30px;
	width: 160px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#menucontactus {
	float: left;
	height: auto;
	width: 160px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#email {
	float: left;
	height: auto;
	width: 160px;
	padding-top: 5px;
}
#tel {
	float: left;
	height: auto;
	width: 160px;
	padding-top: 5px;
}

