@charset "UTF-8";
/* without text */
#menu {
	display:block;
	height:18px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 303px;
}
#menu ul {
	padding:0;
	list-style-type:none;
	margin: 0;
}
#menu li {
	float:left;
	margin-right:6px;
	display:block;
	width:25px;
}
#menu li.list1 {
	background-color: transparent;
	background-image: url(../images/icons/gb_up.jpg);
	background-repeat: no-repeat;
}
#menu li.list2 {
	background-color: transparent;
	background-image: url(../images/icons/fr_up.jpg);
	background-repeat: no-repeat;
}
#menu li.list3 {
	background-color: transparent;
	background-image: url(../images/icons/nl_up.jpg);
	background-repeat: no-repeat;
}

#menu a {
	display:block;
	width:23px;
	padding-top:22px;
	height:0;
	color:#000;
	text-decoration:none;
	overflow:hidden;
	font-size: 2px;
}
* html #menu a:link, * html #menu a:visited {height:86px; he\ight:0;}

#menu a#item1 {
	background-color: transparent;
	background-image: url(../images/icons/gb_down.jpg);
	background-repeat: no-repeat;
	background-position: -23px 0px;
}
#menu a#item2 {
	background-color: transparent;
	background-image: url(../images/icons/fr_down.jpg);
	background-repeat: no-repeat;
	background-position: -23px 0px;
}
#menu a#item3 {
	background-color: transparent;
	background-image: url(../images/icons/nl_down.jpg);
	background-repeat: no-repeat;
	background-position: -30px 0px;
}


#menu a#item1:hover {background-position:top right; z-index:50;}
#menu a#item2:hover {background-position:top right; z-index:50;}
#menu a#item3:hover {background-position:top right; z-index:50;}


* html #menu a:hover {height:86px; he\ight:0;}
