#menu1 {margin: auto; width: 978px; height: 39px; background: transparent url('images/menu-background.png') top left no-repeat}

#menu1 ul {
	padding: 0;
	margin: 0 0 0 5px;
	list-style: none;
}

#menu1 li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
/*	width: 100px; */
	background: transparent url("images/menu-separator.png") top right no-repeat;
}


#menu1 a {
	display: block;
/*	width: 100px; */
	height: 39px;
	line-height: 39px;
	color: #000;
	font-weight: bold;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
	text-decoration: none;
	padding: 0 10px;
}

#menu1 a:hover {text-decoration: underline}