* {
	margin: 0;
	padding: 0;
}

#menu
{
float: center;
margin: 0 auto;
width: 640px;
height: 38px;
background: url(mnu.jpg) repeat-x;
padding-left: 120px;

border: 1px #FFFFFF solid;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 23px;
	background: url(mnu.jpg) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	padding-top: 15px;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
	background: url(mnu1.jpg);
}