.chromestyle{ width: 950px; font-weight: bold; text-indent: 85px; height: 30px; margin: 0 auto 0 17px; }

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

.chromestyle ul{ width: 950px; padding: 0 0 4px; margin: 0 0 0 -28px; text-align: left; word-spacing: 10px; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ display: inline; }

.chromestyle ul li a{ color: #ccedf9; font-size: 14px; padding: 4px 7px 4px 0; margin: 0; text-decoration: none; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ color: white;  /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{ position:fixed; top: 0; font:12px/18px arial; background-color: white; text-align: left; width: 200px; z-index: 100; visibility: hidden; margin: 0 auto; padding-left: 0; }


.dropmenudiv a{ width: auto; display: block; text-indent: 3px; padding: 2px 0; text-decoration: none; color: black; margin-left: 0; border: solid 1px silver; }

* html .dropmenudiv a{ /*IE only hack*/
width: 950px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
li.faq { color: #ccedf9; font-size: 14px; font-weight: bold; margin-left: 393px; }
