@CHARSET "UTF-8";
/******* GENERAL RESET *******/
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
/******* GENERAL RESET *******/
/******* MENU Contiene tutto il box dei contenuti *******/
#container2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: .9em;
	margin:0px 0px 0px 0px;
	width: 740px;
	border:0px solid red;
	padding-top:0px;
}
#container2 ul{
	list-style: none;
	list-style-position: outside;
	padding-top:0px;
	margin-top:0px;
}
#container2 ul.menu li{
	display: block;
	float: left;
	margin-right: 2px;
	margin-bottom: -1px;
	/* font-weight: 700; */
	padding: 5px 10px 5px 10px;
	background: #efefef;
	margin-bottom: -1px;
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container2 ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0px;
	color: #C80505;
}
/******* /MENU *******/
/******* CONTENT *******/
.content_menu{
	margin: 0px 0px 0px 0px;
	border: 0px solid #cccccc;
	background-color:#ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(ie-css3.htc);
	min-height:280px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
}
.box_ie{
	margin: 0px 0px 0px 0px;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(ie-css3.htc);
	min-height:280px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:10px;
	padding-right:10px;
	font-size: 11px;
}
.content_menu h1{
	line-height: 1em;
	vertical-align: middle;
	height: 18px;
	padding: 7px 10px 10px 60px;
	font-size: 20px;
}
/******* /CONTENT *******/

				/******* UNOZEROUNO *******/
						.content_menu.unozerouno h1{
							background: transparent;
						}
						.content_menu.unozerouno{
							display: block;
						}
				/******* /UNOZEROUNO *******/

				/******* PRIVATI *******/
						.content_menu.privati h1{
							background: transparent;
						}
						.content_menu.privati{
							display: none;
						}
				/******* /PRIVATI *******/

				/******* AZIENDE *******/
						.content_menu.aziende h1{
							background: transparent;
						}
						.content_menu.aziende{
							display: none;
						}
						.content_menu.aziende a{
							color: #5f95ef;
						}
				/******* /AZIENDE *******/

				/******* WEB *******/
						.content_menu.web h1{
							background: transparent;
						}
						.content_menu.web{
							display: none;
						}
				/******* /WEB *******/


