body {
	width: 100%;
	background-color: #999999;
	font-family: TIMES NEW ROMAN, geneva, helvetica, lucida;
	font-size: 15;
	color: #000000; 
	text-align: center;
	text-decoration: none;

}


ul, ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul {
	width: 200px;
	padding: 2px 2px 1px 2px;
	background-color: #ffffff;
	border: 3px double #232236;
}

ul li {
	border-bottom: 1px solid #ffffff;
}

ul a:link, ul a:visited {
	display: block;
	width: 176px;
	text-decoration: none;
	padding: 7px;
	font-weight: bold;
	background-color: #964b0f;
	color: #def;
	border-left: 10px solid #232236;
}

ul a:hover {
	width: 166px;
	background-color: #ba7136;
	color: #fff;
	border-left: 20px solid #232236;
}
#menu_2 {
	width: 300px;
	
	float: left;
	overflow: hidden;
	margin: 5px;	
}
#tresc_2 {
	width: 400px;
	
	float: left;
	overflow: hidden;
	margin: 5px;	
	
}
#tresc_all {
	width: 950px;
	float: center;
	overflow: hidden;
	margin: auto;
}