#menu {
}

#menu ul {
	margin: 29px 0;
	padding: 0;
}
#menu ul li {
	background: url('/images/menu-background.jpg') top center no-repeat;
	height: 38px;
	list-style-type: none;
	padding-top: 6px;
	text-align: center;
	vertical-align: middle;
}
#menu ul li a {
	color: #2d2d2d;
	font: normal 13px/18px Georgia, Times;
	text-transform: uppercase;
}

#footermenu {
	overflow: hidden;
	position: absolute;
}
#footermenu a {
	color: #000000;
	text-decoration: underline;
}
#footermenu a:hover {
	text-decoration: none;
}
#footermenu ul {
	left: -8px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#footermenu ul li {
	border-left: 1px solid #000000;
	border-height: 4px;
	display: inline;
	list-style-type: none;
	padding: 0px 8px;
}

