li { list-style-type: none; }
#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	width: 610px;
	font-family: verdana;
	
	
}
.basic div {
	background-color: #ffffff;
}

.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;
	background-image:URL(img/piu.jpg);
	background-repeat:no-repeat;
	background-position:0px 7px;
	font-weight:bold;
	/*border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;*/

}
.basic a:hover {
	background-color: white;
	color:#4f4f4f;

}
.basic a.selected {
	color: #797979;
	background-image:URL(img/meno.jpg);
	background-repeat:no-repeat;
	background-position:0px 10px;
	
}


