

#topMenu ul {
	font-size:16px;
	margin:0;
	padding:0;
	float: right;
}

#topMenu li.page_item {
	list-style:none;
	margin: 0;
	padding: 0;
	float	: left;
	background	: none;
}



#topMenu a:link,
#topMenu a:visited
 {
	float			: left;
	display			: block;
	height			: 27px;
	padding-top		: 8px;
	width				: 110px;
	color			: #000;
	background		: url(images/user3-normal.jpg) repeat-x;
	font-size		: 12px;
	text-decoration	: none;
	text-align		: center;
}



#topMenu a:hover {
	color: #fff !important; 
	text-decoration	: none;
	background		:  url(images/user3-active.jpg) repeat-x;
}

#topMenu  .current_page_item a:link, 
#topMenu  .current_page_item a:visited
{
	color				:  #fff !important; 
	text-decoration		:  none;
	background			:  url(images/user3-active.jpg) repeat-x;
}

