.chromestyle{
width: 750px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height: 22px;
background-color:#d9d9d9;
padding-left: 10px;
padding-top: 7px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 7px;
margin: 0;
text-decoration: none;

}





/* ######### Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-left:1px solid #6f6f6f;
border-top:1px solid #6f6f6f;
border-right:1px solid #6f6f6f;
border-bottom: 1px solid #6f6f6f; 
font:normal 11px Arial;
line-height:21px;
z-index:100;
/*background-image:url(drop-bg.png);*/
background-color:#FFFFFF; opacity:.92; filter: alpha(opacity=92); -moz-opacity:.92;
width: 181px;
visibility: hidden;
padding-top: 8px;
padding-bottom: 8px;
padding-left: 5px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

