#hovermenu_topmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 384px;
	height: 29px;
	position: relative;
	left: 479px;
	top:98px;
	border-top: 1px solid #0b2450;
}

#hovermenu_topmenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}

#hovermenu_topmenu a:hover {
	background-position: left bottom;
}

#hovermenu_topmenu .active {
	background-position: left bottom;
}

#hovermenu_topmenu .showroom {
	width: 96px;
	height: 29px;
	background-image: url(../images/design/menu_top/standard_button_showroom.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
}

#hovermenu_topmenu .team {
	width: 95px;
	height: 29px;
	background-image: url(../images/design/menu_top/standard_button_team.gif);
	background-repeat: no-repeat;
	/*background: url(../images/design/menu_top/standard_button_team.gif) no-repeat;*/
	left: 97px;
	top: 0px;
}

#hovermenu_topmenu .referenzen {
	width: 95px;
	height: 29px;
	background-image: url(../images/design/menu_top/standard_button_referenzen.gif);
	background-repeat: no-repeat;
	left: 193px;
	top: 0px;
}

#hovermenu_topmenu .kontakt {
	width: 95px;
	height: 29px;
	background-image: url(../images/design/menu_top/standard_button_kontakt.gif);
	background-repeat: no-repeat;
	left: 289px;
	top: 0px;
}