.bglgtBrown {
	background: #d7c5b2 !important;
}

.clrBrown {
	color: #52382a !important;
}

.pagesUl li {
	float: left;
	margin:0 5px 1.2em 5px;
	white-space:nowrap;
	line-height:1;
}

.pagesUl li a {
	position:relative;
	display: block;
	position: relative;
	padding:0 1em 0 15px;
	color: #333;
	text-decoration:underline;
	cursor:pointer;
}
.pagesUl li a:hover{
	text-decoration:none;
}

.pagesUl li a:before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 12px;
	background: url(../images/arrowDown.png) left center no-repeat;
	content: "";
}

/*.pagesUl li a {
	position:relative;
	display: block;
	position: relative;
	padding:0 1em 0 15px;
	color: #333;
	text-decoration:underline;
	cursor:pointer;
}
.pagesUl li a:hover{
	text-decoration:none;
}

.pagesUl li a:before {
	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	width: 12px;
	background: url(../images/arrowDown.png) left center no-repeat;
	content: "";
}*/