.chromestyle{ width: 700px; float:right; font-weight: bold; margin:0; }
.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: 4px 0; margin: 95px 0 0 0; text-align: center; /*set value to "left", "center", or "right"*/ 
}

.chromestyle ul li{ display: inline; }
.chromestyle ul li a{ color: #003366; padding: 4px 7px; margin: 0; text-decoration: none; border-right: 1px solid #DADADA;border-bottom-width: 0; font:normal 13px Verdana; text-transform:uppercase; font-weight:bold; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ color:#006699; }

.dropmenudiv{ position:absolute; top: 0; border: 1px solid #BBB; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; background-color: white; visibility: hidden; }
.dropmenudiv a{ width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/ padding: 10px; text-decoration: none; font-weight: bold; color: #003366; }
* html .dropmenudiv a{ width: 100%; }
.dropmenudiv a:hover{ /* drop down bg */ background-color: #003366; color:#ffffff; }

#social { font:11px Arial, Helvetica, sans-serif; color:#333333; float:right; padding:0 15px 0 0; }
#social a { color:#003366; text-decoration:underline; }