.chromestyle{ width: 720px; margin-left:auto; margin-right:auto; font:normal 13px Verdana; font-weight: bold; } .chromestyle:after{ display: block; height: 20px; clear: both; visibility: hidden; } .chromestyle ul{ border: 0px solid #663300; width: 718px; padding: 5px 0px; margin: 0; text-align: center; /*set value to "left", "center", or "right"*/ } .chromestyle ul li{ display: inline; } .chromestyle ul li a{ background: none; /*THEME CHANGE HERE*/ padding: 5px 15px; margin: 0px 0px 0px 0px; text-decoration: none; border-right: 0px solid #000000; } .chromestyle ul li a:hover{ background: #AA0000; /*THEME CHANGE HERE*/ } .chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/ content: ""; /*content: " " url(images/downimage.gif); /*uncomment this line to use an image instead*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; /*border: 1px solid #663300; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 11px Verdana; text-align:left; line-height:16px; z-index:100; /*background-color:#663300;*/ width: 150px; visibility: hidden;} .dropmenudiv a{ background: #000000; /*THEME CHANGE HERE*/ color: #000000; width: auto; display: block; text-indent: 3px; border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/ padding: 2px 0; text-decoration: none; font-weight: bold; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } .dropmenudiv a:hover{ /*THEME CHANGE HERE*/ /*background-color: #D4C39D;*/ background: #CC0000; /*THEME CHANGE HERE*/ }