/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	width: 277px;
	height:60px;
	background: url('images/MMITM-sidebar-postsHDR.jpg') no-repeat top left;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:13px 0 0 8px !important;
	list-style-image:none !important; 
	border: none;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background:url('images/MMITM-sidebarposts-favorites.png') no-repeat 0 -34px;
	display:block;
	height:34px;	
	width:126px;
	padding:0px;
	margin:0px;		
}

ul.tabs a.recentposts {
	background:url('images/MMITM-sidebarposts-recent.png') no-repeat 0 -34px;
	}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -68px;		
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background:url('images/MMITM-sidebarposts-favorites.png') no-repeat 0 0px;		
	cursor:default !important; 
	color:#000 !important;
}

#recentposts a.current {
	background:url('images/MMITM-sidebarposts-recent.png') no-repeat 0 0px;
}

/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}