
/*** ESSENTIAL STYLES ***/
.sf-contener {
  clear: both;
  width:890px;
  margin:auto;
  border-top:1px solid #EFEFEF;
}
.sf-right {
  margin-right: 14px;
  float: right;
  width: 7px;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
  background-color:#b0c8ee ;
  background-color:#e69343 ;
  padding-left:0px;
  width:890px;
  float:left;  
	position:		relative;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
	width:890px;
	background-color:#e69343; 
}
.sf-menu ul  ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* left offset of submenus need to match (see below) */
	width:200PX;
}
.sf-menu ul li {
/*
	width:			100%;
	width:			160px;*/
	float:left;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	/*position:		relative;*/
}
.sf-menu li a {
	display:		block;
	position:		relative;
	color:         #670403;
	color:         #000;
	color:         #fff;
	color:         #592115;
	text-transform:uppercase;
	padding-left:5px
}
.sf-menu li:hover ul{
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99999;
	border:1px solid red;
	border:0;
	width:890px;
	background-color:#B0C8EE;
	background-color:#e69343;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	width:200px;
	background:white url('../img/texture.gif');	
	
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			16em; /* match ul width */
	top:			0;
	width:200px
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left; 
	padding-top:0em;
}
.sf-menu a {
  border: 0;
/*	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		8px 25px 7px 0;
	text-decoration:none;

}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#592115;
	color:			#fff;
	color:			#592115;
	font-weight:    bold;
	font-size:11px
}
.sf-menu a:active  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#da0f00;
	color:			#592115;
	color:			#592115;
}

.sf-menu li li {
	background:		white;/*#AABDE6;*/
	background:		#832C15;/*#AABDE6;*/ 
	background:		#e69343;/*#AABDE6;*/ 
	background:		#B0C8EE;/*#AABDE6;*/ 
}
.sf-menu li li li {
	background:		white;/*#9AAEDB;*/
	display:inline;
	float:none;
	width:200px;/*#9AAEDB;*/
}
.sf-menu li li li  a,.sf-menu li li li  a:active,.sf-menu li li li  a:visited{/*#9AAEDB;*/
	color:black
}
.sf-menu li li li  a:hover{/*#9AAEDB;*/
	color:black;text-decoration:underline
}
.sf-menu a:hover{ text-decoration:underline; }
.sf-menu a:active { text-decoration:underline; }

.sf-menu li.noBack {background:white}
.sf-menu ul li:hover, .sf-menu ul li a:visited,.sf-menu ul li a:active,.sf-menu ul li a:focus, .sf-menu ul li a:hover, .sf-menu ul li a:active {
color:#592115
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.5em;
	padding-left: 	0.5em;
	min-width:		1px;
position:relative	/* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			1.0em;
	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: -0px -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 ***/
.sf-shadow ul {
	/*background:	url('../img/texture.gif');*/
	/*padding: 0 6px 6px 0;*/

}
.sf-shadow  ul li a {text-transform:capitalize;color:#592115}
.sf-shadow ul a { padding:0.5em ;}
.sf-shadow ul a:hover{ text-decoration:underline}
.sf-shadow ul.sf-shadow-off {
	background: white;
	background: #B0C8EE;
}
li.sf-search {
  background: inherit;
  float: right;
  line-height: 25px;
}
.sf-menu ul ul ul li{display:inline;float:none}
li.sf-search input {
  padding:4px 3px 3px 3px;
  border:none;
  margin-top:0.5em;
  padding-left: 20px;
  width:116px;
  color:#999;
  background:white url('../img/block-search.gif') no-repeat left center;
}
.sf-menu .sfHoverForce, .sf-menu .sfHoverForce li{
	background: #B0C8EE; 
 }
 
.sf-menu .sfHoverForce a{color:white;text-transform:uppercase;color:#592115}
.sf-menu .sfHoverForce ul a{color:white;text-transform:none;color:#592115}
.sf-menu .sfHoverForce li li a{color:black}
.sfHoverForce ul{display:block} 
.sfHoverForce ul li:hover, .sfHoverForce ul li a:visited,.sfHoverForce ul li a:active,.sfHoverForce ul li a:focus, .sfHoverForce ul li a:hover, .sfHoverForce ul li a:active {
color:#592115
}
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99999;
	border:1px solid red;
	border:0;
	width:890px;
	background-color:#B0C8EE;
	background-color:#e69343;
	background-color:#B0C8EE;
}
.sf-menu li.sfHoverForce ul {
	left:			0;
	top:			2.7em; /* match top ul list item height */
	z-index:		99999;
	border:1px solid red;
	border:0;
	width:890px;
	background-color:#B0C8EE; 
}