.newcastle{
	width: 992px;
	height: 41px;
	padding: 0;
	margin: 10px auto 0 auto;
	text-align: center;
	background-image: url(../newcastle/wedding_hunter.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
	z-index: 99;
}

.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: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #757362;
	border: none;
	list-style-type: none;
	padding: 1px 0 0 0;
	margin: 0 1px 0 1px;	
	text-align: center;
	width: 990px;
	height: 40px;
}

.newcastle ul li{
	float: left;
	background-repeat: no-repeat;
	background-position: center top;	
}

.newcastle ul li.newcastle_wedding_directory { background-image: url(../newcastle/newcastle_wedding_directory.gif); }
.newcastle ul li.about_wedding_professionals_newcastle { background-image: url(../newcastle/about_wedding_professionals_newcastle.gif); }
.newcastle ul li.wedding_news { background-image: url(../newcastle/wedding_news.gif); }
.newcastle ul li.wedding_expo { background-image: url(../newcastle/wedding_expo.gif); }
.newcastle ul li.wedding_dress { background-image: url(../newcastle/wedding_dress.gif); }
.newcastle ul li.wedding_venue { background-image: url(../newcastle/wedding_venue.gif); }
.newcastle ul li.wedding_photos { background-image: url(../newcastle/wedding_photos.gif); }
.newcastle ul li.wedding_planner { background-image: url(../newcastle/wedding_planner.gif); }

/* VERTICLE LINE */
.newcastle ul li.wedding_hire_newcastle {
	float: left;
	width: 2px;
	height: 12px;
	background-color: #D4D4D4;
	display: block;
	margin: 13px 0 0 0;
}

/* height: 40px */
.newcastle ul li a:link, .newcastle ul li a:visited {
	text-align: center;
	color: #757362;
	display: block;
	width: 120px;
	height: 16px;
	padding: 13px 0 11px 0;
	margin: 0 0 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*/
	color: #333;
	font-weight: bold; 	}


.newcastle ul li a:focus { 
	background-image: url(../images/blank.gif);
	background-repeat: no-repeat;
	background-position: 0 -25px;
	font-weight: bold;
	color: #CC3300; 	}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;	
	border-top: 1px solid #fff;
	z-index:100;
	background-color: #EDE9E3;
	width: 130px;
	visibility: hidden;
	margin: 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#8B8381,direction=135,strength=4);
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	text-indent: 2px;
	font-size: 12px;
	display: block;
	text-align: left;
	color: #333;
	width: 125px;
	height: 20px;
	text-decoration: none;
	padding: 5px 0 0 3px;
	overflow: hidden; 
	z-index: 99;
	white-space: nowrap;
	border: 1px solid #DCDBCB;	
}

* html .dropmenudiv a{ /*IE only hack*/
/* width: 100%;*/
}

.dropmenudiv a:hover, .dropmenudiv a:active { /*THEME CHANGE HERE*/
	color: #CC3300;
	font-weight: bold;
	background-position: left bottom;
}

img.plus {
	padding-left: 2px;
	display: none; }
	

/****************************************/

/*  TOGGLE MENU ON MEMBER LISTING PAGE	*/

/****************************************/
	
/* Default styles */	
a.togglemenu:link, a.togglemenu:visited {
	width: 432px;
	height: 21px;
	display: block;
	background-color: #E9F4F7;
	text-decoration: none;
	color: #6CB4C8;
	margin: 2px 0 2px 0;
	padding: 5px 0 0 8px;
	background-image: url(../newcastle/wedding_hunter_valley.gif);
	background-position: 416px 10px;
	background-repeat: no-repeat;
	clear: left;	
} 	

a.togglemenu:active {
	color: #006699;
}

a.togglemenuSEL:link, a.togglemenuSEL:visited {
	width: 432px;
	height: 21px;
	display: block;
	background-color: #D5EAF0;
	text-decoration: none;
	color: #3C79AC;
	margin: 2px 0 2px 0;
	padding: 5px 0 0 8px;
	font-weight: bold;
	background-image: url(../newcastle/wedding_central_coast.gif);
	background-repeat: no-repeat;
	background-position: 416px 7px
}


/* expanded content holder */
div.togglediv {
	background-color: #FFFFFF;
	border: 1px solid #E9F4F7;
	width: 418px;
	padding: 8px 10px 8px 10px;
	margin-bottom: 4px;
	clear: left;
}