ul.menu {
	z-index: 1;
	float: left;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
	font-family	: "trebuchet ms", arial;
	font-weight	: bold;
	font-size	: 17px;
	
}

ul.menu li {
	float: left;
	padding: 0;
	margin	: 0;
	
}

ul.menu li span
{
	/* play here */
	padding: 0;
	margin	: 0;
	
}


ul.menu a:link,
ul.menu a:visited {
	width		: 150px;
	height		: 45px;
	color		: #3c3c3c;
	background	: url(images/top-menu-normal.jpg) no-repeat;
	display		: block;
	text-align	: center;
	line-height	: 45px;


}

ul.menu a:hover{
	background	: url(images/top-menu-hover.jpg) no-repeat;
	color			: #000;
	text-shadow		: 1px 1px 1px #fff;
	text-decoration	: none;
}

ul.menu li.current_page_item a
{
	text-decoration	: none;
	background	: url(images/top-menu-active.jpg) no-repeat;
	color			: #000;
	text-shadow		: 1px 1px 1px #fff;
}

ul.menu li.current_page_item span
{
	
}
