ul.sidebarTabs a.sb1 {
	text-indent: -9999px;
	background: url(icons/tabPosts.png) 0 -32px no-repeat;
	width:39px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb1:hover, ul.sidebarTabs a#sb1.current {
	background: url(icons/tabPosts.png) no-repeat;
}

ul.sidebarTabs a.sb2 {
	text-indent: -9999px;
	background: url(icons/tabComment.png) 0 -32px no-repeat;
	width:39px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb2:hover, ul.sidebarTabs a#sb2.current {
	background: url(icons/tabComment.png) no-repeat;
}

ul.sidebarTabs a.sb3 {
	text-indent: -9999px;
	background: url(icons/tabTags.png) 0 -32px no-repeat;
	width:39px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb3:hover, ul.sidebarTabs a#sb3.current {
	background: url(icons/tabTags.png) no-repeat;
}

ul.sidebarTabs a.sb4 {
	text-indent: -9999px;
	background: url(icons/tabView.png) 0 -32px no-repeat;
	width:39px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb4:hover, ul.sidebarTabs a#sb4.current {
	background: url(icons/tabView.png) no-repeat;
}

ul.sidebarTabs a.sb5 {
	text-indent: -9999px;
	background: url(icons/tabRSS.png) 0 -32px no-repeat;
	width:39px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb5:hover, ul.sidebarTabs a#sb5.current {
	background: url(icons/tabRSS.png) no-repeat;
}
