.chromestyle { width: 99%; 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%; padding: 0px; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ display: inline; }

.chromestyle ul li a { font-family: "Trebuchet MS"; color:#FFFFFF; font-size: 13px; font-weight: bold; text-decoration: none; padding-right: 6px; margin: 0; }

.chromestyle ul li a:hover { color: #d3e337; }




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv { position:absolute; top: 0; z-index:100; cwidth: 90px; visibility: hidden; }

.dropmenudiv img { border: 2px solid #fff; }

.dropmenudiv a { width: auto; display: block; padding: 0px; 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;
}