.masthead .navbar {
	position: 		absolute;
	z-index: 		9998;
	top: 			147px;
	right: 			0;
	padding-top: 	6px;
}
/*** 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:			55px; /* 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 li:hover ul,
ul#nav li li.sfHover ul {
	left:			168px; /* match ul width */
	top:			-1px;
	z-index:		9999;
		
}
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 right top;
	font-size: 		1em;
	font-weight:	bold;
	padding: 		23px 20px 20px 20px;
	text-transform:	uppercase;
	text-decoration:none;
}
#nav a, #nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color: #45073b;*/
}
#nav ul li a, #nav li.selected ul a {
	background: 	url(none);
	font-size: 		0.94em;
	font-weight:	bold;
	padding: 		7px 10px;
	text-transform:  none;
	text-decoration:none;
	border-bottom:	1px solid #f3d60e;
}
#nav ul ul li a {
	font-weight: 	normal;
}
#nav ul li.arrow {
	background: 	#fff5a7 url(../images/template/arrow.gif) no-repeat right 10px;
}
#nav ul {
	border:1px solid #f3d60e;
}
#nav li li {
	background:		#fff5a7;
}
#nav li li li {
	background:		#fff5a7 url(none);
}
#nav li:hover, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active,
#nav li.selected a {
	background: 	#fff url(../images/template/nav_hover.gif) no-repeat right 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: 	#fff 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: 	#fff url(../images/template/arrow.gif) no-repeat right 10px;
	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: 	#fff 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*/
}