.chromestyle{
    width:710px;
    
	text-align:left;
	padding:0px;
	margin:0px;
	background-image: url(images/bg_main_nav.jpg);
	background-repeat: no-repeat;
	background-position:center;
	margin:auto;
}

.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%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 2px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #caa844;
font-size: 12px;
padding: 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover{
color:#DFA28A;
background: url(NikkiBeach.com/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
filter:alpha(opacity=90); 
-moz-opacity: 0.9; 
opacity: 0.9; 
    
    
text-align:left;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 2;
line-height:15px;
z-index:100;
background-color: #e7e7e7;
width: 265px;
visibility: hidden;


}


.dropmenudiv a{
filter:alpha(opacity=90); 
-moz-opacity: 1.0; 
opacity: 1.0; 
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; *//*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
width:130px;
color:#666666;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#055A73;
}