
#fancymenu {
	position: absolute;
	height: 18px;
	/*width: 100%;*/
	overflow: hidden;
	left: 382px;
	top: 180px;
}

#home #fancymenu {
	position: absolute;
	height: 18px;
	/*width: 100%;*/
	overflow: hidden;
	left: 598px;
	top: 288px;
}



#fancymenu ul{
	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 {
	float: left;
	list-style: none;
	text-align: center;
}

#fancymenu ul li a {
	text-transform: uppercase;
	z-index: 10;
	display: block;
	float: left;
	height: 18px;
	position: relative;
	overflow: hidden;
	color:#a93274;
	padding-top:3px;	
	font-size: 10px;
	letter-spacing: -1px;
	/*
	font-size: 1em;
	*/
	/*letter-spacing: -.1em;*/
}
#fancymenu ul li.current a {color:#fff;}
#fancymenu ul li a:hover {	color:#fff;	text-decoration: none;}


#menu_pres a {
	width: 81px;
}
#menu_appart a {
	width: 89px;
}
#menu_loft a {
	width: 47px;
}
#menu_grange a {
	width: 63px;
}
#menu_tarifs a {
	width: 122px;
}
#menu_contact a {
	width: 49px;
}
#menu_plan a {
	width: 75px;
}
#menu_liens a {
	width: 35px;
}
#menu_francais a {
	width: 66px;
}
#menu_english a {
	width: 66px;
}


#fancymenu li.background {
	background: url(../images/skin/bg_menu_right.jpg) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#fancymenu .background .left {
	background: url(../images/skin/bg_menu.jpg) no-repeat top left;
	height: 18px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}


