.menu, .menu:link, .menu:visited {
	font-family: arial, verdana, tahoma, georgia;
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	padding: 0 0 0 0;
	text-decoration: none;
}

.menu:hover {
	text-decoration: none;
	font-size: 15px;
	color: #F1C30C;
}

.nav, .nav:link, .nav:visited {
	font-family: arial, verdana, tahoma, georgia;
	font-size: 15px;
	color: #8D8F72;
	font-weight: bold;
	letter-spacing: -1px;
	text-decoration: none;
	margin-top: -10px;
}

.nav:hover {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
}

.pagination a, .pagination a:link, .pagination a:visited {
	font-family: arial, tahoma, verdana, georgia;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	background: #C5324A;
	padding: 1px 5px 1px 5px !important;
	padding: 1px 5px 1px 5px;
	margin-right: 2px;
}

.pagination a:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
}

.pagination-off {
	font-family: arial, tahoma, verdana, georgia;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	background: #C5324A;
	padding: 1px 5px 1px 5px !important;
	padding: 1px 5px 1px 5px;
	margin-right: 2px;
}

a img {
	border: 2px solid #fff;
	margin-bottom: 0 !important;
	margin-bottom: 4px;
	padding-bottom: 0 !important;
	padding-bottom: 4px;

}

a img:hover {
	border: 2px solid #FF47FF;
}