body  {
font-size: 11px;
background: #FFF;
font-family: "Lucida Grande", Verdana, Arial, SunSans-Regular, Sans-Serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color:#564b47;
}

a {color: #564b47;}
a:visited {color:#564b47;}
a:hover {color: #E9E9E9;}
a:active { color:#000000;}


.thrColFixHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid red;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
/*background: url(../img/sfondo1.gif) 0 0 repeat-y;*/
} 
.thrColFixHdr #header { 
/*	background: #DDDDDD; */
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 222px; /* 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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 18px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	font-size: 9px;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 179px; /* 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: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 18px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
}
.thrColFixHdr #homesidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 179px; /* 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: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 18px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
}

.thrColFixHdr #mainContent { 
	/*margin: 0 235px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0px 192px 0px 235px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align: left;
} 

#mainContent a {
	color: #564b47;
	text-decoration: underline;
}
.thrColFixHdr #intContent { 
	/*margin: 0 235px;  the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	margin: 0px 0px 0px 192px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
text-align: left;
} 


.thrColFixHdr #footer { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
/*	background:#DDDDDD;*/
	border-top: dashed 1px #919AA1;
/*background: url(../img/sfondo_footer.gif) bottom no-repeat;*/

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 550px; /* 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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	color: #ef7f01;
}
.thrColFixHdr #footer_sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* 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: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	text-align: right;

	color: #ef7f01;
}
.thrColFixHdr #footer_sidebar1 a{
	text-decoration: none;
	color: #ef7f01;
}
.thrColFixHdr #footer_sidebar1 a:hover{
	text-decoration: underline;
	color: #ef7f01;
}
.thrColFixHdr #footer_sidebar2 a{
	text-decoration: none;
	color: #ef7f01;
}
.thrColFixHdr #footer_sidebar2 a:hover{
	text-decoration: underline;
	color: #ef7f01;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*  torinopiemonte  */
#footer_banner {
	clear: both;
	text-align: center;
	padding-top: 15px;
}

#footer_banner img {
	margin: 0 20px;
}

.txt_footer {
	padding-top: 0px;
	text-align: left;
}

.credits {
	text-align: right;
}

#box_colonna {
	text-align: left;
	margin: 0 0 7px 0;
	background: url(../img/bg_box_colonna.gif) 0 0 repeat-y;
	padding-bottom: 1px;
}

#box_colonna a {
	text-decoration: none;
	color: #564b47;
}

#box_colonna a:hover {
	text-decoration: none;
	color: #999999;
}


#box_colonna ul {
	list-style-image: url('../img/freccina.gif');
	margin-top: 0;
}

.freccia {
	list-style-image: url('../img/freccina_white.gif');
	margin-top: 0;
	margin-left: -10px;
}

#box_colonna li {
	margin-left: -10px;
	margin-right: 30px;
}

#box_colonna p {
	margin-left: 10px;
	margin-right: 30px;
}

#box_colonna img {
	border: 0;
	margin-left: 1px;
}


.thrColFixHdr #top {
	height:21px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	background:url(../img/bkg_top.jpg);
}

.thrColFixHdr #top img {
	border: 0;
}

.thrColFixHdr #top a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

.thrColFixHdr #top a:hover {
	color: #fff;
}
.thrColFixHdr #top_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 417px; /* 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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 25px; /* padding keeps the content of the div away from the edges */
	text-align: left;
	color:#FFFFFF;
}
.thrColFixHdr #top_sidebar1 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	margin-right: 10px;
}
.thrColFixHdr #top_sidebar1 img {
	border: 0;
	margin-right: 4px;
}
.thrColFixHdr #top_sidebar12 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px; /* 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: #EBEBEB;*/ /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	text-align: right;
	color:#FFFFFF;
}
.thrColFixHdr #top_sidebar12 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
}
.thrColFixHdr #top_sidebar12 img {
	border: 0;
	margin-right: 4px;
}

.thrColFixHdr #top_sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 321px; /* 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: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	text-align: left;
		color:#FFFFFF;
}
.thrColFixHdr #top_sidebar2 a {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	margin-right: 10px;
}
.thrColFixHdr #top_sidebar2 img {
	border: 0;
	margin-right: 4px;
}

#banner {
/*background-color: #FFFFFF;*/
text-align: center;
padding: 0px 0px 0px 0px;
margin: 0 0 0 0px;
}

.testata_head {
	border: 0px solid #000000;
}

#nav {
	min-height:54px;
	height:expression(this.scrollHeight > 54 ? "auto":"54px"); 	
	background: #F07E01 url(../img/bkg_menu.jpg) repeat-x;
	/*background:#000000;*/
	font-weight: normal;
	/*font-family: "Arial Narrow", Arial, sans-serif;*/
	color: #FFFFFF;
	font-size: 10px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0px 0px;
}

#nav a, #nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}

#nav a:hover {
	text-decoration: underline;
}
#nav img {
	border: 0;
	margin-top: 9px;
}
#sottomenu {
	margin-top: 5px;
	margin-left: 22px;
	padding-bottom: 9px;
	line-height: 16px;
}
#briciole {
	min-height:16px;
	height:expression(this.scrollHeight > 16 ? "auto":"16px"); 	
	/*background: url(../bkg_per_css_menu.jpg) repeat-x;*/
	font-weight: normal;
	/*font-family: "Arial Narrow", Arial, sans-serif;*/
	color: #51565B;
	font-size: 10px;
	text-align: left;
	padding: 3px 0px 3px 0px;
	margin: 4px 0px 4px 0px;
	border-top: dashed 1px #949ba1;
	border-bottom: dashed 1px #949ba1;
	
}

#briciole a, #briciole a:visited {
	text-decoration: none;
	color: #ef7f01;
}

#briciole a:hover {
	text-decoration: underline;
	color: #ef7f01;
}

#briciole img {
	border: 0;
	margin-right: 4px;
	margin-left: 4px;
}
#box {
	
	font-weight: normal;
	color: #424242;
	font-size: 9px;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-left: dashed 1px #949ba1;
	border-bottom: dashed 1px #949ba1;
	border-right: dashed 1px #949ba1;
	align:top;
	
}
#box a {
	color: #858992;
	text-decoration: none;
	
}
#box a:hover {
	color: #858992;
	text-decoration: underline;
	
}
#box img.arrow {
	border: 0;
	margin-right: 7px;
	margin-left: 9px;
	
}
#box_trat {	
	font-weight: normal;
	color: #424242;
	font-size: 9px;
	text-align: left;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0px 0px 0px 0px;
	border: dashed 1px #949ba1;
	align:top;
	
}
.pad_box{
	margin: 7px;
	
}
#accedi{
	
	font-weight: normal;
	color: #424242;
	font-size: 9px;
	text-align: left;
	padding: 6px;
	
}
#accedi img.arrow{

	margin-right: 4px;
	
}
#accedi a {
	color: #ef7f01;
	text-decoration: none;
	
}
#accedi a:hover {
	color: #ef7f01;
	text-decoration: underline;
	
}
#accedi input.form {
	background textfield: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #747B83; 
	text-decoration: none; 
	border-width : 1px;
	border-style : solid;
	border-color : #747B83;
	width: 150px;
	
}
#accedi input.submit {
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	background: url(../img/bkg_btn.gif);
	border: none; 
	margin-left: 3px;

	
}
.red {
	color: #ef7f01; 

	
}
.border_red {
	border: dashed 1px #F07E01;
	
}
.border_grey {
	border: solid 1px #878986;
	margin-left: 8px;
	
}
.center_home {
	background: url(../img/bkg_center_home.gif);
	color: #434343;
	font-size: 9px;
	padding: 18px;
	
}
#cerca  {
	padding: 8px;
	border-bottom: dashed 1px #0062A1;
	
}
#cerca input.form {
	background textfield: #ffffff; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #747B83; 
	text-decoration: none; 
	border-width : 1px;
	border-style : solid;
	border-color : #747B83;
	width: 160px;
	
}
#cerca input.submit {
	width: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF; 
	background: url(../img/bkg_btn.gif);
	border: none; 
	margin-top: 6px;

	
}
#box_news  {
	background: #DFE4EA;
	margin-top: 5px;
	
}
#news  {
	border-bottom: dashed 1px #7C8185;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	
}
#news a {
	color: #ef7f01;
	text-decoration: none;

}
#news a:hover {
	color: #ef7f01;
	text-decoration: underline;
}
/*.news_intestazione {
	color: #A50811; 
	padding-bottom: 5px;
}*/
.news_tit {
	color: #F07E01; 
	font-weight: bold;
}
#archivio  {
	font-size: 10px; 
	color: #84898F; 
	padding: 7px;
	font-weight: bold;
	align: right;
	padding: 20px 6px 20px 0px;
	
}
.news_lor {
	text-decoration: none;
	color: #ef7f01; 
	font-weight: bold;
}
.box_evidenza  {
	background-color: #DEE4E9;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	width: 220px;
	margin-top:50px;
	
}
.separa {
	height:6px;
	
}
.evidenza  {
float:left;
	margin-top: 6px;
	background: #DEE4E9;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	width: 220px;
	margin-left:0px;
	margin-bottom:5px;
	
}
.evidenza2  {
	margin-left: 239px;
		margin-top: 6px;
	background: #DFE4EA;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	width: 220px;
		margin-bottom:5px;
}
.evidenza3  {
float:left;
	margin-top: 0px;
	background: #DFE4EA;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	width: 220px;
	margin-left:0px;
	
}
.evidenza4  {
	margin-left: 239px;
		margin-top: 0px;
	background: #DFE4EA;
	font-size: 9px; 
	color: #414143; 
	padding: 7px;
	width: 220px;
}
.img_border {
	border: dashed 1px #94999D;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 15px;	
	
}
.img_border2 {
	border: dashed 1px #94999D;
	margin-top: 5px;	
	margin-bottom: 10px;
	align: right;
	
}
.basictab{
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
padding:0px;
margin:0px;
}

.basictab li{
display: inline;
margin: 0px;
padding:0px;
}


.basictab li a{
text-decoration: none;

}



.basictab li.selected a{ /*selected tab effect*/
position: relative;

}


.submenustyle{
width: auto;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
margin-top: 5px;
margin-left: 7px;
padding-right: 7px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a{
border-right: 1px solid white;
text-decoration: none;
margin-top: 5px;
margin-left: 7px;
padding-right: 7px;
}

.submenustyle a:hover{
margin-top: 5px;
margin-left: 7px;
padding-right: 7px;
}

#interna {
	background: url(../img/bkg_int.gif);
	widht: 710px;
	color: #424243;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 18px;
	padding-right: 18px;
	padding-left: 5px;
	text-align: justify;
	margin-bottom: 10px;
	
}
#interna a{

	color: #ef7f01;
	text-decoration: underline;
	
}
#interna a:hover{

	color: #ef7f01;
	text-decoration: underline;
	
}
#interna h1{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	color: #f07e01;
	font-size: 18px;

	
}
#interna img{
	margin: 5px;

	
}
.titolo_grigio{
	color: #ABB3BD;
	
}
#didascalia{
	float:left;
	
}
#didascalia_destra{
	float:right;
	
}
.tratteggio_img {
	border: dashed 1px #ef7f01;
	padding: 2px;
}
.testo_rosso {
	color: #f07e01;
}
#box_int {
	
	font-weight: normal;
	color: #424242;
	font-size: 9px;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-top: 2px;
	margin: 4px 0px 4px 0px;
	border-left: dashed 1px #949ba1;
	border-bottom: dashed 1px #949ba1;
	border-right: dashed 1px #949ba1;
	align:top;
	
}
#box_int a{
	color: #f07e01;
	TEXT-DECORATION: NONE;
	
}
#tit_dx {
	
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	padding-LEFT: 3px;
	widht:179px;
	height: 12px;
	background: url(../img/bkg_rosso.gif);
	
}
#separatore {

	border-bottom: dashed 1px #949ba1;
	
}
#testo_bordo {
	
	border: dashed 1px #ef7f01;
	padding: 6px;
	background: #fff;
	
}
#focus {
	border: 0px dashed #004080;
	/*background-color: #F6F6F7;*/
	width: 195px;
	float: left;
	margin: 3px;
	text-align: left;
}

#focus img {
	width: 70px;
	height: 70px;
	border: 1px solid #CECECE;
	margin: 3px;
	padding: 3px;
}

.focus_titolo {
	text-transform: uppercase;
	font-family: Verdana, sans-sarif;
	font-size: 10px;
	font-weight: bold;
	line-height: 150%;
}

.focus_titolo a {
	text-decoration: none;
	color: #185896;
}



#corpofocus {
min-height:82px;
height:expression(this.scrollHeight > 84 ? "auto":"84px"); 
/*background-color: #F6F6F7*/
text-align: left;
}



.linkpdf {
	background: url(../img/pdf_icon.png) no-repeat;
	background-repeat: no-repeat; 
	text-indent: 25px;
	margin-left: 25px;
	margin-bottom: 10px;
	height: 20px;
}

.linkpdf img {
	vertical-align: bottom;
}

h1 {
	
	font-family: Verdana, sans-sarif;
	font-size: 16px;
	font-weight: bold;
	color: #185896;
	/*padding: 0px 10px;*/
	text-align: left;
}

h2 {	
	margin-top: 10px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	COLOR: #185896;
	text-transform: uppercase;
	margin-bottom: -5px;
	padding: 5px 10px;
	text-align: left;
}

h3 {	
	margin-top: 10px;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 11px; 
	COLOR: #AF1F08;
	text-transform: uppercase;
	margin-bottom: -5px;
	padding: 5px 10px;
	text-align: left;
}


img.download {vertical-align:middle;}

td, option, input {
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
}


/* mootools */

.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
	text-align: left;
}


.element {

}

.element p {
	margin: 0;
	padding: 4px;
	text-align: left;
}

.element ul {
	text-align: left;
	margin-left: 20px;
}

.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
#mappa {
	color: #F07E01;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 18px;
	padding-right: 18px;
	padding-left: 5px;
	margin-bottom: 10px;
	
}
#mappa h1{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	color: #F07E01;
	font-size: 18px;	
}
.business{
	color: #EF7F01;
	font-size : 10px;
	text-decoration : none;
}
.business:hover{
color: #EF7F01;
	text-decoration : underline;
}
.agrifood{
	color: #25A23A;
	font-size : 10px;
	text-decoration : none;
}
.agrifood:hover{
color: #25A23A;
	text-decoration : underline;
}
.turismo{
	color: #0076BE;
	font-size : 10px;
	text-decoration : none;
}
.turismo:hover{
color: #0076BE;
	text-decoration : underline;
}
.invest{
	color: #003A79;
	font-size : 10px;
	text-decoration : none;
}
.invest:hover{
color: #003A79;
	text-decoration : underline;
}
.formazione{
	color: #535759;
	font-size : 10px;
	text-decoration : none;
}
.formazione:hover{
color: #535759;
	text-decoration : underline;
}
#menu_map {
	color: #fff;
	background: #E1212B url(../img/bkg_menu_map.gif) repeat-y;
	width: 621px;
	padding: 3px;
}
#menu_map a{
	color: #fff;
	text-decoration : none;
}
#menu_map a:hover{
	color: #fff;
	text-decoration : underline;
}
#box_menu {
	
	font-weight: normal;
	color: #424242;
	font-size: 10px;
	text-align: left;
	padding-left: 5px;
	margin: 4px 0px 4px 0px;
	border-left: solid 3px #ed8200;
	align:top;
	
}

#under_menu {

	margin: 16px 0px 15px 0px;
	border-bottom: dashed 1px #ed8200;
	
}

.liv1 {
	background: url(../img/freccia_liv1.gif) 0px 7px no-repeat;

}

.liv2 {
	background: url(../img/freccia_liv2.gif) 0px 7px no-repeat;	
}

.liv3 {
	background: url(../img/freccia_liv3.gif) 0px 7px no-repeat;	
}

.liv1_acceso, .liv2_acceso, .liv3_acceso {
	background: url(../img/freccia_giu.gif) 0px 7px no-repeat;	
}

.liv1_unico, .liv2_unico, .liv3_unico {
	background: url(../img/freccia_menu.gif) 0px 7px no-repeat;	
}

.liv1 a:link,  .liv1 a:visited, .liv1 a:active{
	color: #ffffff;
	background-image: url(../img/bkg_liv1.gif);	
	margin-bottom: 1px;
	min-height: 15px;
	padding: 4px;
	width: 155px;
	margin-left: 7px;
	display:block;
	text-decoration: none;
}

.liv1 a:hover {
	color: #ffffff;
	text-decoration: none;
	background-image: url(../img/bkg_liv2.gif);	
	display:block;
	text-decoration: none;
}
.liv1_acceso a:link, .liv1_acceso a:visited, .liv1_acceso a:active, .liv1_unico a:link, .liv1_unico a:visited, .liv1_unico a:active {
	color: #ffffff;
	background-image: url(../img/bkg_liv2.gif);	
	margin-bottom: 4px;
	min-height: 15px;
	padding: 4px;
	width: 155px;
	margin-left: 7px;
	display:block;
	text-decoration: none;
}
.liv2 a:link, .liv2 a:visited, .liv2 a:active{
	color: #424243;
	background-color: #E0E0E0;	
	margin-bottom: 1px;
	min-height: 10px;
	padding: 4px;
	width: 142px;
	margin-left: 7px;
	display:block;
	text-decoration: none;
}

.liv2 a:hover {
	color: #424243;
	font-weight: bold;
	text-decoration: none;
	background-color: #E0E0E0;	
	display:block;
	text-decoration: none;
}
.liv2_acceso a:link, .liv2_acceso a:visited, .liv2_acceso a:active, .liv2_unico a:link, .liv2_unico a:visited, .liv2_unico a:active {
	color: #424243;
	font-weight: bold;
	background-color: #E0E0E0;	
	margin-bottom: 4px;
	min-height: 10px;
	padding: 4px;
	width: 142px;
	margin-left: 7px;
	display:block;
	text-decoration: none;
}
.liv3 a:link, .liv3 a:visited, .liv3 a:active{
	color: #8A8A8A;
	border-bottom: solid #E9EBEA 1px;
	margin-bottom: 1px;
	min-height: 10px;
	padding: 4px;
	width: 120px;	margin-left: 7px;
	display:block;
	text-decoration: none;
}

.liv3 a:hover {
	color: #ed8200;
	text-decoration: none;
	display:block;
	text-decoration: none;
}
.liv3_acceso a:link, .liv3_acceso a:visited, .liv3_acceso a:active, .liv3_unico a:link, .liv3_unico a:visited, .liv3_unico a:active {
	color: #ed8200;
	border-bottom: solid #E9EBEA 1px;
	margin-bottom: 1px;
	min-height: 10px;
	padding: 4px;
	width: 120px;	margin-left: 7px;
	display:block;
	text-decoration: none;
}
/*.freccia_liv1 {
	float: left;
	margin-top:7px;
}
.freccia_liv2 {
	float: left;
	margin-top:7px;
	margin-left: 7px;
}
.freccia_liv3 {
	float: left;
	margin-top:7px;
	margin-left: 12px;
}*/

#printer {
	float: right; 
	margin-top: 10px;
	margin-right: 5px;
}

#printer a:link, #printer a:hover {
	text-decoration: none;
}