span.menubutton a {
	padding-right: 0px;
	text-decoration: none;
	color: #fff;
	display: block;
	height: 32px;
	background-image: url(images/menubutton.jpg);
	background-repeat: no-repeat;
	text-align: inherit;
	width: 139px;
	text-height: 10px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	font-size: 15px;
	font-weight: bolder;
	margin: auto;
	padding-left: 0px;
	background-color: #FFF;
	}

	span.menubutton a:hover {
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #DFDFDF;
	display: block;
	height: 37px;
	}
	
	span.menubuttonhighlighted a {
	padding-right: 0px;
	text-decoration: none;
	color: #000;
	display: block;
	height: 32px;
	background-image: url(images/menu_button_hightlighted.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 139px;
	text-height: 10px;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0px;
	font-size: 15px;
	font-weight: bolder;
	margin: auto;
	padding-left: 0px;
	background-color: #FFF;
	}

	span.menubuttonhighlighted a:hover {
	background-image: url(images/menu_button.jpg);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #DFDFDF;
	display: block;
	height: 37px;
	}
.copyrighttag {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	padding-right: 10px;
}
