.chromestyle{
width: 98%;
font-weight: normal;
        color: #b18f45;
        margin-right:6px;
        margin-left:5px;
        text-transform: none;
        font-size: 16px;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
height: 30px;
font-weight: bold;
margin: 0 auto;
}

.chromestyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
margin: 0 0 0 0;
padding: 0 0 0 0;
margin-left: -4px;
}

.chromestyle ul li a{
color: #fff;
 padding: 5px 7px 5px 8px;
margin: 0 0 0 0;
text-decoration: none;
border-right: 1px dotted #c9bb9e;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
      background: #aa9a79;
	 color: #48582d;
     color: #fff;
text-decoration: none;
}


.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #c9bb9e;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #aa9a79;
width: 200px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:link {
width: 100%;
text-align: left;
display: block;
text-indent: 0px;
text-decoration: none;
font-weight: bold;
color: #fff;
background: #aa9a79;
padding: 5px 7px 5px 20px;
margin-left: -3px;
}

* html .dropmenudiv a{
width: 100%;
color: #fff;
text-decoration: none;
background: #846a37;
color: #fff;
}

.dropmenudiv a:hover {
text-decoration: none;
background: #846a37;
color: #fff;
}