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

#topMostMenu li  {
	display: inline;
	list-style-type: none;
	background-image :none;
	padding : 0 20px 0 20px;
		border-right	: 1px solid #333;
}



#topMostMenu a:link,
#topMostMenu a:visited
 {
	text-decoration:none;
	color		: #000;
	font-size	: 12px;

}



#topMostMenu a:hover {
	color			: #303234;
	background		: url(images/user3-active-left.jpg) 100% 0px no-repeat;
}

#topMostMenu  .current_page_item a:link, 
#topMostMenu  .current_page_item a:visited
{
	color			: #303234;
	background		: url(images/user3-active-left.jpg) 100% 0px no-repeat;
}

