.chromestyle{ width: 1020px; font-weight: bold; border-collapse:collapse;}
/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }

.chromestyle ul{border:2px solid /*#e3eecc*/; border-color:#dfe9c9; width:100%;
background:url(chromebgblue.png) center center repeat-x; padding:1px 0; margin:0; text-align:center;}

.chromestyle ul li{ display: inline; }
.chromestyle ul li a{ color: #000000; font: bold 12px arial; padding: 1px 7px; margin: 0; text-decoration: none; border-right: 2px solid;border-color:#dfe9c9;
/* border-left: 2px solid; */}
.chromestyle ul li a:hover{ background: url(chromebg-over.jpg) center center repeat-x; }

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{ position:absolute; top:0; border:1px solid #BBB; border-bottom-width:0; font:bold 13px arial; line-height:18px;
z-index:100; background-color: #f9fdf0; width: 150px; visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); }
.dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #BBB; padding: 2px 0; text-decoration: none; font-weight: bold; color: black; }
* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #F0F0F0; }