.chromestyle{
width: auto;
font-weight: bold;
}

/*Add margin between menu and rest of content in Firefox
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

.chromestyle ul{
margin: 0;
padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0; margin: 0;
}

.chromestyle ul li a{
color: #494949;
padding: 0; margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/* background-color: #dedaca; */
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6b6a62; 
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color: #eceae0;
width: auto;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#9d9d9d,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #6b6a62;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #dedaca;
}
