

li { }
.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: 521px;
}
.basic div {
                      color:#000000;
                      text-decoration:none;
                      padding: 0px  0px 5px 0px;
					  background:none;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	width:521px;
	height:auto;
	display:block;
	overflow:hidden;
	padding:3px;
	background: url(../imgs/seta.gif) right center no-repeat;
	color:#000000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:12px;
	cursor:pointer;
	text-transform:uppercase;
}
.basic a:hover {
	background: url(../imgs/seta.gif) right center no-repeat;
}
.basic a.selected {
	background: url(../imgs/seta_h.gif) right center no-repeat;
}


