/*
	@homepage http://userstyles.org/styles/11893
	@updateurl http://userstyles.org/styles/iecss/11893/1%20-%20Tabs%20-%20Selected.css
*/
.tabbrowser-tab[selected="true"] {
  background-color: #666666 !important;
  background-image: none !important;
  min-width: 200px !important;
  padding-right: 6px !important;
}

.tabbrowser-tab[selected="true"] .tab-text {
  -moz-opacity: 1 !important;
  color: white !important;
}

.tabbrowser-tab[selected="true"]:hover .tab-text {
  -moz-opacity: 1 !important;
}
