#user3Mod ul {
	margin: 0 auto;
	padding:0;
	font-family	: georgia, "times new roman";
	margin-left	: 100px;
	margin-top	: 18px;
}

#user3Mod li.page_item {
	list-style:none;
	margin: 0;
	padding: 0;
	float	: left;
	background	: none;
	margin-right	: 3px;
}



#user3Mod a:link,
#user3Mod a:visited
 {
	display			: block;
	float			: left;
	padding-right	: 16px;
	padding-left	: 16px;
	color			: #FFF;
	font-size		: 12px;
	text-decoration	: none;
	font-weight		: bold;
	text-transform	: uppercase;
	padding-top		: 12px;
	height			: 32px;
}



#user3Mod a:hover {
	color			: #3c3c39;
	background		: url(../images/user3-active.jpg) no-repeat;
	border			: 1px solid #ede7d7;
	padding-right	: 15px;
	padding-left	: 15px;
}

#user3Mod  .current_page_item a:link, 
#user3Mod  .current_page_item a:visited
{
	color			: #3c3c39;
	background		: url(../images/user3-active.jpg) no-repeat;
	border			: 1px solid #ede7d7;
	padding-right	: 15px;
	padding-left	: 15px;
}

