/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	3em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.6em;
	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*/
}

/* ------- Search ------- */
li.sf-search {
  float: right!important;
}
li.sf-search input {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .1);
	box-shadow: 0 1px 3px rgba(0,0,0, .1);
	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
    border-radius: 5px;
	background:#ffffff none no-repeat scroll left center;
	border:1px solid #eeeeee;
	color:#ABA58D;
	font-size:11px;
	margin-top:0.4em;
	padding:2px 5px;
	width:150px;
}
li.sf-search input:focus, li.sf-search input:hover {
	background-color:#eeeeee;
	color:#5F5F5F;
}
li.sf-search input#search_btn {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background:transparent url(/images/search.gif) no-repeat scroll center top;
	border:medium none;
	height:20px;
	text-indent:-9999px;
	width:40px;
}
li.sf-search input#search_btn:hover {
	background-position:center bottom;
}

/*-- CSS3 Dropdown Menu from http://www.webdesignerwall.com/ -- */
.sf-contener {
/*	border-top:1px solid #D9D6C6; */
	margin:0 10px;
}
.sf-menu{
	line-height:100%;
	margin:0;
	padding:7px 0 0;
}
.sf-menu li {
	margin: 0 5px;
	padding: 0 0 8px;
	padding-top: 2px;
	float: left;
	position: relative;
	list-style: none;

}

.sf-search .noBack {
        background:none;
}
/* main level link */
.sf-menu a {
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px; /* Saf3+, Chrome */
    border-radius: 5px; /* Opera 10.5, IE 9 */
	color:#ffffff;
	display:block;
/*	font-weight:bold;*/
	margin:0;
	padding:8px 20px;
	text-decoration:none;
	font-size:13px;
/*	text-shadow:0 1px 0 #D9D6C8;*/
        background:url("/images/menu-marker.gif") no-repeat scroll 0 13px transparent;
}
.sf-menu a:hover {
/*	background: #000;*/
	color: #d99416;
}

/* main level link hover 
.sf-menu  .current a {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .3);
	box-shadow: 0 1px 1px rgba(0,0,0, .3);
	border:medium none;
	background:transparent url(../img/bg_nav.png) repeat-x scroll 0 3px;
	color:#4d4a3d;
	text-shadow:0 1px 0 #dedbcd;
}
.sf-menu  li:hover > a {
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .1);
	box-shadow: 0 1px 1px rgba(0,0,0, .1);
	border:medium none;
	background:transparent url(../img/bg_nav.png) repeat-x scroll 0 3px;
	color:#4d4a3d;
	text-shadow:0 1px 0 #dedbcd;
}
*/
/* sub levels link hover */
.sf-menu ul li:hover a, .sf-menu li:hover li a {
	background: none;
	border: none;
	color: #676352;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.sf-menu ul a:hover {
	background: #9d998a none repeat scroll 0 0 !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
.sf-menu li:hover > ul {
	display: block;
}

/* level 2 list */
.sf-menu ul {
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 30px;
	left: 0;
	background: #ccc7b3 none repeat scroll 0 0;
	border: 1px solid #DFDCD1;
	z-index:1;
}
.sf-menu ul li {
	float: none;
	margin: 0;
	padding: 0;
	color:#4D4A3D;
	text-shadow:0 1px 0 #bcb9ae;
}
.sf-menu ul a {
	font-weight: normal;
	text-shadow:0 1px 0 #bcb9ae;
}

/* level 3+ list */
.sf-menu ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
.sf-menu ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
}
.sf-menu ul li:last-child > a {
	-moz-border-radius-bottomleft: 9px;
	-moz-border-radius-bottomright: 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
}

/* clearfix */
.sf-menu:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sf-menu { display: inline-block; } 
html[xmlns] .sf-menu { display: block; }
 
* html .sf-menu { height: 1%; }
