.chromestyle{
text-align:center;
border:none;
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
border:none;
background-color:#5E353B;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #5E353B;
padding-left:5px;
padding-right:1px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a[rel]:after{ 
content: " v";
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1.5px solid #e9c97c;
border-bottom-width: 0;
font:normal 11px Verdana;
padding-left:5px;
line-height:20px;
z-index:100;
background-color:#89000f;
width: 150px;
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom:#000000;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
color: #FFCC66;
}


