#header_links{text-align:center; text-align:center; margin-left:65px;display: inline-block;}

.chromestyle{
width: 830px;
height:28px;
font-family:Arial, Helvetica, sans-serif;
}

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

.chromestyle ul, .contact_us ul{
	border-top: 1px solid #0F79B2;
border-bottom: 1px solid #666;
width: 830px;

background-image:url('../images_interface/grad_mainmenu.jpg');
background-position:center;
background-repeat:repeat-x;/*THEME CHANGE HERE*/
float:left;

margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
font-size:12px;
height:30px;

font-weight:100;
display:block;


}
.chromestyle ul {-moz-box-shadow: 0px -3px 3px #666;
-webkit-box-shadow: 0px -3px 3px #666;
box-shadow: 0px -3px 3px #666;}


.contact_us ul{border:none;
background-color:none; width:166px; height:28px; background-image:url(../images_interface/bg_contact_us.png); float:right; margin-top:-5px;}

.chromestyle ul li, contact_us li{
display: inline;
}

.chromestyle ul li a, .contact_us li a{
color: #f0d771;
padding: 4px;
margin: 0;
margin-top:2px;
text-decoration: none;
min-width:45px;
border-left:1px solid #333;
height:24px;
display:block;
float:left;

font-weight:lighter;
text-wrap:none;
text-shadow: 2px 2px 2px #223;

}
.contact_us li a{border:none;  background-color:none; top:1px; left:52px; position:relative;}


.chromestyle ul li a:hover, .contact_us li a:hover{
background:url(../images_interface/grad_mainmenu_over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#fff;
}

.contact_us li a:hover{background:none;}

.left_bumper, .right_bumper {width:6px;height:38px;float:left;display:block; background:url(../images_interface/grad_mainmenu.jpg); border-top: 1px solid #0F79B2;
border-bottom: 1px solid #666;}

.left_bumper {
-webkit-border-top-left-radius: 6px;
-moz-border-radius-topleft: 6px;
border-top-left-radius: 6px;
-moz-box-shadow: 1px -3px 3px #666;
-webkit-box-shadow: 1px -3px 3px #666;
box-shadow: 1px -3px 3px #666;
}
.right_bumper {
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topright: 6px;
border-top-right-radius: 6px;
-moz-box-shadow: -1px -3px 3px #666;
-webkit-box-shadow: -1px -3px 3px #666;
box-shadow: -1px -3px 3px #666;
}

#menu_mont_tours {width:120px;}
#menu_mont_activities {width:120px;}
#menu_mont_restaurants{width:126px;}
#menu_mont_hotels {width:120px;}
#menu_carmel{width:90px;}
#menu_big_sur{width:90px;}
#menu_point_lobos{width:100px;}
/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v";
/*content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-10px;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:10000;
background:#3375af;
background-image:url(../images_interface/grad_dropdown.png);
width:190px;
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
-moz-box-shadow: 1px 2px 3px #222;
-webkit-box-shadow: 1px 2px 3px #222;
box-shadow: 1px 2px 3px #222;
}


.dropmenudiv a{
width: auto;
display: block;

border-right:1px solid #092b45;
border-bottom: 1px solid #294b65; /*THEME CHANGE HERE*/
border-left:1px solid #092b45;
padding: 2px 10px;
text-decoration: none;
color: #fff;


}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background:url(../images_interface/grad_dropdown_over.jpg) bottom repeat-x #4daae8;
border-right:1px solid #000;
border-left:1px solid #000;
}

