ul.menu {
	z-index: 1;
	margin: 0;
	background: none;
	padding: 0;
	list-style: none;
	font-family	: arial;
	font-size	: 12px;
	width		: 100%;	
}

ul.menu li {
		display:inline;
		margin	: 0;
		padding	: 0;
		
}

ul.menu li span
{
	/* play here */

	
}


ul.menu a:link,
ul.menu a:visited {
	
	background	:   url(images/top-menu-normal.png) no-repeat left top;
	width		:74px;
	height		: 32px;
	color		: #FFF;
	display		: block;
	text-align	: center;
	text-decoration	: none;
	font-weight		: bold;
	line-height		: 2.5em;
	float		: left;
	margin-left	: 7px;
	text-shadow	: 1px 1px 1px #2088d3;
}

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

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

ul.menu li.current_page_item span
{
	
}

