#top_menu ul {
	font-size:16px;
	margin:0;
	padding:0;
	float: left;
}

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



#top_menu a:link,
#top_menu a:visited
 {
	display	: block;
	padding			: 12px 20px;
	color			: #000;
	background		: url(images/user3-normal.jpg) repeat-x;
	font-size		: 14px;
	font-weight		: bold;
	text-decoration	: none;
	margin-left	: 2px;
}



#top_menu a:hover {
	color			: #FFF;
	background		: url(images/user3-active.jpg) repeat-x;
}

#top_menu  .current_page_item a:link, 
#top_menu  .current_page_item a:visited
{
	color			: #FFF;
	background		: url(images/user3-active.jpg) repeat-x;
}

/* additional may NOT be USED for OTHER templates */
.lastLi
{
	float			: left;
	background		: url(images/ul-right.gif) no-repeat;
	width			: 12px;
	height			: 41px;
	margin-top		: 1px;
}

#top_menu ul {
	margin: 0; /* all lists */
	padding: 0;
	float		: left;
	background	: url(images/ul-bg.gif) repeat-x;
	padding		:0;
	margin-top	:1px;
}

#top_menu {
	margin: 0; /* all lists */
	padding: 0;
	float	: left;
	background	: url(images/ul-left.gif) no-repeat;
	padding-left		:12px;
	margin-top	:1px;
}
