/* ######### Matt Black Strip Main Menu Bar CSS ######### */ .mattblackmenu ul{ margin: 0; padding-top: 0px; padding-bottom: 0px; padding-left: 45px; padding-right: 0px; font-family: Verdana, Geneva, sans-serif; list-style-type: none; border-bottom: 0px solid gray; /* background: #414141; */ overflow: hidden; width: 100%; height:28px; font-weight: bold; font-size: 12px; letter-spacing:-0.02em; } .mattblackmenu li { display: inline; margin: 0; } .mattblackmenu li a { float: left; display: block; text-decoration: none; margin: 0; padding-top:7px; padding-bottom:3px; padding-left:2px; padding-right: 7px; border-right: 0px solid white; /*right divider between tabs*/ color: white; /* background: #414141; */ } .mattblackmenu li a:visited { color: white; } .mattblackmenu li a:hover { /*background: red;*/ /*background of tabs for hover state */ background: url(../../img/menu_background_slice.jpg); background: repeat-x; } .mattblackmenu a.selected { /*background: red; */ /*background of tab with "selected" class assigned to its LI */ background: url(../../img/menu_background_slice.jpg); background: repeat-x; }