/*==============================*/

/*	NAVIGATION					*/

/*==============================*/	


/* nav bar */
#newcastle {
	width: 100%;
	height: 37px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../newcastle/newcastle.gif);
	background-repeat:repeat-x;
	background-position: 0 0;
	background-color:#FFF;
	position: relative;	
	z-index: 0;	
	}

/*  100% light bar under nav */
	#corporate_function {
	width: 100%;
	height: 8px;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	font-size: 1px;
	background-color: #DFDECA;
	}
	
/* NAV CONTAINER  - 29px high */
#newcastle ul {
	width: 976px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	}

	/* NAV ITEMS */
	#newcastle ul li { 
	display: inline;
	}
	
	#newcastle ul li a {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	height: 27px;
	margin: 6px 0 0 0;
	padding: 4px 12px 0 12px; 
	color: #fff;
	}	

	#newcastle li.navFirst a {	}
	
	#newcastle a:hover, 
	#newcastle a:active {
		color: #FC3;
	}

	#newcastle a.hasSub:link,
	#newcastle a.hasSub:visited,
	#newcastle a.hasSub:hover,
	#newcastle a.hasSub:active {
		/* same as default */
	}

	#newcastle a.hasSub:hover,
	#newcastle a.hasSub:active {
		/* same as default */
	}


/*--------------------------------

 	LEVEL 1 - selected state

----------------------------------*/

#newcastle a.navSEL:link, 
#newcastle a.navSEL:visited,
#newcastle a.navSEL:hover, 
#newcastle a.navSEL:active {
	position: relative;
	color: #743B2A;
	background-color: #DFDECA;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;	
	height: 24px;
	margin: 6px 0 0 0;
	padding: 4px 12px 0 12px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 96;
	border: 3px solid #fff; /*THEME CHANGE HERE*/
	border-top: none;
	width: 126px;
	visibility: hidden;
	margin: 0;
	margin-top: 7px;
	background-color: #DFDECA;	
	visibility: hidden;	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/	
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	position: relative;
	text-indent: 2px;
	font-size: 11px;
	border-top: 1px dotted #fff;
	display: block;
	text-align: left;
	color: #743B2A;
	width: 118px;
	height: 22px;
	text-decoration: none;
	padding: 6px 0 0 6px;
	margin-left: 1px;
	margin-right: 1px;	
	overflow: hidden; 
	z-index: 120;
	white-space: nowrap;
}

* html .dropmenudiv a{ /*IE only hack*/
/* width: 100%;*/
}

.dropmenudiv a:hover, .dropmenudiv a:active { /*THEME CHANGE HERE*/
	color: #743B2A;
	text-decoration: underline;
	background-position: left bottom;
}

img.plus {
	padding-left: 2px;}
