#nav-top {
	position: absolute;
	width: 679px;
	z-index: 101;
	height: 39px;
	top: 127px;
	right: -17px;
	background-image: url(/assets/images/bg_nav_top.png);
	_background-image: url(/assets/images/bg_nav_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	padding-right: 10px;
}

/*** START: ie6 tweaks ***/
#nav-top a {
	color: #FFFFFF;
}

#nav-top ul ul a {
	color: #9f4827;
}
/*** END: ie6 tweaks ***/

/*** ESSENTIAL STYLES ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu a {
	line-height: 28px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-right: 14px;
	padding-left: 14px;
}


.sf-menu ul {
	position:		absolute;
	top:			-999em;
	z-index: 999;
	text-align: center;
	height: auto;
	width: auto;
	background-image: url(/assets/images/bg_nav_top_dropdown.png);
	border: 2px solid #5b3f12;
}
.sf-menu  ul a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 0.95em;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
	color: #9f4827;
	font-weight: normal;
	line-height: 1.2em;

}
.sf-menu ul a:hover {
	background-image: url(/assets/images/bg_nav_top_dropdown_hover.png);
	text-decoration: none;
}


.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	font-size: 1em;
	margin: 0px;
	position: relative;
	display: inline;
	padding: 0px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0px;
	top: 21px;
	text-decoration: none;
}


.sf-menu li:hover ul li, .sf-menu li.sfHover ul li {
	left: 0px;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
.sf-menu li li {
	position: relative;
	clear: both;
	white-space: nowrap;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b89b41;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active          {
	outline:		0;
}
.sf-menu li:hover ul li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover ul a:hover, .sf-menu a:active              {
	outline:		0;
	text-decoration: none;
}
.sf-menu   li:hover ul li a:active {
	background-color: #000000;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu a.sf-with-ul:hover {
	text-decoration: none;
}

.sf-sub-indicator {
	display:		none; /* IE6 only */
	width:			0px;
}

