@charset "utf-8";
/* CSS Document */
.menu{
	background-color:transparent;
	text-align:center;
	width:875px;
	margin: 0 auto 0 22px;
	height:25px;
	border:0;
	padding:0;
	clear:both;
}
.menu ul{
	list-style:none;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
}
.menu li a{
	text-decoration:none;
}
.menu img{
	border:0;
	margin:0 9px 0 5px;
}