ul#blogg_months {
	list-style-type:		none;
	list-style-position:	outside;
	float:					left;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

ul#blogg_months li {
	float:					left;
	width:					17px;
	height:					17px;
	margin:					0px 2px 0px 0px;
	text-align:				center;
	background-image:		url('../img/icon_frame.png');
	background-repeat:		no-repeat;
}

ul#blogg_months a, ul#blogg_months a.selected {
	color:					#ffffff;
	text-decoration:		none;
}

ul#blogg_months a.selected {
	text-decoration:		underline;
}

ul#blogg_years {
	list-style-type:		none;
	list-style-position:	outside;
	float:					left;
	margin:					0px 0px 0px 0px;
	padding:				0px 0px 0px 0px;
}

ul#blogg_years li {
	float:					left;
	margin:					0px 2px 0px 0px;
	text-align:				center;
}

ul#blogg_years a, ul#blogg_years a.selected {
	text-decoration:		none;
}

ul#blogg_years a.selected {
	text-decoration:		underline;
}