.sf-contener {
	position: relative;
	
	margin: 0 auto;
    padding: 0;
 
    z-index: 1000;
    background: url('../img/trame_eeeeee.jpg') center left repeat-x;
}
.sf-menu {
	position: relative;
    margin: 0;
    padding: 0 0 1em 0;
    max-width: 59em;
    height: auto;
    list-style: none;
    color: #FF9999;
    background-color: transparent !important;
}
.sf-menu li {
	display: block;
    position: relative;
    float: left;
    padding: 0 2em 0 0;
    line-height: 100%;
    background-color: #ffffff !important;
}
.sf-menu li ul {
	display: none !important;
}
.sf-menu li:last-child {
	float: right;
	margin-right: -35px;
    padding: 0 0 0 1em;
    position: relative;
    z-index: 20000;
}
.sf-menu li a {
	font-size: 1.2em;
    text-decoration: none;
    border: solid 0;
    color: #505460;
}
.sf-menu li a:hover {
    color: #000000;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

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

.sfHoverForce a {
	color: #000000 !important;
	border-bottom: solid 1px #000000 !important;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../img/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;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
}
li.sf-search input#search_query { 
	background:url('../img/bg_search_input.gif') no-repeat top left;
	padding-left:5px;
	height:19px;
	margin-top: 3px;

}

li.sf-search input#submit_search {
	background-color:#bdc1c4;
	font-size:1em;
	width:120px;
	height:20px;
	border:0px;
	color:#FFF;
	padding-top:2px;
	margin-right:3px;
	margin-top:4px;
	height:19px;
}
li.sf-search input#submit_search:hover {
	cursor:pointer;
	background-color:#d0d3d8;
	color:black;	
}