#container {width: 1005px; margin: 0 auto;}
#wrapper {width: 1005px; text-align: left;}

.bottom_nav {
	width: 91%; 
	margin: 0 3% -2px 2.5%;
	border: 1px solid #999999; 
	text-align: left; 
	padding: 0px 8px 0px 8px; 
	color: #000000; 
	position: fixed; 
	bottom: 0px; 
	background-color:#F5F5F5; 
	z-index: 0; 
	font-size:0.8em;
	font-family: Arial;
	font-size: 11px
}

.bottom_nav strong {
	float: left;
	margin-right: 30px;
	font-weight: bold;
	padding: 4px 0 4px 0;
}

.bottom_nav a {
	color: #6B6A6A; 
	text-decoration: none;
}

.bottom_nav .lista li {
	margin: 0;
	padding: 4px 7px 3px 7px;
	display: block;
	float: left;
	list-style-type: none;
	z-index: 300;
	border-left: 1px solid #999999;
}

.ie .bottom_nav {left: 0%;}
.ie .bottom_nav .lista li:hover ul,
.ie .bottom_nav .lista li.navbar_ie6_hover ul{left: -1px; bottom: 25px; margin: 0;}
.ie .bottom_nav .lista li.navbar_ie6_hover ul{bottom: 24px;}

/* fix per IE6 */
@media screen {
	* html, * html body {overflow-y: hidden!important; height: 100%; margin: 0; padding: 0; }
	* html #container {height: 100%; overflow-y: scroll;  position: relative; width: 100%;}
	* html #wrapper {position: relative; left: 0; margin: 0;}
	* html div#bottom_nav {position: absolute; left: %2;}
}

.ie7 #wrapper  {padding-bottom: 10px;}
