#menu {
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
	padding: .25em;
	margin-top: 0;
	margin-bottom: 0;
}
ul {
	list-style: none;
	display:block;
	padding: .25em 0;
}
li {
	display: inline;
	padding: 0 .85em;
}
li a:link{
	font-size: .9em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #ffff00;
}
li a:visited{
	font-size: .9em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
li a:hover{
	font-size: .9em;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}