#fancymenu {
	position: relative;
	width:900px;
	height: 25px;
	top:5px;
	left:0px;
	background: no-repeat url('images_elpilon/images_menu/bg.gif')  ;
	margin:0 ;
	margin-bottom:5px;
	padding:3px 0;
	overflow: hidden;
}


#fancymenu ul{
	padding: 0 10px;;
	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: 20px;
	position: relative;
	overflow: hidden;
}
#inicio a,#componentes a,#equipaciones a,#fotos a,#web_amigas a,#contacto a,#noticias a,#salidas a {
	width: 100px;
	padding-top:2px;
	background:  no-repeat center;
}

#fancymenu li.background {
	/*background: url('images_elpilon/images_menu/bg_menu_right.png') no-repeat top right !important;*/
	background: url('images_elpilon/images_menu/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	/*background: url('images_elpilon/images_menu/bg_menu.png') no-repeat top left !important;*/
	background: url('images_elpilon/images_menu/bg_menu.gif') no-repeat top left;
	height: 30px;
	margin-right: 5px; /* 7px is the width of the rounded shape */
}

