bullets.css in Quick Tabs 6        
                          
                  
                        
  .quicktabs_main{
	clear:both;
}
.quicktabs_wrapper ul.quicktabs_tabs{
	margin:0 0 10px 0;
	font-size:11px;
  list-style: none;
	padding:3px 0 23px 0;
}
.quicktabs_wrapper ul.quicktabs_tabs li{
  float: left;
	height:20px;
  margin:0 5px;
  padding: 0 0 0 10px;
  background:transparent url(images/bullets.png) no-repeat 0 -80px;
}
ul.quicktabs_tabs li a{
	font:bold 12px/170% Verdana;
  margin: 0;
	display:block;
  padding:0px 17px 0px 7px;
  text-decoration:none;
  color: #777 !important;
  background:transparent url(images/bullets.png) no-repeat right -100px ;
}
ul.quicktabs_tabs li:hover a{
  background-position: right -60px ;
}
.quicktabs_wrapper ul.quicktabs_tabs li:hover{
  background-position: 0 -40px;
}
ul.quicktabs_tabs li.active a,
ul.quicktabs_tabs li.active a:hover{
  color: #0372d9 !important;
  background-position:right -20px;
}
.quicktabs_wrapper ul.quicktabs_tabs li.active{
  background-position: 0 0;
}
/* IE6 Gif (no PNGs) */
*html ul.quicktabs_tabs li a{
  background:transparent url(images/bullets.gif) no-repeat right -100px ;
}
*html .quicktabs_wrapper ul.quicktabs_tabs li{  /* image for IE6  */
  background:transparent url(images/bullets.gif) no-repeat 0 -80px;
} 
  
  
File
  tabstyles/bullets/bullets.css
  
    View source  
  - .quicktabs_main{
- 	clear:both;
- }
- .quicktabs_wrapper ul.quicktabs_tabs{
- 	margin:0 0 10px 0;
- 	font-size:11px;
-   list-style: none;
- 	padding:3px 0 23px 0;
- }
- .quicktabs_wrapper ul.quicktabs_tabs li{
-   float: left;
- 	height:20px;
-   margin:0 5px;
-   padding: 0 0 0 10px;
-   background:transparent url(images/bullets.png) no-repeat 0 -80px;
- }
- ul.quicktabs_tabs li a{
- 	font:bold 12px/170% Verdana;
-   margin: 0;
- 	display:block;
-   padding:0px 17px 0px 7px;
-   text-decoration:none;
-   color: #777 !important;
-   background:transparent url(images/bullets.png) no-repeat right -100px ;
- }
- ul.quicktabs_tabs li:hover a{
-   background-position: right -60px ;
- }
- .quicktabs_wrapper ul.quicktabs_tabs li:hover{
-   background-position: 0 -40px;
- }
- ul.quicktabs_tabs li.active a,
- ul.quicktabs_tabs li.active a:hover{
-   color: #0372d9 !important;
-   background-position:right -20px;
- }
- .quicktabs_wrapper ul.quicktabs_tabs li.active{
-   background-position: 0 0;
- }
- 
- /* IE6 Gif (no PNGs) */
- 
- *html ul.quicktabs_tabs li a{
-   background:transparent url(images/bullets.gif) no-repeat right -100px ;
- }
- *html .quicktabs_wrapper ul.quicktabs_tabs li{  /* image for IE6  */
-   background:transparent url(images/bullets.gif) no-repeat 0 -80px;
- }