@CHARSET "ISO-8859-1";

button {
	font-family: verdana, arial, sans-serif;
	background-color: transparent;
	cursor: pointer;
	overflow: visible; /* remove padding from buttons */
}

.topmenu button {
	height: 30px;
}

.submenu button {
	height: auto;
	width: 100%;
	text-align: left;
	border: none;
}

.submenu button span {
	display: block;
	width: 165px;
	position: relative;
	left: 0;  /* hier ist im FF irgendein padding */
	top: 0;
	padding: 5px 0 5px 20px;
}
