// ----------------------------- BEGINN SUBNAVI BEGINN -----------------------------
/*
$(document).ready(function() {
	$("ul#topnav li").hover(function() { //Hover over event on list item
		$(this).css({ 'background' : 'none'}); //Add background color and image on hovered list item
		$(this).find("span").show(); //Show the subnav
	} , function() { //on hover out...
		$(this).css({ 'background' : 'none'}); //Ditch the background
		$(this).find("span").hide(); //Hide the subnav
	});
});
*/

$(document).ready(function() {
	$("ul#topnav li").hover(function() { //Hover over event on list item
		$(this).css({ 'background' : 'none'}); //Add background color and image on hovered list item
		$(this).find("span").show(); //Show the subnav
	} , function() { //on hover out...
		$(this).css({ 'background' : 'none'}); //Ditch the background
		$(this).find("span").hide(); //Hide the subnav
	});
});
// ------------------------------- ENDE SUBNAVI ENDE -------------------------------



var mac =  !!(navigator.appVersion.toLowerCase().indexOf("mac") != -1);
	if (mac) {document.write ("<style>ul#topnav li a {margin:-12px 0px 0px 0px;padding:12px 27px 13px 27px;display:block;color:#ffffff;text-decoration:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;}ul#topnav li a:hover {color:#555458;font-family:Arial, Helvetica, sans-serif;font-size:12px;background-color:#FBE7CD;}	ul#topnav a.sel {color:#555458;background-color:#FBE7CD;font-family:Arial, Helvetica, sans-serif;font-size:12px;}<\/style>")}


