	#navbox { padding: 2px; border-right: 2px solid black; border-left: 2px solid black; }
	div.menue { background: url(button.png) no-repeat; width:140px; height:25px; margin:0px; }
	div.menue a { display:block; text-decoration:none; text-align: center;padding-top: 3px;}
	div.menue a:link, div.menue a:visited { color:#ffffff; }
	div.menue a:hover { background: url(button_hover.png) no-repeat; }
	div.menue a:active { background: url(button_active.png) no-repeat; }
	* html div.menue a { width:100%; }
