#fancymenu {
	position: relative;
	height: 29px;
	width: 486px;
	background: url('menuImgs/bg4.gif') no-repeat top;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

#fancymenu ul, #pictureselect {
	padding: 0;
	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, #pictureselect li {
	float: left;
	list-style: none;
}

#fancymenu ul li a, #pictureselect li a  {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}

#espacioIzq a {
	width: 9px;
	
}

#menu_home a {
	width: 59px;
	background: url('menuImgs/menu_home.png') no-repeat center !important;	
	background: url('menuImgs/menu_homeOver.gif') no-repeat center;
}

#architectural a {
	width: 110px;
	background: url('menuImgs/architectural.png') no-repeat center !important;	
	background: url('menuImgs/architecturalOver.gif') no-repeat center;
}

#naturalStone a {
	width: 120px;
	background: url('menuImgs/naturalStone.png') no-repeat center !important;	
	background: url('menuImgs/naturalStoneOver.gif') no-repeat center;
}

#realEstate a {
	width: 100px;
	background: url('menuImgs/real_estate.png') no-repeat center !important;	
	background: url('menuImgs/real_estateOver.gif') no-repeat center;
}

#contact a {
	width: 80px;
	background: url('menuImgs/contact.png') no-repeat center !important;	
	background: url('menuImgs/contactOver.gif') no-repeat center;
}

#fancymenu li.background {
	/*background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url('menuImgs/bg_menu_right4.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('menuImgs/bg_menu4.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
