/* *******************************************************************************************************
   CONTENITORI PER HEADER E MENU PRINCIPALE
   *******************************************************************************************************/

div#header-top{
	float:left;
	width:1000px;
	padding-top:4px;
	padding-bottom:4px;
}
div#header{
	float:left;
	width:1000px;
	height:125px;
}
div#header > div#logo{
	float:left;
	width:186px;
	padding-top:8px;
	padding-bottom:8px;
}
div#header > div#logo img{
	border:0
}

/* menu principale */
div#menu{
	float:left;
	width:814px;
	padding-top:50px;
}
div#menu > .separator{
	float:right;
	width:1px;
	height:1px;
	padding-left:12px;
	margin-left:12px;
}
div#menu > a{
	float:right;
	padding-left:1px;
	padding-right:1px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	font-size:1em;
	font-family:Arial, Verdana, Helvetica, Tahoma, sans-serif;
	color:#434343;
	text-transform:uppercase;
	border-color:#ffffff;
	border-style:solid;
	border-top-width:1px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-right-width:0px;
}
div#menu > a:hover, div#menu > a.active {
	color:#005840; 
	border-color:#005840;
}

/* link versione mobile */
div#mobile-vers{
	float:left;
	height:24px;
}
div#mobile-vers > a{
	float:left;
	height:20px;
	padding-top:4px;
	padding-left:14px;
	background-image:url(../img/mobile.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:0.75em;
	color:#999999;
}

/* menu lingue */
div#menu-lang{
	float:right;
	padding-right:50px;
	height:24px;
}
div#menu-lang a{
	float:left;
	margin-left:4px;
}
div#menu-lang img{
	float:left;
	border:0px;
}

/* menu special */
div#menu-special{
	float:right;
	height:24px;
}
div#menu-special > .item{
	float:left;
	margin-right:10px;
	height:24px;
}
div#menu-special > .item > .icon{
	float:left;
	text-align:center;
	padding-right:3px;
}
div#menu-special > .item > .icon img{
	width:33px;
	height:24px;
}
div#menu-special > .item > .text{
	float:left;
	text-align:center;
	height:21px;
	padding-top:3px;
	overflow:hidden;
}
div#menu-special > .item > .text a{
	font-size:0.75em;
	color:#999999;
}
