
ul.sidebarTabs a.sb1 {
	text-indent: -9999px;
	background: url(icons/categories.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb1:hover, ul.sidebarTabs a#sb1.current {
	background: url(icons/categories.png) no-repeat !important;
}

ul.sidebarTabs a.sb2 {
	text-indent: -9999px;
	background: url(icons/archives.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb2:hover, ul.sidebarTabs a#sb2.current {
	background: url(icons/archives.png) no-repeat !important;
}

ul.sidebarTabs a.sb3 {
	text-indent: -9999px;
	background: url(icons/posts.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb3:hover, ul.sidebarTabs a#sb3.current {
	background: url(icons/posts.png) no-repeat !important;
}

ul.sidebarTabs a.sb4 {
	text-indent: -9999px;
	background: url(icons/comment.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb4:hover, ul.sidebarTabs a#sb4.current {
	background: url(icons/comment.png) no-repeat !important;
}

ul.sidebarTabs a.sb5 {
	text-indent: -9999px;
	background: url(icons/tag.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb5:hover, ul.sidebarTabs a#sb5.current {
	background: url(icons/tag.png) no-repeat !important;
}

ul.sidebarTabs a.sb6 {
	text-indent: -9999px;
	background: url(icons/rss.png) 0 -35px no-repeat;
	width:34px;
	padding: 0 !important;
}	
ul.sidebarTabs a.sb6:hover, ul.sidebarTabs a#sb6.current {
	background: url(icons/rss.png) no-repeat !important;
}
