html,body{margin: 0;padding:0;height:100%;}

.container {
	width: 850px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	top: 90px;
	
}
#header {
	background: url(header.jpg) no-repeat;
	width: 850px;
	height: 97px;
	left: 0px;
	position: relative;
	right: 2px;
	z-index:0;
	top: -90px;
	
}
ul#topnav {
	margin: 0;
	padding: 0;
	width: 846px;
	list-style: none;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	border-top-width: 3px; border-bottom-width: 0px;
	border-bottom-style: solid;
	border-top-color: #446403;
	border-right-color: #446403;
	border-bottom-color: #446403;
	border-left-color: #446403;
position: static;




}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	top: -100px;
	left: 2px;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 141px; 
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 141px; 
}
ul#topnav a.video {
	background: url(nav_video.png) no-repeat;
	width: 141px; 
}
ul#topnav a.azienda {
	background: url(nav_azienda.png) no-repeat;
	width: 141px; 
}
ul#topnav a.contatti {
	background: url(nav_contatti.png) no-repeat;
	width: 141px; 
}
ul#topnav a.newseventi {
	background: url(nav_newseventi.png) no-repeat;
	width: 141px; 
}
 
 
ul#topnav li .sub {
	position: absolute;
	 top: 43px;
	left: 0;
	background: #344c00 url(sub_bg.png) repeat-x;
	padding: 20px 20px 20px;
	float: left;
	text-align: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	 top: 10px;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #e8e000;
}
ul#topnav .sub ul li h3 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
	color: #ff6600;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #e8e000;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0;
	height: auto;
	background: url(navlist_arrow.png) no-repeat 0px 12px;
	display: block;
	text-decoration: none;
	color: #fff;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 2px 12px ;}

