/*==============================*/

/*	NAVIGATION					*/

/*==============================*/	


/* nav bar */
#newcastle {
	width: 580px;
	height: 102px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;	
	float: left;
	z-index: 0;
	}


/* NAV CONTAINER  - 29px high */
#newcastle ul {
	width: 580px;
	margin: 0;
	padding: 0;
	text-align: center;
	position: relative;
	}

	/* NAV ITEMS */
	#newcastle ul li { 
	display: inline;
	margin: 0;
	padding: 0;
	}
	
	#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: 11px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 0 4px 0 4px;
	padding: 20px 13px 8px 13px; 
	color: #999999;
	text-transform: uppercase;
	background-image: none;
	border: none;
	}	

	#newcastle li.navFirst a {	}
	
	#newcastle a:hover, 
	#newcastle a:active {
	color: #000;
	background-image: none;		
	}

	#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: #fff;
	background-color: #000;
}


/* ######### 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;}
