 /* root element for tabs  */
ul.monthlytabs {  
	margin:auto; 
	padding:0;
	height:36px;
}

/* single tab */
ul.monthlytabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.monthlytabs a { 
	float:left;
	display:block;
	padding: 10px 10px;
	text-decoration:none;
	height:36px;
	color:#fff;
	margin-right:2px;
	position:relative;
	top:0;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial;
}

ul.monthlytabs a:hover {

}
	


/* selected tab */
ul.monthlytabs a.current {
	background-image: url('/images/18.2a9c02e412c0627306f800013130/kalender_active_bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	color:#000;
	width:94px;
	margin-left:0; padding-left:0;
		margin-right:0; padding-right:0;

	text-align:center;
	cursor:default;
}


/* selected tab 
ul.monthlytabs a.current {
	background-image: url('/images/18.36c4d325124a0885d8b800050700/calendar_current.png');
	background-position: top center;
	background-repeat: no-repeat;
	color:#000;	
	cursor:default;
}*/
