li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 880px;
	font-family: verdana;
	border: 1px solid black;
}
.basic div {
	background-color: #2d2d2d;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	background-color: #2d2d2d;	
	background-image: url("../images/layout/ac_off.jpg");
	height:21px;
}
.basic a:hover {
  	color: #ffcb05;
	background-color: #2d2d2d;
	background-image: url("../images/layout/ac_over.jpg");
}
.basic a.selected {
	color: #ffcb05;
	background-color: #2d2d2d;
	background-image: url("../images/layout/ac_over.jpg");
}
#link {
	cursor:pointer;
	display:inline;
	padding:0px;
	margin-top: 0;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-color: none;	
	background-image: none;
}
