.nav {
	position:absolute;
	height:35px;
	/*font-family:arial, verdana, sans-serif; 
font-size:10px; */
width:470px;
	z-index:500;
	left: 324px;
	top: 120px;
}

.nav .table {
display:table; 
margin:0 auto;
}

.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav a {
font-family:"marker felt", "comic sans ms", "arial narrow", arial, verdana, sans-serif; 
font-size:0px;
}

.nav .select a {
display:block; 
height:35px; 
float:left; 
padding-top:35px;
/*padding:0px;*/
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#ddd;
}

.nav .current a {
display:block; 
height:35px; 
float:left; 
padding-top:35px;
/*padding:0px;*/
text-decoration:none; 
line-height:35px; 
white-space:nowrap; 
color:#fff;
}


/*.nav .current a b {
display:block; 
padding:0 24px 0 12px; 
}*/

.nav .select a:hover, 
.nav .select li:hover a {
padding-top:35px;
/*padding:0px; */
cursor:pointer; 
color:#fff;
}

/*.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0 24px 0 12px; 
cursor:pointer;
}*/

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
	display:table;
	margin:0 0 0 auto;
/*	margin:0 auto;*/
	padding:0;
	list-style:none;
	background-image: url(../images/giallo_ghost.png);
	background-repeat: repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #162F61;
}

.nav .sub a {
	height:20px;
	line-height:20px;
}

.nav .select_sub {
	right:-50px;
	float: right;
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
color:#f00;
}

.nav .select :hover .select_sub, 
.nav .current .show {
	display:block;
	position:absolute;
	width:620px;
	top:-10px;
	padding:0;
	z-index:100;
	/*right:-50px;*/
	text-align:center;
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent; 
padding:0px 8px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#162F61;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #162F61;
}

.nav .current .sub li.sub_show a {
color:#D5F4FD; 
background-color: #0061CF;
cursor:default; 
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
	visibility:visible;
	color:#D5F4FD;
	background-color: #0061CF;
}

ul.select li.list1 {
	width:59px;
	background:transparent url(../images/home_crescinsieme.png) no-repeat;
}
ul.select li.list2 {
	width:63px;
	background:transparent url(../images/storia_crescinsieme.png) no-repeat;
}
ul.select li.list3 {
	width:146px;
	background:transparent url(../images/principi_crescinsieme.png) no-repeat;
}
ul.select li.list4 {
	width:123px;
	background:transparent url(../images/cosafacciamo_crescinsieme.png) no-repeat;
}
ul.select li.list5 {
	width:75px;
	background:transparent url(../images/contatti_crescinsieme.png) no-repeat;
}
ul.select a {display:block; /*padding-top:40px;*/ height:0; color:#000; text-decoration:none; overflow:hidden; cursor:auto;}
* html .nav .table a:link, * html .nav .table a:visited {height:35px;}

.nav .table .select a#pag1 {
	width:59px;
	background:transparent url(../images/home_crescinsieme-on.png) no-repeat -59px -35px;
}
.nav .table .select a#pag2 {
	width:63px;
	background:transparent url(../images/storia_crescinsieme-on.png) no-repeat -63px -35px;
}
.nav .table .select a#pag3 {
	width:146px;
	background:transparent url(../images/principi_crescinsieme-on.png) no-repeat -146px -35px;
}
.nav .table .select a#pag4 {
	width:123px;
	background:transparent url(../images/cosafacciamo_crescinsieme-on.png) no-repeat -123px -35px;
}
.nav .table .select a#pag5 {
	width:75px;
	background:transparent url(../images/contatti_crescinsieme-on.png) no-repeat -75px -35px;
}
.nav .table .select a#pag1:hover, .nav .table .select a#pag2:hover, .nav .table .select a#pag3:hover, .nav .table .select a#pag4:hover, .nav .table .select a#pag5:hover {
	background-position:top right;
	z-index:50;
}
* html .nav .table .select a:hover {height:35px;}