
.nav {
    /*background: url("../images/generic/bg_menudropdown_sepa.png") no-repeat -1px -6px;*/
    /*height: 81px;*/
	height: 60px;
    margin: 7px 0 0 0;
	float:left;
	background-color: #A6C5C4;
}

.nav li { list-style: none;padding: 7px 0;}
.nav > li { padding: 0 1px 0 0; float: left; position: relative; width:151px/*!important*/;}
.nav > li > a {
	float: left;
	color: #fff;
	font-size: 15px;
    font-family: 'dosissemibold'; 
	text-decoration: none;
	padding: 0 20px; 
    text-transform: uppercase;
	display: table; width:151px/*!important*/;
}

.nav > li > a > span{
    display: table-cell;
    vertical-align: bottom;	height: 53px;
}

.nav > li >  a{width:151px;padding: 0 10px 5px 13px;display: table;}
/*
.nav > li:first-child >  a { width:151px!important;padding: 0 10px 5px 13px;display: table;}
.nav > li:nth-child(2) > a { width:151px!important;padding: 0 10px 5px 13px;display: table;} 
.nav > li:nth-child(3) > a { width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:nth-child(4) > a { width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:nth-child(5) > a { width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:last-child  >  a { width:151px!important;padding:0 10px 5px 13px;display: table;} 
*/

/*.nav > li:first-child + li a {width:151px!important;padding: 0 10px 5px 13px;display: table;} 
.nav > li:first-child + li + li a {width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:first-child + li + li + li a {width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:first-child + li + li  + li + li a {width:151px!important;padding:0 10px 5px 13px;display: table;} 
.nav > li:first-child + li + li  + li + li  + li a {width:150px!important;padding:0 10px 5px 13px;display: table;}*/ 



.container li:nth-child(5) {}



.nav > li > a.selected {
	background: url("../images/generic/menu_dropdown_hover.png") no-repeat 0 0; 
	height:70px;
	z-index:10000;
	position:relative;
	overflow: hidden;
	display:block;
    /*background:#d57b00\0/;*/
}

.nav > li:first-child > a { border-left: 0;}
.nav > li:last-child > a { border-right: 0;}
.nav > li:hover > div { display: none;}

/* MEGA DROP DOWN */

.nav > li > ul.container   {
    background: none repeat scroll 0 0 #003771;
    display: none;
    min-height: 220px;
    overflow: hidden;
    padding: 10px 70px 22px 70px;
    position: absolute;
    top: 79px;
    width: 1280px;
    z-index: 999;
}
.nav > li > ul.opened{
    display: block;
}

.nav > li > div p { color: #fff; }

.nav > li > div p.col1_tit {
	color: #fff;
	margin:30px 30px 30px 0;
	padding: 0;
	text-transform:uppercase;
    font-family: 'dosissemibold';
	font-size:18px;
}

.nav > li > ul.first { right: -1000px; left: auto;}
.nav > li > ul.second { right: -860px; left: auto }
.nav > li > ul.third { right: -720px; left: auto }
.nav > li > ul.fourth { right: -580px; left: auto }
.nav > li > ul.fifth  { right: -440px; left: auto }
.nav > li > ul.sixth  { right: -300px; left: auto }
.container{ font-size: 80%;}


/* COLUMNS */
.menulevelLi3 { margin: 7px 0; float: left; padding:5px; border-left:1px #fff solid;}
.colfull {margin: 13px 0; float: left; padding: 0 10px;}


	
	.clearleft {}

	/* 4 Column + full width*/
	/*.container { width: 1280px;}*/
	.container .menulevelLi3   { width: 25%;padding:0 5px 0 15px;margin-top:10px;}
	.container .colfull { width: 100%}

/* HIGHLIGHTS (righe full 100%)*/

.container .highlighted  a { 
    background: url("../images/generic/icobig_nav_menu.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 12px;
    font-family: 'dosissemibold';
	text-decoration: none;
	display: inline-block;
	text-transform:uppercase;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

.nav > li > ul > li  a {
    background: url("../images/generic/ico_nav_menu.png") no-repeat 0 5px;
    color: #ffffff;
    display: block;
    font-family: 'latolight';
    font-size: 15px;
    line-height: 16px;
    padding: 0 10px;
    text-decoration: none;
}


.nav > li > ul > li .subtitle {
	background:none;
    color: #ffffff;
    font-family: 'dosissemibold';
    font-size: 15px;
    padding: 0 0 5px 0;
	text-transform:uppercase;
    line-height: 17px;
	cursor: default;
}


.posbottom {position:absolute;bottom:20px;}

























