#arkistovalikko {
	position: absolute;
	top: 100px;
	left: 5px;
	width:90%;
}

#arkistovalikko ul {
	position: absolute;
	left: 65px;
	top: 100px;
	list-style-type: none !important;
	list-style-image: none !important;
}
#arkistovalikko ul li {
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 0;
}
#arkistovalikko a {
}
#arkistovalikko a:hover {
}
#arkistovalikko a.current {
}


.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

