.masthead .navbar {
	position: absolute;
	z-index: 1200;
	top: 100px;
	right: 13px;
}
/*** ESSENTIAL STYLES ***/
#nav, #nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
#nav {
	line-height:	1.0;
}
#nav ul {
	position:		absolute;
	top:			-999em;
	width:			168px; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:			100%;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	position:		relative;
}
#nav a {
	display:		block;
	position:		relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	top:			41px; /* match top ul list item height */
	z-index:		99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
	left: 0px;
}
ul#nav li:hover ul.last,
ul#nav li.sfHover ul.last {
	left:			-61px;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			168px; /* match ul width */
	top:			-1px;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			168px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
#nav {
	float:			left;
	/*margin-bottom:	1em;*/
	background: #c07f27 url(../images/template/nav_bg.gif) repeat-x left top;
}
#nav a {
	background: url(../images/template/nav_divider.gif) no-repeat left top;
	color: #45073b;
	font-size: 1.14em;
	font-weight:bold;
	padding: 14px 12px 13px 12px;
	text-transform: uppercase;
	text-decoration:none;
}
#nav .first a {
	background: url(../images/template/nav_left_corner.gif) no-repeat left top;
}
#nav a, #nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #45073b;
}
#nav ul li a, #nav li.selected ul a, #nav li.selected-first ul a {
	background: url(none);
	color: #45073b;
	font-size: 0.94em;
	font-weight:normal;
	padding: 7px 10px;
	text-transform: none;
	text-decoration: none;
	border-bottom:1px solid #601f4e;
}
#nav ul li.arrow a {
	background: #fff url(../images/template/arrow_grey.gif) no-repeat right 9px;

}
#nav ul li.arrow li a {
	background: #fff url(none);
}
#nav ul {
	border:1px solid #601f4e;
}
#nav li {
	background: #c07f27 url(../images/template/nav_bg.gif) repeat-x left top;
}
#nav li li {
	background:		#fff;
}
#nav li li li {
	background:		#fff url(none);
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active,
#nav li.selected a {
	background: #bc9e76 url(../images/template/nav_hover.gif) no-repeat left top;
	outline:		0;
}
#nav li.first:hover, #nav li.first.sfHover,
#nav .first a:focus, #nav .first a:hover, #nav .first a:active,
#nav li.selected-first a {
	background: #bc9e76 url(../images/template/nav_first_hover.gif) no-repeat left top;
	outline:		0;
}
#nav li li:hover, #nav li li.sfHover,
#nav li li a:focus, #nav li li a:hover, #nav li li a:active {
	background: #e0c9db url(none);
	outline:		0;
}
#nav li li.arrow:hover, #nav li li.arrow.sfHover,
#nav li li.arrow a:focus, #nav li li.arrow a:hover, #nav li li.arrow a:active {
	background: #e0c9db url(../images/template/arrow_grey.gif) no-repeat right 9px;
	outline:		0;
}
#nav li li.arrow li:hover, #nav li li.arrow li.sfHover,
#nav li li.arrow li a:focus, #nav li li.arrow li a:hover, #nav li li.arrow li a:active {
	background: #e0c9db url(none);
	outline:		0;
}
/*** arrows **/
#nav ul a.sf-with-ul {
	padding-right: 	10px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			3px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/template/arrows-ffffff.png') no-repeat -10px -50px; /* 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 -50px; /* 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 -50px;  /*arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0px; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0px; /* arrow hovers for modern browsers*/
}