
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu { }
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			220px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			61px; /* match top ul list item height */
	z-index:		99;
}
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:			10em; /* match ul width */
	top:			0;
}
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:			10em; /* match ul width */
	top:			0;
}

/* styles */
.sf-menu { height: 61px; position: relative; z-index: 99;}
.sf-menu li a { background-image: url("/content/iwiImages/liDefCenter.png"); background-repeat: repeat; background-position: center; text-transform: uppercase; text-decoration: none;}
.sf-menu li a span.l {  background-image: url("/content/iwiImages/liDefLeft.png"); background-position: left center; background-repeat: no-repeat; display: block; }
.sf-menu li a span.r { background-image: url("/content/iwiImages/liDefRight.png"); background-position: right center; background-repeat: no-repeat; display: block; font-family: "Trebuchet MS", Tahoma, Arial, Helvetica; font-weight: bold; font-size: 14px; line-height: 16px; padding-left: 20px; padding-right: 20px; color: #fff; line-height: 59px; height: 61px;}
.sf-menu li a:hover, .sf-menu li.sfHover > a {  background-image: url("/content/iwiImages/liCenter.png"); background-repeat: repeat-x; background-position: center; }
.sf-menu li a:hover span.l, .sf-menu li a:focus span.l, .sf-menu li.sfHover > a span.l { background-image: url("/content/iwiImages/liLeft.png"); background-repeat: no-repeat; background-position: left center; }
.sf-menu li a:hover span.r, .sf-menu li a:focus span.r, .sf-menu li.sfHover > a span.r { background-image: url("/content/iwiImages/liRight.png"); background-repeat: no-repeat; background-position: right center; color: #fff;}
.sf-menu ul li a { background-color: #862500; background-image: none; text-decoration: none;}
.sf-menu ul li a span span.r {  text-align:left; font-size: 13px; font-family: "Trebuchet MS", Helvetica; line-height: 18px; font-weight: bold; padding: 8px 20px; border-top: 1px solid #a79064; color: #fff;  background-image: none; height: auto;}
.sf-menu ul li a span.l, .sf-menu ul li a span.r  { background-image: none;}
.sf-menu ul li a:hover { background-color: #cdb796; color: white; background-image: none;}
.sf-menu ul li a:hover span.l, .sf-menu ul li a:hover span.r { background-image: none;}
.sf-menu span.sf-sub-indicator { display: none;}

/* all menu links */
#nav a, #subMenusContainer a{ text-decoration:none; display:block;  }

#nav a { }
#nav a span.l {}
#nav a span.r { }

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a{ margin:0; float:left; }

/* Just sub menu links */
#subMenusContainer a, #nav li li a{ }

/* All menu links on hover or focus */
/*#nav a:hover, #nav a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus { background-color:#F6C739; color:#FFF; }*/
#nav a:hover, #nav a:focus {}
#nav a:hover span.l, #nav a:focus span.l { }
#nav a:hover span.r, #nav a:focus span.r { }

/* sub menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus { }

/* Parent Sub Menu Links ---[javascript users only]*/
.subParentBtn {}
.subMenuParentBtn{ }

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.subMenuParentBtnFocused{ }


/* Parent Main Menu Links ---[javascript users only]*/
.mainParentBtn {}
.mainMenuParentBtn{	}


/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
#nav .mainMenuParentBtnFocused{  background-image: url("/content/iwiImages/liCenter.png"); background-repeat: repeat-x; background-position: center;}
#nav .mainMenuParentBtnFocused span.l { background-image: url("/content/iwiImages/liLeft.png"); background-repeat: no-repeat; background-position: left center;}
#nav .mainMenuParentBtnFocused span.r  { background-image: url("/content/iwiImages/liRight.png"); background-repeat: no-repeat; background-position: right center; color: #fff;}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ display:none;  
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
	width: 183px;
}

/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol { /*border around submenu goes here*/ border-top: 5px solid #ae8f5f; border-bottom: 5px solid #ae8f5f; left:0; }

/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol { padding: 0; margin: 0; list-style: none; line-height: 1em; }
 #nav ul, #nav ol { display: none;}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li { /*great place to use a background image as a divider*/ display:block; list-style:none; position:relative; float:left; }
#nav li.sep { height: 61px; background-image: url("/content/iwiImages/liSep.png"); background-repeat: no-repeat; background-position: center; width: 2px;}
#subMenusContainer li{ list-style: none;  padding: 0px 10px; background-image: url("/content/iwiImages/navSubLi.png"); background-repeat: repeat-y; background-position: left center; }
#subMenusContainer li:first-child a{ border-top: 0px none;}
/* main menu ul or ol elment */
#nav{ list-style:none; margin:0 0 0 0; z-index:5; text-align: right; display:block; height: 61px; }
#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }



/* end of styles */

/*** 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('../images/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*/
}

