/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none; 
}
.sf-menu {
	line-height:	2;
	margin-top: 10px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em; 
	width:			19em;  
}
.sf-menu   ul   li  {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position:		relative;
	float: left;
	font-size: 12px;
}
.sf-menu a {
	display:		block;
	position: relative;
}
.sf-menu li:hover ul {
	z-index:		99;
	top: 4.2em;
	margin-left: 0px;
}


/*** SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
}
.sf-menu a {
	text-decoration:none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #332118;
	border-left-color: #644332;
	padding-right: 1.7em;
	padding-bottom: 1em;
	padding-left: 1.7em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #715C47;
	padding-top: 1em;
}
.sf-menu li li a:hover {
	background-image: url(../images/menu_select.png);
	background-repeat: repeat;
}
.sf-menu  li  a:focus {
	background-image: url(../images/menu_select.png);
	background-repeat: repeat;
}
.sf-menu  li.sfHover {
	background-image: url(../images/menu_focus.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}
.sf-menu li li.sfHover {
	background-image: url(../images/menu_select.png);
	background-repeat: repeat;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF9E5;
}
.sf-menu li li a {
	border-style: none;
	border-bottom: 1px solid #715C47;
}
.sf-menu li li {
	background:		#695032;
	font-size: 11px;
	border-right-style: none;
}
.sf-menu a:hover {
	outline:		0;
	background-image: url(../images/menu_focus.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 2em;
	outline:		0;
}


/*** 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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	background-image: url(../images/shadow.png);
	background-position: right bottom;
	padding-top: 0;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

