/*==============================*/

/*	NAVIGATION					*/

/*==============================*/	


/* nav bar */
#newcastle {
	width: 100%;
	height: 46px;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;	
	background-image: url(../newcastle/pet_accommodation.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	z-index: 0;		}


/* NAV CONTAINER  - 29px high */
#newcastle ul {
	width: 990px;
	height: 46px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	}

/* NAV ITEMS */
#newcastle ul li { 
	display: inline;
	margin: 0;
	padding: 0;
	position: relative;
	height: 45px;
	}

	#newcastle ul li a {
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: 34px;
	width: auto;
	margin: 0 0 0 0;
	padding: 11px 20px 0 20px; 
	color: #fff;
	position: relative;
	}	

	#newcastle ul li#selected {
	color: #fff;
	background-image: url(../newcastle/navRight.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	position: relative;
	display: inline-block;
	display: -moz-inline-box; /* similar to display: inline-block in Mozilla */
	*display: inline-block;
	height: 45px;
}

	#newcastle ul li#selected a { position: relative; }

	#newcastle a:hover, 
	#newcastle a:active {
	color: #fff;
	background-image: none;		
	}

	#newcastle ul li#selected div.navRight {
		float: right;
		width: 6px;
		height: 45px;
		background-image: url(../newcastle/navRight.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 0;
		padding: 0;
		z-index: 30;
}

	#newcastle ul li span.navLeft {
		display: none;
	}

	#newcastle ul li#selected .point {
		display: block;
		width: auto;
		height: 45px;
		background-image: url(../newcastle/pointer.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		position: relative;
}
	
	
	#newcastle ul li#selected .navLeft {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 6px;
		height: 45px;
		background-image: url(../newcastle/navLeft.jpg);
		background-repeat: no-repeat;
		background-position: 0 0;
		margin: 0;
		padding: 0;
		z-index: 30;
}

	

	#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 ul li a.navSEL,
#newcastle ul li a.navSEL:link, 
#newcastle ul li a.navSEL:visited,
#newcastle ul li a.navSEL:hover, 
#newcastle ul li a.navSEL:active {
	height: 35px;
	margin: 0;
	padding: 10px 22px 0 22px; 
	color: #fff;
	overflow: visible;	
	position: relative;	
	background-image: url(../newcastle/fullerton_cove.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
}


/* ######### 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;}
