.chromestyle { width:99%; font-weight:normal; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.dropNavStyle ul { width:100%; padding:0; margin:0; text-align:left; }
.dropNavStyle ul li { display: inline; text-align: right; font-weight: bold }
.dropNavStyle ul li a { color:#fff; text-decoration:none; }
.dropNavStyle ul li a:hover { text-decoration:none; }



