.chromestyle{ bottom: -20px; width: 99%; }
.chromestyle ul{ color: #fff; width: 100%; text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{ text-align: left; display: inline; }
.chromestyle ul li a{ color: #e1e1e1; font-size: 13px; font-family: arial; margin: 0; text-decoration: none; text-align: left; padding-right: 6px; padding-left: 0; border-right-style: solid; }
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ff7433; text-align: left; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{ color: #000; font-size: 12px; font-family: Arial, "Trebuchet MS", Verdana; font-weight: lighter; font-variant: normal; line-height: 15px; position:absolute; top: 0; z-index:100; background-color: white; width: 200px; visibility: hidden; border-color: #bbb; border-style: solid; border-width: 2px 1px 1px; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #bbb; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e1e1e1;
}