#menu {
	width:710px;
	height:65px;
	background-image: url(../png/header.png);
	background-repeat:no-repeat;
	color:#000;
	padding-left: 160px;
	overflow:hidden;
	float:left;
}

#menu ul {
	display:inline;
	position:relative;
}

#menu li {
	font-size: 1.5em;
	padding-top: 25px;
	margin-right: 5px;
	margin-left:0px;
	float:left;
	list-style: none;
	width:105px;
	overflow: visible;
}

#menu a:hover {

	border-bottom: solid 2px #5F5F5F;
}

#menu a {
	color: #5F5F5F;;
	text-decoration: none;
}