div#navbutton {
	margin: 0 auto;
	background: url('../nav1.png') repeat-x top;
	position: relative;
	width: 15em;
	overflow: visible;
	white-space: nowrap;
	height: 30px;
	padding: 2px 15px 3px 0px;
}

div#navbutton a {
	color: gold;
	margin: 0px 0px;
	padding: 0px;
	font-family: georgia,times new roman;
	font-weight: bold;
}

div#navbutton a:hover {
	color: #fff;
	text-decoration: none;
}

img.left {
	position: absolute; left: 0; top: 0;
}
img.right{
	position: absolute; right: 0; top: 0;
}
.hide {
	visibility: hidden;
}