#menu1 {
	color: #ffffff;
	height: 28px;
	width: 186px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	padding-right: 29px;
	text-decoration: none;
	}

#menu1 ul {
	list-style-type: none;}

#menu1 li a {
	background:  url(../geruest/menu_active.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	text-decoration: none;
	}
	
#menu1 li a:hover {
	background:  url(../geruest/menu_hover.png);
	background-repeat: no-repeat;
	display: block;
	height: 28px;
	text-decoration: none;
	}
