@charset "utf-8";
/* CSS Document */

.list {
	list-style-type:none;
	}

/*body{
	background-color: #f78f50;
	background-image:url(images/box.jpg);
	background-repeat:repeat-y;
	}
	*/
	
   body
   {
      font-size: 92%;
      line-height: 1.4em;
      font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
      margin: 10px 0px 0px 0px;
      border: 0px solid #3FA3E1;
      color: #000;
      width: 700px;
	  height:auto;
   }
	
/*div {
	position:relative;
	top: 0px;
	}*/

#container
	{
	width: 100%;
	top: 0px;
	left: 0px;
	}
	

#menu_alto {
	background-image:url(images/Sfondo_angolo_menu.png); 
	width: 236px;
	height: 208px;
	top: 0px;
	left: 0px;
	z-index:-9;
	}
	
	
#sfondo_menu {
	background-image:url(images/Sfondo_menu09.jpg); 
	width: 545px;
	height: 104px;
	top: 0px;
	left: 233px;
	position:absolute;
	z-index: -10;
	}
	
#menu_vuoto {
	background-image:url(images/menu_vuoto.jpg);
	width: 100%;
	height: 104px;
	top: 0;
	left: 0px;
	position: absolute;
	z-index:-10;
	}

#colonna {
	background: url(images/colonna.jpg); repeat-y;
	position:absolute;
	height: 100%;
	width: 171px;
	left: 0px;
	top: 0px;
	z-index:-10;
	}
	
#box_centrale {
	width: 77%;
	top: 104px;
	left: 234px;
	position:absolute;
	}
	
/* ######### Gel Menu CSS ######### */

ul.gelbuttonmenu{
	position: absolute;
	top: 25px;
	left: 210px;
	padding: 0;
	margin: 0;
	margin-bottom:1em;
	text-align: center; //set value to "left", "center", or "right"*/
	z-index: 10;
	visibility: visible;
}

ul.gelbuttonmenu li{
display: inline;
}

ul.gelbuttonmenu li a{
color: #FFF;
font-weight:bold;
padding: 10px; /*make sure padding is sufficient that the height of the link is enough to fully show the gel button*/
margin-right: 8px; /*spacing between each menu link*/
text-decoration: none;
}

ul.gelbuttonmenu li a:hover{
	color:#000;
}
	
	

ul.gelbuttonmenu li.active{ /*style of LI that gets dynamically added to menu to create background effect*/
position:absolute;
width:0;
background:lightblue;
background: url(gelbuttons/gelbuttonleft4-2.gif) top left no-repeat, url(gelbuttons/gelbuttonright4-2.gif) top right no-repeat, url(gelbuttons/gelbuttoncenter4.gif) top center repeat-x;
z-index: 10;
}

