ul.tabbar{ background-color: transparent; padding: 0px; margin: 0px; list-style-type: none; height:20px; } ul.tabbar > li{ background-image: -moz-linear-gradient(top center, white, #D8D8D8); border-radius: 5px 5px 0px 0px; padding: 5px; margin: 0px; margin-right: 1px; height: 20px; float: left; display: block; margin-top: 0px; width: 200px; overflow: hidden; color: #2D2D2D; } ul.tabbar > li.selected{ background-image:none; background-color: #3765BB; box-shadow: 2px -2px 2px #434343; color: white; } ul.tabbar > li:hover{ color: #3765BB; cursor: pointer; } ul.tabbar > li.selected:hover{ color: #2D2D2D; } ul.tabbar > li > span.tab-close{ display: block; width: 15px; height: 15px; float: right; margin-left: 5px; margin-top: 2px; background-image: url("images/cross.png"); } ul.tabbar > li:hover > span.tab-close{ background-image: url("images/cross2.png"); } ul.tabbar > li > a{ color: inherit; } ul.tabbar > li > a:hover{ text-decoration: none; } ul.tabbar > li > a:focus{ border: none; } .tab{ padding: 10px; height: 100%; display: none; background-color: white; box-shadow: 5px 5px 5px 0px #434343; }