.chromestyle{
	width: 998px;
	font-weight: bold;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../../wp-content/themes/amazon_custom/images/bgOFF.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFF;
	background-repeat: repeat-x;
	text-align:center;	
}

.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 #666600;*/ 
width: 100%;
background: none;
padding: 4px 0;
margin: 0 0 0 3px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding: 0;
	margin: 0 4px 0 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	line-height: 46px;
}

.chromestyle ul li a{
	color: #FFEFAE;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 8px;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: none;
	color: #FFFFFF;
	
}

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

.dropmenudiv{
	line-height:32px;
	z-index:100;
	width: auto;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	left: 9px;
	top: 3px;
	border: 1px solid #6B4D14;
	margin-left: 6px;
	padding-left: 6px;
	padding-right: 6px;
	background-image: url(http://www.amazonpeacockbasstrip.com/css-dropdown/dd-bg.png);
}


.dropmenudiv a{
width: auto;
/*display: block;*/
text-indent: 3px;

padding: 2px;
text-decoration: none;
font-weight: bold;
color: #FFFF99;
}

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

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