
/*** ESSENTIAL STYLES ***/
#header ul, #header ul * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#header ul {
	line-height:	1.0;
	position: absolute;
	top: 0px;
	right: 0px;
}
#header ul ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#header ul ul li {
	width:			100%;
}
#header ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#header ul li {
	float:			left;
	position:		relative;
}
#header ul a {
	display:		block;
	position:		relative;
}
#header ul li:hover ul,
#header ul li.sfHover ul {
	left:			0;
	top:			34px; /* match top ul list item height */
	z-index:		99;
	background: #fff url(../images/ul-ul.jpg) top left repeat-y; 
	width: 186px;
}
#header ul li:hover li ul,
#header ul li.sfHover li ul {
	top:			-999em;
}
#header ul li li:hover ul,
#header ul li li.sfHover ul {
	left:        auto;
	right:       186px;
	top:		 0;
}
ul#header ul li li:hover li ul,
ul#header ul li li.sfHover li ul {
	top:			-999em;
	background: #f00 none;
}
ul#header ul li li li:hover ul,
ul#header ul li li li.sfHover ul {
	left:			186px; /* match ul width */
	top:			0;
	background: #f00 none;
}

/*** DEMO SKIN ***/
#header ul {
	float:			left;
}
#header ul ul {
	float: none;
}
#header ul a {
	padding: 		11px 4px;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
#header ul a, #header ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#2C472A;
}
#header ul li {
	margin-right: 12px;
	margin-left: 11px;
}
#header ul li li {
	width: 186px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#header ul li li.first {
	background: url(../images/ul-li-top.gif) top left no-repeat;
	padding-top: 9px;
}
#header ul li li.last {
	background: url(../images/ul-li-bottom.gif) bottom left no-repeat;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#header ul li li a {
	display: block;
	padding: 5px 4px 4px 14px;
	margin: 0px 0px 0px 4px;
	width: 159px;
}

#header ul li:hover, #header ul li.sfHover,
#header ul a:focus, #header ul a:hover, #header ul a:active {
	background:		#533E2B;
	color: #ffffff;
	outline:		0;
}

#header ul li:hover a, #header ul li.sfHover a {
	color: #ffffff;
}

#header ul li:hover li a, #header ul li.sfHover li a {
	color:			#2C472A;
}

#header ul ul li:hover, #header ul ul li.sfHover {
	background: none;
}

#header ul ul li.first:hover, #header ul ul li.first.sfHover {
	background: url(../images/ul-li-top.gif) top left no-repeat;
	color: #ffffff;
}

#header ul ul li.last:hover, #header ul ul li.last.sfHover {
	background: url(../images/ul-li-bottom.gif) bottom left no-repeat;
	color: #ffffff;
}
#header ul ul a:focus, #header ul ul a:hover, #header ul ul a:active {
	background: #3F6F0E;
	color: #ffffff;
}

#header ul ul li:hover a, #header ul ul li.sfHover a {
	color: #ffffff;
}

/** LEVEL 3 **/


#header ul ul ul li:hover a, #header ul ul li.sfHover a {
	background: #3F6F0E;
	color:			#ffffff;
}

#header ul ul ul li:hover, #header ul ul ul li.sfHover,
#header ul ul ul li:hover li a, #header ul ul li.sfHover li a {
	background: none;
	color:			#2C472A;
}

#header ul ul ul li.first:hover, #header ul ul ul li.first.sfHover {
	background: url(../images/ul-li-top.gif) top left no-repeat;
	color: #ffffff;
}

#header ul ul ul li.last:hover, #header ul ul ul li.last.sfHover {
	background: url(../images/ul-li-bottom.gif) bottom left no-repeat;
	color: #ffffff;
}
#header ul ul ul a:focus, #header ul ul ul a:hover, #header ul ul ul a:active,
#header ul ul li.sfHover a:focus, #header ul ul li.sfHover a:hover, #header ul ul li.sfHover a:active {
	background: #3F6F0E;
	color: #ffffff;
}

#header ul ul ul li:hover a, #header ul ul ul li.sfHover a {
	color: #ffffff;
}