/* Content ---------------------------------------------------------------------------------------------------------------- */
#right {
	float: left;
	width: 565px;
	margin: 0px auto;
}

/* ----------------------------------------------------------- BOX1 ---------------------------------------*/
#right .titolo {
	width: 85%; /* 415px gif */
	padding-left: 50px;
	margin-left: 25px;
	font-size: 20px;
	line-height: 30px;
	white-space: nowrap;
}

#right .testo {
	padding-left: 15px;
	margin-left: 25px;

}

#right img {
	/*float: right;*/
	margin-right: 15px;
	padding: 5px 0;
	max-height: 150px;
}

/* ----------------------------------------------------------- MENU SX ---------------------------------------*/
.menu_sx_header {
	width: 206px;
	background-image: url(../images/st3_menu_header.png)!important;
	background: transparent url(../images/ie6/st3_menu_header.png) no-repeat bottom;
	line-height: 35px;
	height: 35px;
	white-space: nowrap;
}

.menu_sx_header span {
	margin: 0px 0px 0px 10px;
	/*font: bold 14px Verdana Geneva Arial Helvetica sans-serif;*/
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}

.menu_sx_body {
	width: 206px;
	background-image: url(../images/st3_menu_bg.png)!important;
	background: transparent url(../images/ie6/st3_menu_bg.png) repeat-y;
}

.menu_sx_body ul {
	margin: 0;
	padding: 0;
}

.menu_sx_body li {
	width: 206px;
	list-style: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	height: 32px;
	color: gray;
}

.menu_sx_body li .lev1 {
	margin-left: 10px;
	padding-left: 13px;
	font-size: 12px;
	font-weight: bold;
}

.menu_sx_body li .lev2 {
	margin-left: 15px;
	padding-left: 13px;
	/*list-style-image: url(../images/comenius/st3_menu_circle.gif);*/
	font-size: 12px;
	font-weight: bold;
}

.menu_sx_body a {
	text-decoration: none;
}

.menu_sx_body a:hover {
	color: #a9a9a9;
	text-decoration: none;
}

.menu_sx_body li.active {
	background-image: url(../images/st3_menu_evid.png)!important;
	background: transparent url(../images/ie6/st3_menu_evid.png) no-repeat center top;
}

.menu_sx_footer {
	width: 206px;
	background-image: url(../images/st3_menu_footer.png)!important;
	background: transparent url(../images/ie6/st3_menu_footer.png) no-repeat center top;
	height: 10px;
}

