/* @override http://editorialrm.com/2010/modules/blocktopmenu/css/superfish-modified.css */

/* @override http://editorialrm.com/2010/modules/blocktopmenu/css/superfish-modified.css */

/*** ESSENTIAL STYLES ***/
#header .sf-contener {
color: #766252; font-size: 11px; padding-top: 0;
	position: relative;
	background: #dbdfc9;
	top: 32px;

width: 811px;
	margin-left: -19px;
}
#header .sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
  background: #dbdfc9;
}
#header .sf-menu,#header .sf-menu * {
	margin: 0;
	list-style:		none;
	bottom: 0;
	padding: 0;
}
#header .sf-menu {

  width: 100%;

	background: #DBDFC9;
	bottom: 0;
	margin-top: 0;
}
#header .sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			21em; /* left offset of submenus need to match (see below) */
}
#header .sf-menu ul li {
	width:			100%;
}
#header .sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#header .sf-menu li {
	float:			left; white-space: nowrap;
	margin-left: 1.8em;
}
#header .sf-menu a {
	display:		block;
	position:		relative;
	background: transparent;
	color: #8e7349;
}
#header .sf-menu li:hover ul,
#header .sf-menu li.sfHover ul {
	left: 0; /* match top ul list item height */
	z-index:		99;
	top: 5em;
}
#header ul.sf-menu li:hover li ul,
#header ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
#header ul.sf-menu li li:hover ul,
#header ul.sf-menu li li.sfHover ul {
	left:			21em; /* match ul width */
	top: 17em;
}
#header ul.sf-menu li li:hover li ul,
#header ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
#header ul.sf-menu li li li:hover ul,
#header ul.sf-menu li li li.sfHover ul {
	left:			21em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#header .sf-menu {
	float:			left;
	margin-bottom:	0;
	bottom: 0;
}
#header .sf-menu a {
  border: 0;
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		0;
	text-decoration:none;
	background: #dbdfc9;
	color: #8a7947;
}

#header ul li a { background: transparent;

	
}
#header .sf-menu ul li a, #header .sf-menu ul li a:visited {
	background: #4e8076;
	opacity: 0.5;
	color: #fff;
	padding-left: 3px;
}
#header .sf-menu a, #header .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #8e7349;
}
#header .sf-menu li li {
	background:		#ebebed;/*#AABDE6;*/
}
#header .sf-menu li li li {
	background:		#ebebed;/*#9AAEDB;*/
}
#header .sf-menu li:hover, #header .sf-menu li.sfHover, #header .sf-menu li.sfHoverForce,
#header .sf-menu a:focus, #header .sf-menu a:hover, #header .sf-menu a:active {
  background: #c0bfb9;
  color: white;
}
#header .sf-menu li.noBack:hover, #header .sf-menu li.sfHover.noBack, #header .sf-menu li.sfHoverForce.noBack,
#header .sf-menu a:focus, #header .sf-menu a:hover, #header .sf-menu a:active {
  background: inherit;
}
#header .sf-menu ul li:hover, #header .sf-menu ul li.sfHover,
#header .sf-menu ul li a:focus, #header .sf-menu ul li a:hover, #header .sf-menu ul li a:active {
	background: #c0bfb9;
	outline:		0;
}
/*** arrows **/
#header .sf-menu a.sf-with-ul {
	padding-right: 	0;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	
}
#header .sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		transparent; /* 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*/
}

/*** shadows for all but IE6 ***/
#header .sf-shadow ul {
	
}
#header .sf-shadow ul.sf-shadow-off {
	background: transparent;
}
#header li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
}
#header li.sf-search input {
  -moz-border-radius: 0 5px 5px 0;
  padding: 3px 0;
  padding-left: 20px;
  margin-top: 4px;
  background: #fff url(../img/search.gif) no-repeat left center;
}
