#submenu {
	position: absolute;
	width: 500px;
	margin: 60px 0 0 450px;
	z-index: 50;
}

#submenu ul { float: right; }
#submenu a {
	display: block;
	padding: 4px 14px;
	text-decoration: none;
	color: #f9b206;
}


#menu ul li {
	display: block;
	text-transform: uppercase;
}
	#submenu ul ul,
	#menu ul ul {
		z-index: 99;
		position: absolute;
	}

#submenu li li,
#menu li li {
	background: transparent url(../img/menu-bg.png) repeat;
	border-bottom: 1px solid #661613;
	text-transform: capitalize;
}

#submenu ul li a,
#menu ul li a {
	padding: 4px 14px;
	text-decoration: none;
	color: #f9b206;
}

#submenu li.sfHover,
#menu li.sfHover {
	background: #63201e;
}
#submenu li a:active,
#submenu li a:hover,
#menu li a:active,
#menu li a:hover {
	background: #63201e;
	color: #FFF;
}


/*** arrows **/
#menu .sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
#menu .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('../img/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
#menu a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.4em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
#menu a:focus > .sf-sub-indicator,
#menu a:hover > .sf-sub-indicator,
#menu a:active > .sf-sub-indicator,
#menu li:hover > a > .sf-sub-indicator,
#menu li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#menu .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#menu .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#menu .sf-menu ul a:focus > .sf-sub-indicator,
#menu .sf-menu ul a:hover > .sf-sub-indicator,
#menu .sf-menu ul a:active > .sf-sub-indicator,
#menu .sf-menu ul li:hover > a > .sf-sub-indicator,
#menu .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
