#button {
	width: 175px;
	padding: 0 0 0em;
	margin-bottom: 1em;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
}

.navigation {
	padding-left: 25px;
}

	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
#button li {
	margin: 0;
	border-top: 1px solid #DFDFDF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
		}
	
#button li a {
	display: block;
	padding: 5px 5px 5px 25px;
	color: #999999;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
	color: #7f7f7f;
	background-color: #efefef;
}
#button ul li ul {
	background-color: #FFFFFF;
	width: 165px;
}


#button li ul li a {
	color: #326AB4;
	margin-left: 10px;
	text-decoration: none;
}
#button li ul li a:hover {
	color: #326AB4;
	margin-left: 10px;
	text-decoration: underline;
}
#button .active a {
	color: #666666;
	background-color: #E2E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.testimonial {

}
.dropcap {
	color: #CCCCCC;
	font-size: 70px;
	float: left;
	padding-top: 2px;
	font-family: "Times New Roman", Times, serif;
	line-height: 40px;
}
.dropcaplonger {
	color: #CCCCCC;
	font-size: 70px;
	line-height: 55px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 2px;
}

