


li { list-style-type: none; }
.basicac, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basicac  {
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333
}
.basicac div {
	background-color: #eee;
}

.basicac p {
	margin-bottom: 10px;
	border: none;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basicac a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #999999;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}

.readmore{ background-color:#ffffff
}

.basicac a:hover {
	background-color: #cccccc;
	
}
.basicac a.selected {
	color: #ffffff;
	background-color: #999999;
	
}

@media print {
	.basicac div, #navigation ul, #list2 dd, #list3 div{
		display: block!important;
		height: auto!important
	}
}
