#menu_base {
	text-align:left;
	margin:12px 0px 12px 12px;
	font-size:10pt;
}
	#menu_base a {
		text-decoration:none;
	}
	#menu_base .selected {
		font-weight:bold;
	}
	#menu_base .viewed {
		text-decoration:underline;
	}
.submenu {
	font-size:9pt;
	margin:0px 10px 12px 10px;
}
	.submenu a, .submenu a:visited {
		text-decoration:none;
	}
	.submenu a:hover {
		text-decoration:underline;
	}
	.submenu .selected {
		font-weight:bold;
		text-decoration:none;
	}
.showcat {
	margin-top:5px;
	background-color:#efefe7;
	padding:5px;
	font-size:9pt;
	color:#666666;
	font-weight:bold;
}
.showfile {
	clear:both;
	border-bottom:1px solid #dcdcdc;
}
	.showfile .size, .showfile .date {
		float:left;
		width:75px;
		padding-top:5px;
	}
	.showfile .title {
		float:left;
		width:400px;
		padding:5px;
	}
#option_language {
	text-align:right;
}
