ul#topnav {
	width: 100%;
	position: relative;
	height: 35px;
	font-size: 85%;
	padding-left: 200px;
	margin:0;
}
*+html ul#topnav { padding-left: 160px; } 
/*\*/ * html ul#topnav { width: 750px; padding-left: 150px;  } /**/
ul#topnav li {
	display: block;
	float: left;
	margin: 0;
	height: 35px;
	text-indent: -9999px;
}
ul#topnav li#juwelen { width: 91px; background: url(../images/menu_juwelen.gif) no-repeat center 0}
ul#topnav li#juwelen a:hover { width: 91px; background: url(../images/menu_juwelen.gif) no-repeat center -40px}
ul#topnav li#juwelen a.current { width: 91px; background: url(../images/menu_juwelen.gif) no-repeat center -80px}
ul#topnav li#horloges { width: 100px; background: url(../images/menu_horloges.gif) no-repeat center 0}
ul#topnav li#horloges a:hover { width: 100px; background: url(../images/menu_horloges.gif) no-repeat center -40px}
ul#topnav li#horloges a.current { width: 100px; background: url(../images/menu_horloges.gif) no-repeat center -80px}
ul#topnav li#service { width: 84px; background: url(../images/menu_service.gif) no-repeat center 0}
ul#topnav li#service a:hover { width: 84px; background: url(../images/menu_service.gif) no-repeat center -40px}
ul#topnav li#service a.current { width: 84px; background: url(../images/menu_service.gif) no-repeat center -80px}
ul#topnav li#winkels { width: 92px; background: url(../images/menu_winkels.gif) no-repeat center 0}
ul#topnav li#winkels a:hover { width: 92px; background: url(../images/menu_winkels.gif) no-repeat center -40px}
ul#topnav li#winkels a.current { width: 92px; background: url(../images/menu_winkels.gif) no-repeat center -80px}
ul#topnav li#contact { width: 93px; background: url(../images/menu_contact.gif) no-repeat center 0}
ul#topnav li#contact a:hover { width: 93px; background: url(../images/menu_contact.gif) no-repeat center -40px}
ul#topnav li#contact a.current { width: 93px; background: url(../images/menu_contact.gif) no-repeat center -80px}
ul#topnav li#historiek { width: 99px; background: url(../images/menu_historiek.gif) no-repeat center 0}
ul#topnav li#historiek a:hover { width: 99px; background: url(../images/menu_historiek.gif) no-repeat center -40px}
ul#topnav li#historiek a.current { width: 99px; background: url(../images/menu_historiek.gif) no-repeat center -80px}

ul#topnav li a {
	display: block;
	height: 35px;
	color: #cccabe;
	text-decoration: none;
	text-align: center;
	line-height: 35px
}
ul#topnav li a span { display: none; }
ul#topnav li a:hover {
	background: #151412;
	color: #f431a8;
	text-decoration: none;
}
ul#topnav li a.current {
	color: #353430
}