/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** ESSENTIAL STYLES ***/
.menuone li .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			51px;
	top:			30px; /* IE6 only */
	width:			10px;
	height:			8px;
	text-indent: 		-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */

}
.menuone li li .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			0.65em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 		-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */

}
.menuone, .menuone * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:30;

}
.menuone {

	z-index:4;
	}
.menuone ul {
	position:		absolute;
	top:			-999em;
	width:			250px; /* left offset of submenus need to match (see below) */

}
.menuone ul li {
	width:			100%;
	
}
.menuone li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.menuone li {
	float:			left;
	position:		relative;
}
.menuone a {
	display:		block;
	position:		relative;
}
.menuone li:hover ul,
.menuone li.sfHover ul {
	left:			0;
	top:			43px; /* match top ul list item height */
	z-index:		99;
}
ul.menuone li:hover li ul,
ul.menuone li.sfHover li ul {
	top:			-999em;
}
ul.menuone li li:hover ul,
ul.menuone li li.sfHover ul {
	left:			250px; /* match ul width */
	top:			0;
}
ul.menuone li li:hover li ul,
ul.menuone li li.sfHover li ul {
	top:			-999em;
}
ul.menuone li li li:hover ul,
ul.menuone li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.menuone {

	float:	left;
}
.menuone li li a {
	border-top:		1px solid #fff;
	padding: 		.75em 1em;
	text-decoration:none;
	color:			#000;
	font-size:9pt;
	margin:0;

}

.menuone a, .menuone a:visited  { /* visited pseudo selector so IE6 applies text colour*/

}
.menuone li {
	float: left;
	margin-top:3px;
        background:url('../images/ot/menu_li_border.jpg') no-repeat right center;

        color:white;
        width:101px;
        text-align:center;
        vertical-align:bottom;
	
}
.menuone li a{
        color:white;
        text-decoration:none;

}

.menuone li li li {
	background:#e4dcc1;
	margin:0;
	padding:0;
	text-align:left;
	height:25px;
	line-height:10px;
}
/*** Spécial Mairie D'ingré : **/
.menuone li li {
	background:#e4dcc1;
	margin:0;
	padding:0;
	text-align:left;
	height:25px;
	line-height:10px;
}

.menuone li li:hover,.menuone li li a:focus, .menuone li li a:hover, .menuone li li a:active {
	background:#888;
	outline:		0;
}
/*** arrows **/
.menuone a.sf-with-ul {
	/*padding-right: 	2.25em;*/
	min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */

}

/* point right for anchors in subs */
.menuone ul .sf-sub-indicator { background-position:  -10px 0; }
.menuone ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menuone ul a:focus > .sf-sub-indicator,
.menuone ul a:hover > .sf-sub-indicator,
.menuone ul a:active > .sf-sub-indicator,
.menuone ul li:hover > a > .sf-sub-indicator,
.menuone ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
