/* start nav styles */

.chromestyle{
width: 100%;
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{
height: 18px;
padding: 0px 3px 0px 15px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #a39488;
font-size: 10px;
}

.chromestyle ul li a {
color: #a39488;
font-size: 9px;
text-transform: uppercase;
padding: 0px 0px 3px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover {
color: #fff;
}

.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*/
}

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

.dropmenudiv {
position: absolute;
margin-top: 0px;
border-bottom-width: 0;
font: normal 9px Verdana;
line-height: 14px;
z-index:100;
color: #a39488;
width: 350px;
visibility: hidden;
text-transform: uppercase;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
display: block;
text-indent: 3px;
padding: 3px 0px 3px 5px;
text-decoration: none;
text-transform: uppercase;
border-top: #5c403f solid 1px;
border-bottom: #291717 solid 1px;
color: #a39488;
background: #472a2c;
}

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

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

img {
	behavior: url("pngbehavior.htc");
}

/* end nav styles */
