.chromestyle{ width: 628; height: 31px; font-weight: bold; } .chromestyle ul{ display:inline; border: 0px solid #BBB; width:644px; } .chromestyle ul li{ display:inline; position:fixed; } .chromestyle ul li a{ color: #000000; } .chromestyle ul li a[rel]:after { /*HTML to indicate drop down link*/ content: "" url(downimage.gif); /*uncomment this line to use an image instead*/ } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv{ position:absolute; top: 0; border: 1px solid #000000; /*THEME CHANGE HERE*/ border-bottom-width: 0; font:normal 12px Verdana; line-height:18px; z-index:100; background-color: #FFFFFF; width: 150px; visibility: hidden; filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/ } .dropmenudiv a{ width: auto; display: block; text-indent: 2px; border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/ padding: 0px 0; text-decoration: none; color: #5C2D1B; } * html .dropmenudiv a{ /*IE only hack*/ width: 100%; } .dropmenudiv a:hover{ /*THEME CHANGE HERE*/ background-color: #FBF1E3; font-weight: bold; color: #5C2D1B; }