#menu {
	/*float: right;*/
	margin: auto;
	list-style: none;
	padding: 0px;
	text-align: center;
	font-weight: bolder;
}
#menu a {
	background-position: 0px 0px;
	background-image: url(button-off.gif);
	background-repeat: no-repeat;
	display: block;
	vertical-align: middle;
	line-height: 1.9em;
	width: 162px;
	height: 30px;
	text-align: center;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
	margin: 5px auto 0px;
	background-attachment: inherit;
	font-family: Verdana;
	font-weight: bold;
}
#menu a:hover, a:active {
	background-image: url(button-on.gif);
	background-repeat: no-repeat;
	color: #0033FF;
}
