@CHARSET "ISO-8859-1";

ul.menu li {
	float:				left;
	list-style:			none;
}
	
ul.menu li a {
	color:				#FFFFFF;
	text-decoration:	none;
	
	background:			url('../images/background_menu.png') 0 0 no-repeat;
	width:				165px;
	height:				14px;
	margin:				0 2px 0 0;
	padding:			14px 7px 0 0;
	color:				#FFFFFF;
	text-transform:		uppercase;
	font-weight:		bold;
	text-align:			right;
	display:			block;
}

ul.menu li a:hover {
	background:			url('../images/background_menu.png') 0 -28px no-repeat;
	color:				#5E5E60;
}
