#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 1px 15px 1px;
	margin-top:15px;
	margin-right:10px;	
	text-align:left;	
}

#refera {position:relative; font:11px verdana,arial,sans-serif; line-height:20px; width:800px; padding:0 0 0 0; height:950px;}
#refera .switch {display:block; cursor:pointer; color:#000; font-weight:normal;}
#refera .switch .turn_off {display:none;}
#refera .off {color:#000000;}
#refera .off .turn_off {display:inline;}
#refera .off .turn_on {display:none;}
#refera .hide {display:none;}
/* the line below allows us to specify the dispalying zone details such as width colour etc */
#refera .show {
	position:absolute;
	top:0;
	left:160px;
	display:block;
	width:790px;
	background:#ffffcc;
/*	z-index:50;*/
    padding: 5px;
}

#refera a:visited, #refera a:link {
	color:#0033FF; 
	text-decoration:none;
}

#refera a, #refera a:hover {
	color:#FFFF00; 
	text-decoration:none;
	font:bold;
}


ul.liste1 li {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	height:15px;
	list-style: disc;
}

