

.bottom-about {
	background: #4b4b40 url(../images/bottom-about.png) repeat-x scroll 0 top;
	position: relative;
}

.bottom-about-holder {
	margin: 0 auto;
	width: 850px;
}

.about-more {
	background: url(../images/more-about-us.png) no-repeat;
	width: 116px;
	height: 27px;
	position: relative;
	top: -14px;
}

.about-more-menu {
	position: relative;
	top: -15px;
	left: 125px;
	font-size: 11px;
}

.about-more-menu a {
	color: #ffffff;
	padding: 0px 15px 0px 15px;
	position: relative;
}

.about-more-menu a span {
	background: url(../images/arrow-about.png) no-repeat;
	width: 5px;
	height: 8px;
	position: absolute;
	left: 7px;
	top: 1px;
}

.about-more-menu a:hover {
	color: #a7a78a;
	font-weight: bold;
	font-size: 10.5px;
}

.about-more-menu a:hover span {
	background-position: -5px 0px;
}


