.central_coast {
	width: 976px;
	height: 51px;
	background-color: white;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	position: relative;
	clear: both;
	}

	
/*--------------------------------

 	LEVEL 1 - normal state

----------------------------------*/

.central_coast ul {	
	width: 942px;
	height: 36px;
	margin: 0 auto; 
	padding: 0 0 10px 0;
	position: absolute;
	left: 17px;
	top: 5px;
	background-image: url(../central_coast/master_chef.jpg);
	background-repeat: repeat-x;
	}

	
.central_coast ul li { 
	display: inline;
	}

.central_coast 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: 20px;
	margin: 1px 0 10px 0;
	padding: 15px 19px 4px 20px; 
	color: #f2f2f2;
	text-shadow: 0 0 0 #000;
	background-image: url(../central_coast/navdiv.gif);
	background-repeat: no-repeat;
	background-position: 0 18px;
}

.central_coast li.navFirst a {
	background-image: none;
	padding-left: 14px;
	}
	
.central_coast a:hover, 
.central_coast a:active {
	color: #FC3;
}

.central_coast a.hasSub:link,
.central_coast a.hasSub:visited {
	color: #f2f2f2; }

.central_coast a.hasSub:hover,
.central_coast a.hasSub:active {
	/* same as default */
}

.central_coast a.hasSub:hover,
.central_coast a.hasSub:active {
	color: #FC3;
}


/*--------------------------------

 	LEVEL 1 - selected state

----------------------------------*/

.central_coast a.navSEL:link, 
.central_coast a.navSEL:visited {
	color: #f2f2f2;
	position: relative; }

.central_coast a.navSEL:hover, 
.central_coast a.navSEL:active {
	position: relative;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	border: none;
	width: 130px;
	visibility: hidden;
	margin: 0;
	margin-top: 6px;
	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 {
	text-indent: 2px;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	display: block;
	text-align: left;
	color: #fff;
	width: 140px;
	height: 20px;
	text-decoration: none;
	padding: 6px 0 0 6px;
	overflow: hidden; 
	background-color: #2d2d2d;
	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;}
