
/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:			0;
	padding:		0;
	list-style:		none;
	width:			auto;
	position: 		relative;
}
.nav {
	/* 1st level */
	line-height:	1.0;
	width: 			100%;
	height:			42px;
	position:		relative;
}
.nav ul {
	/* 2nd level */
	position:		absolute;
	top:			-999em;
	width:			auto; /* left offset of submenus need to match (see below) */
	height: 		42px;
	display: 		inline;
	z-index:		201;
}
.nav ul li {
	width:			100%;
}
.nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.nav li {
	/* parent/main nav items */
	float:			left;
	position:		relative;
	text-align: 	left;
	z-index: 		202;
}

.nav li:hover ul,
.nav li.sfHover ul {
	left:			0;
	top: 			40px; /* match top ul list item height */
	z-index:		203;
}
ul.nav li:hover li ul,
ul.nav li.sfHover li ul {
	top:			-999em;
}
ul.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:			0; /* match ul width */
	top:			0;
}
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:			0; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.nav {
	display:			inline;
	margin-bottom:		0;
	z-index: 			201;
}
.nav a {	
	font-family: 	Tahoma, "Arial Narrow", Arial, "Trebuchet MS", Franklin Gothic Medium, sans-serif;
	font-size: 		11px;
	text-align: 	center;
	text-decoration: none;
	text-transform: uppercase;
	color: 			#666;
	min-width: 		34px;
	width: 			auto;
	height: 		auto;
	padding: 		20px 9px 8px 9px;
	margin: 		0 2px 0 2px;	
	position: 		relative;
	display:		block;
	z-index: 		203;
}
	.nav a.navFirst {}

.nav a, .nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999;
	z-index: 203;
}

.nav li.current a,
.nav li.currentSub a {
	color: #fff;
	background-color:#000;
	/*
	padding-top: 0;
	border-bottom: 2px solid #98CEEF;
	
	border: 1px solid #CEE3EC;
	border-bottom: none;	
	background-color: #CEE3EC;
	background-color: #0D559D;
	color: #fff;
	*/
	position: relative;
	z-index: 203;
	}

.nav li.currentSub {
	background-image: url(../newcastle/newcastle_Sel_hasSub.png);
	background-position: right top;
	background-repeat: no-repeat;
}

div.navSel_tab {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;	
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../newcastle/blue_water.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 203;	
	}

.nav li li {
	/* sub nav */
	color: #ccc;
	background-color: #CCC;
	text-align: left;
	padding: 5px 5px 5px 8px;	
	height: auto;	
	margin: 0;
	padding: 0;	
	position: relative;
	z-index: 202;
	}
	
	
.nav li li a, 
.nav li li a:link,
.nav li li a:visited { 
	/* sub nav text color */
	font-family: Arial, Tahoma, Helvetica, sans-serif;	
	font-size: 11px;
	color: #fff; 
	text-align: left;
	text-transform:none;
	letter-spacing: normal;	
	padding: 9px 1px 9px 1px;
	margin: 0 8px 0 8px;
	height: auto;
	border-top: 1px solid #fff;
	position: relative;
	z-index: 203;
	background-color: transparent;
	}

.nav li li.subFirst a, 
.nav li li.subFirst a:link,
.nav li li.subFirst a:visited { 
	border-top: none;
}
.nav li li a:hover, .nav li li a:active { 
	/* sub nav text hover color */
	color: #000; 
}

.nav li li li {
	background:		#9AAEDB;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	color:			#000;
	outline:		0;
}

/*** arrows **/
.nav a.sf-with-ul {
	padding-right: 	1.2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	z-index: 		205;
}

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0;
	top:			1em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/nav.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			3px;
	background-position: 0 -98px; /* 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: -12px -98px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.nav ul .sf-sub-indicator { background-position:  -10px 0;  }
.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 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	background: transparent;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

