#menu {
	list-style:none;
	/* Misure definite nello style principale */
	/* Rounded Corners 
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;*/
	/* Background color and gradients 
	
	background: #003D7B;*/
	/* background: -moz-linear-gradient(top, #ffffff, #003D7B);
	background: -webkit-gradient(linear, 0% 0%, 50% 100%, from(#ffffff), to(#003D7B));*/
	/* Borders */
	
	/*border: 1px solid #FFF;
	-moz-box-shadow:inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow:inset 0px 0px 1px #edf9ff;
	box-shadow:inset 0px 0px 1px #edf9ff;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 11px;
	/*filter: alpha(opacity=100);  /*per Internet Explorer 6-7*/
	/*filter: "alpha(opacity=100)"; /*per Internet Explorer 8*/
	/*opacity:1;*/
}

#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	margin-right: 8px;
	margin-top: 7px;
	border: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#menu li:hover {
	border: 1px solid #777777;
	padding: 8px 9px 4px 9px;
	/* Background color gradients 
	
	background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));*/
	
	/* Rounded corners */
	
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	background-color: #FFF;
}

#menu li a {
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
	color: #FFF;
	display:block;
	outline:0;
	text-decoration:none;
}

#menu li:hover a {
	color:#003D7B;
}
#menu li .drop {
	padding-right:21px;	
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(../img/drop.png);
	background-repeat: no-repeat;
	background-position: right 8px;
}
#menu li:hover .drop {
	background-image: url(../img/drop_d.png);
	background-repeat: no-repeat;
	background-position: right 7px;
	z-index: 999999;
}

.dropdown_1column, 
.dropdown_1columnbox, 
.dropdown_2columns, 
.dropdown_2columnsbis, 
.dropdown_3columns, 
.dropdown_3columnsbis, 
.dropdown_4columns,
.dropdown_5columns {
	margin:4px auto;
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	padding:10px 5px 10px 5px;
	/* Gradient background 
	background:#F4F4F4;
	background: -moz-linear-gradient(top, #EEEEEE, #BBBBBB);*/
	
	/* Rounded Corners */
	-moz-border-radius: 0px 5px 5px 5px;
	-webkit-border-radius: 0px 5px 5px 5px;
	border-radius: 0px 5px 5px 5px;
	background-color: #FFF;
	background-position: 0% 0%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003D7B;
	border-right-color: #003D7B;
	border-bottom-color: #003D7B;
	border-left-color: #003D7B;
	z-index: 15000;	
}

.dropdown_1column {width: 130px;}
.dropdown_1columnbox {width: 150px;}
.dropdown_2columns {width: 260px;}
.dropdown_2columnsbox {width: 290px;}
.dropdown_2columnsbis {width: 150px;}
.dropdown_3columns {width: 450px;}
.dropdown_3columnsbis {width: 390px;}
.dropdown_4columns {width: 570px;}
.dropdown_5columns {width: 710px;}

#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_1columnbox,
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_2columnsbis, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_3columnsbis,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}

.col_1,
.col_1box,
.col_2,
.col_2box,
.col_2bis,
.col_2ter,
.col_3,
.col_3bis,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
.col_1bis {
	display:inline;
	float: left;
	position: relative;
	margin-left: 2px;
	margin-right: 2px;
}
.col_1 {width:120px;}
.col_1bis {width:125px;}
.col_1box {width:140px;}
.col_2 {width:250px;}
.col_2ter {width:220px;}
.col_2box {width:280px;}
.col_2bis {width:140px;}
.col_3bis {width:380px; }
.col_3 {width:440px;}
.col_4 {width:560px;}
.col_5 {width:700px;}

.col_2ter {
	margin-left: 10px;
}
#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
	/* Rounded Corners */
	-moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
}

#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}

#menu h2, #menu h3, {
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	line-height: 21px;
	font-size: 16px;
	text-align: left;
	color: #999;
}
#menu h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0 10px 0;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D7B;
	text-transform: uppercase;
	color: #003D7B;
}
#menu h3 {
	font-size:12px;
	margin:7px 0 14px 0;
	padding-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003D7B;
	color: #003D7B;
}
#menu p {
	line-height: 21px;
	font-size: 11px;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: justify;
}

#menu li:hover div a {
	font-size: 16px;
	color: #777;
	font-weight: bold;
	margin-top: 10px;
}
#menu li:hover div a:hover {
	color:#003D7B;
	font-weight: bold;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.../img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.../img_center { /* Image menu */
	top: -7px;
	position: relative;
	left: -7px;
	margin: 0px;
}

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li a{
	border: 1px solid #1890BA;
	margin: 0px 0px 4px 0px;
	padding: 4px 6px 4px 6px;
	width: 420px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #003D7B;
	color: #FFF;
	text-transform: none;
	line-height: 1.5em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#menu li .greybox li:hover a:hover{
	border: 1px solid #1890BA;
	padding: 4px 6px 4px 6px;
	margin: 0px 0px 4px 0px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1890BA;
}

/* Diversi backgrounds */
li#item-1 {
	background-image: url(../img/automotive.png);
	background-repeat: no-repeat;
}
li:hover#item-1 {
	background-image: url(../img/automotive_hover.png);
	background-repeat: no-repeat;
	
}
li#item-2{
	background-image: url(../img/aerospace.png);
	background-repeat: no-repeat;
}
li:hover#item-2 {
	background-image: url(../img/aerospace_hover.png);
	background-repeat: no-repeat;
}
li#item-3 {
	background-image: url(../img/Oil&Gas.png);
	background-repeat: no-repeat;
	
}
li:hover#item-3 {
	background-image: url(../img/Oil&Gas_hover.png);
	background-repeat: no-repeat;
	
}
li#item-4 {
	background-image: url(../img/appliance.png);
	background-repeat: no-repeat;
	
}
li:hover#item-4 {
	background-image: url(../img/appliance_hover.png);
	background-repeat: no-repeat;
	
}
li#item-5 {
	background-image: url(../img/furniture.png);
	background-repeat: no-repeat;
}
li:hover#item-5 {
	background-image: url(../img/furniture_hover.png);
	background-repeat: no-repeat;
}
li#item-6 {
	background-image: url(../img/naval.png);
	background-repeat: no-repeat;	
}
li:hover#item-6 {
	background-image: url(../img/naval_hover.png);
	background-repeat: no-repeat;
	
}
li#item-7 {
	background-image: url(../img/railway.png);
	background-repeat: no-repeat;	
}
li:hover#item-7 {
	background-image: url(../img/railway_hover.png);
	background-repeat: no-repeat;	
}

li#item-8 {
	background-image: url(../img/civil.png);
	background-repeat: no-repeat;	
}
li:hover#item-8 {
	background-image: url(../img/civil_hover.png);
	background-repeat: no-repeat;	
}

li#item-9 {
	background-image: url(../img/energy.png);
	background-repeat: no-repeat;	
}
li:hover#item-9 {
	background-image: url(../img/energy_hover.png);
	background-repeat: no-repeat;	
}
li#item-10 {
	background-image: url(../img/food.png);
	background-repeat: no-repeat;	
}
li:hover#item-10 {
	background-image: url(../img/food_hover.png);
	background-repeat: no-repeat;	
}
li#item-11 {
	background-image: url(../img/mechanics.png);
	background-repeat: no-repeat;
	
}
li:hover#item-11 {
	background-image: url(../img/mechanics_hover.png);
	background-repeat: no-repeat;
	
}
li#item-12 {
	background-image: url(../img/electrical.png);
	background-repeat: no-repeat;	
}
li:hover#item-12 {
	background-image: url(../img/electrical_hover.png);
	background-repeat: no-repeat;	
}
li#item-13 {
	background-image: url(../img/biomechanics.png);
	background-repeat: no-repeat;	
}
li:hover#item-13 {
	background-image: url(../img/biomechanics_hover.png);
	background-repeat: no-repeat;	
}
li#item-14 {
	background-image: url(../img/sportindustry.png);
	background-repeat: no-repeat;
	
}
li:hover#item-14 {
	background-image: url(../img/sportindustry_hover.png);
	background-repeat: no-repeat;
	
}
li#item-15 {
	background-image: url(../img/turbomachinery.png);
	background-repeat: no-repeat;	
}
li:hover#item-15 {
	background-image: url(../img/turbomachinery_hover.png);
	background-repeat: no-repeat;
	
}

#menu li .bigbox li {
	border:1px solid #bbbbbb;
	width:120px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #003D7B;
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 10px;
}
#menu li .bigbox li:hover {
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
	background-color: #FFF;
}
#menu li .bottone li {
	border:1px solid #bbbbbb;
	width:110px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	color: #003D7B;
	background-color: #E5E5E5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 10px;
	text-align: center;
}
#menu li .bottone li:hover {
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
	background-color: #FFF;
}
.sxspazio {
	padding-left: 20px;
}
.sxdxspazio {
	padding-left: 10px;
}
#menu img  {
	padding: 2px;
	border: 1px solid #000;
	background-color: #C9C9C9;
}
#menu img.tw {
	background-color: #003D7B;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: 4px;
	float: right;
}
