#header {
	background: #000000;
	}

	

#logo {
  width: 88em;
	height: 12.5em;
	display: block;	
 	background: transparent url("/wiki/pmwiki/uploads/Domotica/domoticabanner_06.png") no-repeat center;
}

/* ----- MOUSE over MENU */
#menu ul li a:hover {
	color: #fff;
	/* background: #000000; */
	text-decoration: none;
	font-weight: bold;
	/* The line below is to change the white/black block appearance of the tabmenu */
	background: transparent url("/wiki/pmwiki/pub/skins/simpletab/domoticabanner_here.png") repeat center;
	}

/* ----- ACTIVE (%here%) MENU settings (idle and hover)  */
#menu ul li .here a, 
#menu ul li .here a:hover {
	color: #134A86;  
	font-weight: bold;
	background: #fff; 
	}



#menu ul li a {
  position: relative;  
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	margin: 0;
	}
