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


#contenitore {
	background: #ffffff;
	border: 1px solid;
	border-color: #cccccc;
	margin-bottom: 8px;
	width: 760px;
	position: relative;
	padding-bottom: 15px;
}

#logo {
	width: 760px;
	height: 78px;
	background: url('../fake/logo.gif') no-repeat;
	margin-top: 20px;
	position: relative;
}

#banner {
	width: 468px;
	height: 60px;
	margin: 2px 15px 8px 277px;
	position: absolute;
}

#verde {
	margin-top: 2px;
	margin-bottom: 2px;
	width: 760px;
	height: 10px;
	background-color: #caf1a4;
	border: 1px solid #cccccc;
	position: relative;
}

#menu {
	margin-top: 2px;
	background: url('../fake/sfondo_menu.gif') repeat-x;
	width: 760px;
	height: 17px;
	position: relative;
	font-size: 12px;
}

ul#menu_bar {
	font-weight: bold;
	float:left;
	width:100%;
	}

ul#menu_bar, ul#menu_bar li {
	list-style-type: none;
	padding: 0
	}

ul#menu_bar li{
	float: left;
	padding: 0 33px 0 1.0em;
	}
	
ul#menu_bar li a {
	text-decoration:none;
	display: block;
	}

ul#menu_bar a:link, ul#menu_bar a:visited {
	color: #ffffff;
	}

ul#menu_bar a:hover, ul#menu_bar a:active {
	color: #006600;