#fancymenu {
	position: relative;
	width:940px;
	height: 80px;
	top:5px;
	left:0px;
	background: no-repeat url('images/bg.gif')  ;
	margin:0 5px;
	padding:5px 0;
	overflow: hidden;
}


#fancymenu ul{
	padding: 0 40px;;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#fancymenu ul li {
	float: left;
	list-style: none;
}

#fancymenu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 55px;
	position: relative;
	overflow: hidden;
}
#menu_es a {
	width: 219px;
	background: url('images/bandera_es.gif') no-repeat center;
}

#menu_uk a {
	width: 180px;
	background: url('images/bandera_uk.gif') no-repeat center;
}

#menu_fr a {
	width: 208px;
	background: url('images/bandera_fr.gif') no-repeat center;
}

#menu_de a {
	width: 221px;
	background: url('images/bandera_de.gif') no-repeat center;
}


#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 55px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

