#wp_page_numbers ul, #wp_page_numbers li, #wp_page_numbers a {
	padding-left: 3px;
	margin: 0;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	list-style: none;
	text-transform: none;
	text-indent: 0px;
	font-variant: normal;
	text-align: left;
	line-height: 13px;
	letter-spacing: 0px;
	word-spacing: 0px;
	font-size: 14px;
	font-family: Arial;
	color: #BB5292;
	font-weight: bold;

}

#wp_page_numbers {
	margin-top: 10px;
	margin-left: 45px;
	height: 26px;
	width: 500px;
	padding:0 0 0 20px;
	background: url('navbar.gif') center left no-repeat;
}
#wp_page_numbers ul {
	width: 100%;
}
#wp_page_numbers li {
	float: left;
	display: block;
}

#wp_page_numbers a {
	padding: 6px;
	display: block;
}

#wp_page_numbers li a:hover {
	background: url('navhover.gif') no-repeat;
	text-decoration: none;
	padding: 6px;
	color: #BB5292;
}

#wp_page_numbers li.space {
	padding: 6px;
}

#wp_page_numbers li.active_page a {
	background: url('navactive.gif') no-repeat;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #FFFFFF;
}

#wp_page_numbers li.active_page a:hover {
	background: url('navactive.gif') no-repeat;
	padding: 6px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	color: #BB5292;
}

#wp_page_numbers li.active_page a:hover  {
	color: #fff; /* IE fix */
}

#wp_page_numbers li.page_info {
	float: left;
	display: block;
	padding: 6px;
	font-size: 11px;
}
