.menu
	{
	width:100%;
	height:26px;
	float:left;
	padding:5px 0px 0px 0px;
	}
	
.menu ul
	{
	float:right;
	padding-right:5px;
	}
	
.menu ul li
	{
	float:left;
	list-style:none;
	display:inline;
	width:auto;
	cursor:pointer;
	margin-right:2px;
	}
	
.menu ul li a
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	height:26px;
	float:left;
	cursor:pointer;
	}
	
.menu ul li a span
	{
	float:left;
	width:auto;
	height:22px;
	padding:4px 15px 0px 15px;
	letter-spacing:0.15px;
	}
	
.menu ul li a:hover,.menu ul li.selected a
	{
	background:url(../../_images/menu-hover-bg-right.png) right no-repeat;
	color:#339900;
	}
	
.menu ul li a:hover span,.menu ul li.selected a span
	{
	background:url(../../_images/menu-hover-bg-left.png) left no-repeat;
	}
