#menu_wrapper
	{
	float			:	right;
	width			:	auto;
	font-size		:	12px;
	font-family		:	 "Lucida Grande", Verdana, sans-serif; 
	}


#menu_wrapper span
	{
	float			:	left;
	padding			:	5px 8px 4px 8px;
	cursor:pointer;
    	cursor:hand;
	}

#menu_wrapper a
	{
	font-weight		:	bold;
	color			:	#777777;
	text-decoration		:	none;
	}

#menu_wrapper a:hover
	{
	font-weight		:	bold;
	color			:	#333333;
	text-decoration		:	none;
	}





#menu_wrapper .selected
	{
	background-color	:	#456191;
	font-weight		:	bold;
	color			:	#FFFFFF;
	text-decoration		:	none;
	}





