.chromestyle{
	width: 820px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*	border: 1px solid #BBB;
  width: 100%;*/
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 10px;
	padding-left: 11px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ /*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/ color: #ce9d72; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 63px;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 3px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #FFF;
	/*border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #41342B;*/
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 0.3em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #ce9d72;
}

 .menubase {
	background-image: url(http://www.theshoretofino.com/scripts/chrometheme/menubase-trans.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: none;/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCBB9D;
}
.menumid {
	/*background-color: #462a12; 140A00this is the color value from photoshop but dont like it*/
	background-color: #3f2a1c;
	/* for IE */
  filter:alpha(opacity=90);
	/* CSS3 standard */
  opacity:0.9;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCBB9D;
}

#residential #chromemenu ul .residential a { color: #ce9d72; }
#commercial  #chromemenu ul .commercial a { color: #ce9d72; }
#marina   #chromemenu ul .marina a { color: #ce9d72; }
#here  #chromemenu ul .here a { color: #ce9d72; }
#contact   #chromemenu ul .contact a { color: #ce9d72; }