.bluetabs{ margin: 7px 0px 0px 0px; text-decoration: none; } .bluetabs ul{ padding: 3px 0 0 0; margin-left: 0; margin-top: 0px; margin-bottom: 0; width: 800px; font: bold 9px Verdana; list-style-type: none; text-align: left; /*set to left, center, or right to align the menu as desired*/ text-decoration: none; } .bluetabs li{ display: inline; margin: 0 0 0 0; padding: 3px 3px 0 0; list-style-type: none; width: 30px; } .bluetabs li a{ text-decoration: none; margin-right: 0px; border: 1px solid #778; color: #003366; width: 80px; background: white url('/housingreg.nsf/bluetab.gif') repeat-x top left; /*THEME CHANGE HERE*/; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px } .bluetabs li a:visited{ color: #003366; text-decoration: none; } .bluetabs li a:active{ color: #003366; text-decoration: none; } .bluetabs li a:hover{ text-decoration: underline; color: #003366; } .bluetabs li.selected{ text-decoration: none; } .bluetabs li.selected a{ /*selected main tab style */ background-image: url('/media/bluetabactive.gif'); /*THEME CHANGE HERE*/ border-bottom-color: #778; text-decoration: none } .bluetabs li.selected a:hover{ /*selected main tab style */ text-decoration: none; } /* ######### Style for Drop Down Menu ######### */ .dropmenudiv_b{ position:absolute; top: 0; border: 1px solid #918d8d; /*THEME CHANGE HERE*/ border-width: 1px 1px; font:normal 11px Verdana; line-height:18px; z-index:100; background-color: white; width: 175px; visibility: hidden; } .dropmenudiv_b a{ border-left:0px solid #918d8d; border-right:0px solid #918d8d; border-top:0px solid #918d8d; border-bottom:1px solid #918d8d; width: auto; display: block; text-indent: 5px; /*THEME CHANGE HERE*/ text-decoration: none; color: #000; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px } * html .dropmenudiv_b a{ /*IE only hack*/ width: 100%; } .dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/ background-color: #d2dff0; color: #000; } .content ul li { text-indent: 0px; margin-left: 0px; } .content ul li:before { } .content ol { list-style-position: outside; list-style-type: decimal; } .content dt { font-weight: bold; }