#header
{
  border: 1px solid #666;
  background: #EAEAEA;
  padding: .2em .2em .3em 2em;
  margin: 0 0 10px 0;
  height: 79px;
  
}
#header img {
 float: left;
  
}
#header #destra {
 float: right;
 height: 77px;
 width: 150px;
 text-align: right;
}
#header .logout
{
 float: right;
 height: 55px;
 width: 60%;
 text-align: right;
  margin: 5px 5px 0 0;
}
#header .logout a, #header .lingue a {
  color: #DA2128;
  text-decoration: none; 
}
.pannello {
  color: gray;
  font-size: 24px;
  padding-top: 50px;
}
 #header .lingue a {
  color: gray;
  text-decoration: none; 
  margin-left: 10px;
}
#header .logout a:hover, #header .lingue a:hover {
  color: #FFF;
  text-decoration: none;
}
 #header .lingue a:hover {
  color:  #DA2128;
  text-decoration: none;
}

#header .lingue {
  margin: 5px 5px 0 0;
  float: right; 
}
.mainmenuActive {color: #DA2128;}
a.m_right {margin-right: 10px;}


#adminmenu {
	background: #DA2128;
	margin: 0;
	padding: .2em .2em .3em 2em;
	color: #FFF;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

#adminmenu .current, #submenu .current, #submenu2 .current {
	font-weight: bold;
	text-decoration: none;
}

#adminmenu a {
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	padding: 3px 5px;
	border-bottom: none;
}

#adminmenu a:hover {
	color: #000;
	text-decoration: none;
}
#adminmenu a.current {
	background: #A7A7A7;
	color: #FFF;
	text-decoration: none;
}


#adminmenu li, #submenu li, #submenu2 li {
	display: inline;
	line-height: 200%;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}

#adminmenu a.current {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	background: #A7A7A7;
	color: #fff;
	padding-bottom: 9px!important;
	padding-bottom: 8px;
	z-index: 100;
}

#submenu, #minisub {
	background: #A7A7A7;
	border: 1px solid #666;
	margin: 1px 0 0 0;
	padding: 3px 2em 0 3em;
}

#minisub {
	height: 6px;
}

#submenu .current {
	background: #EAEAEA;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	/*border-bottom: : none;*/
	color: #DA2128;
	padding-bottom: 6px!important;
	padding-bottom: 5px;
	z-index: 100;
}

#submenu a {
	border: none;
	color: #fff;
	font-size: 12px;
	padding: .3em .4em .4em;
}

#submenu a:hover {
	color: #DA2128;
	text-decoration: none;
}

#submenu li {
	line-height: 180%;
	height: 25px;
	padding: .3em .4em .4em;
}

#submenu2 {
	background: #EAEAEA;
	color: #000;
	text-decoration: none;
	margin-top: 1px;
	border: 1px solid #666;
}
#submenu2 .current {color:#DA2128;}

#submenu2 a {
	color:#000;
	font-size: 12px;
	padding: .3em .4em .4em;
}

#submenu2 a:hover {
	color:#DA2128;
	text-decoration: none;
}

#submenu2 li {
	line-height: 200%;
	height: 25px;
	padding: .3em .4em .4em;
}



