
/*** ESSENTIAL STYLES ***/
ul.sf-menu {
	float:right;
	margin:40px 20px 0 0;
	border: 1px solid #675549;
	height: 43px;
	
}

#nav-wrap {
	float: right;
	padding: 0;
	background-color: #837166;
	border: 1px solid #675549;
	margin-top: 43px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#nav-wrap-inner {
	float: left;
	padding: 0;
	margin: 0 auto;
	border: 1px solid #675549;
	width: 603px;
	height: 43px;
}
ul#horz-nav-ul {
	margin: 0px;
	padding: 0px;
	display: block;
	
}
ul#horz-nav-ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
ul#horz-nav-ul li a {
	line-height: 1.3em;
	color: #F7F7F7;
	float: left;
	height: 1.3em;
	text-shadow: #000 -1px -1px 0px;
	background-image: url(../img/nav-a-bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 16px;
	margin: 0px;
	width: 90px;
}
ul#horz-nav-ul li ul li a {
	
	width: 130px;
}
ul#horz-nav-ul li a:hover {
	text-decoration: none;
	color: #c3cee0;
	background-image: url(../img/nav-a-bg1.png);
}
ul#horz-nav-ul li a.sf-with-ul {
    padding-right: 39px;
}

#horz-nav-ul, #horz-nav-ul * {
	margin:	0;
	padding: 0;
	list-style:	none;
}
#horz-nav-ul {
	line-height: 1.0;
}
#horz-nav-ul ul {
	position: absolute;
	top: -999em;
	width: 13em; /* left offset of submenus need to match (see below) */
	background-color: #766358;
	margin-top: .6em;
	padding-top: 5px;
	padding-bottom: 5px;
	
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border: 1px solid #5e4b40;
	border-top: 0px;
}
#horz-nav-ul ul li ul {
	margin-top: 0;
	margin-left: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/sub-sub-nav-bg.png);
	background-repeat: repeat-y;
	background-position: left top;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-style: none;
}
#horz-nav-ul ul li, #horz-nav-ul ul li ul li {
	width: 100%;
	display: block;
}
#horz-nav-ul li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	background-image: none;
}
#horz-nav-ul li {
	float: left;
	position: relative;
}
#horz-nav-ul ul li a, #horz-nav-ul ul li a ul a,
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	display: block;
	position: relative;
	background-image: none;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	text-align: left;
	height: auto;
	font-size: 15px;
	margin-right: 5px;
	margin-left: 5px;
	float: none;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-shadow: #000 -1px -1px 0px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover,
#horz-nav-ul ul li span:hover, #horz-nav-ul ul li a ul span:hover {
	color: #c3cee0;
	cursor: pointer;
	background-color: #6f5b4f;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#horz-nav-ul ul li a:hover, #horz-nav-ul ul li a ul a:hover {
	background-image: none;
}
#horz-nav-ul ul li span, #horz-nav-ul ul li a ul span {
	background-image: url(../img/sml-right-arrow.png);
	background-repeat: no-repeat;
	background-position: 97% 7px;	
}

#horz-nav-ul li:hover ul,
#horz-nav-ul li.sfHover ul {
	left: 0;
	top: 2.5em; /* match top ul list item height */
	z-index: 99;
}
ul#horz-nav-ul li:hover li ul,
ul#horz-nav-ul li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li:hover ul,
ul#horz-nav-ul li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
ul#horz-nav-ul li li:hover li ul,
ul#horz-nav-ul li li.sfHover li ul {
	top: -999em;
}
ul#horz-nav-ul li li li:hover ul,
ul#horz-nav-ul li li li.sfHover ul {
	left: 13em; /* match ul width */
	top: 0;
}
.sf-sub-indicator {
	background-image: url(../img/sml-down-arrow.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 13px;
	width: 13px;
	background-position: right bottom;
	padding-top: 3px;
	padding-left: 3px;
	position: absolute;
	top: 14px;
	right: 17px;
}