.newcastle{
	width: 100%;
	height: 25px;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 99;
	border-bottom: 3px solid #860038;
}

.newcastle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.newcastle ul {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
/*	text-transform: lowercase; */
	color: #FFF;
	border: none;
	list-style-type: none;
	padding: 0 0 0 1px;
	margin: 0 auto;	
	text-align: center;
	width: 984px;
	height: 25px;
}

.newcastle ul li{
	float: left;
}

.newcastle ul li a:link, .newcastle ul li a:visited {
	background-image: url(../hunter_valley/wedding_car_hire.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	color: #fff;
	display: block;
	width: 122px;
	height: 18px;
	padding: 7px 0 0 0;
	margin: 0 1px 0 0;
	text-decoration: none;
	overflow: hidden;
}

.newcastle ul li a:hover, .newcastle ul li a:active, .newcastle ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../hunter_valley/wedding_car_hire.jpg);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	height: 17px;
	padding: 8px 0 0 0;
	color: #fff; 	}

.newcastle ul li a:focus { 
	background-image: url(../hunter_valley/wedding_car_hire.jpg);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	height: 17px;
	padding: 8px 0 0 0;
	color: #fff; 	}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;	
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border: none;
/*	border-top: 1px solid #fff;	*/
	z-index:100;
	background-color: white;
	width: 130px;
	visibility: hidden;
	margin: 0;
	margin-top: 2px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	text-indent: 2px;
	font-size: 11px;
	border-top: 1px solid #fff;
	display: block;
	text-align: left;
	color: #fff;
	width: 127px;
	height: 18px;
	text-decoration: none;
	padding: 3px 0 0 3px;
	overflow: hidden; 
	background-image: url(../hunter_valley/winery.jpg);
	background-position: 0 0;
	z-index: 99;
	white-space: nowrap;
}

* html .dropmenudiv a{ /*IE only hack*/
/* width: 100%;*/
}

.dropmenudiv a:hover, .dropmenudiv a:active { /*THEME CHANGE HERE*/
	color: #FFCC00;
	background-position: left bottom;
}

img.plus {
	padding-left: 2px;}