.chromestyle{ color: #fff; font-size: 12px; vertical-align: middle; width: 100%; height: 50px; margin: 0; padding: 0; order-top-style: ; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;}

.chromestyle ul{ background-repeat: repeat-x; background-attachment: scroll; background-position: center; width: 100%; text-align: ; margin: 0 0 0; padding-top: 11px; padding-right: 0; padding-left: 0; /*set value to "left", "center", or "right"*/}

.chromestyle ul li{ color: #fff; display: inline; }

.chromestyle ul li a{ color: #fff; font-size: 12px; text-decoration: none; padding-right: 7px; padding-left: 7px; }

.chromestyle ul li a:hover{ color: #0006b3;
 /*THEME CHANGE HERE*/}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/}


