#confort {
	top : 56px;
	left : 50px;
	position : absolute;
	visibility: hidden;
	z-index: 303;
   width : 150px; 



}

#dovesiamo {
	top : 71px;
	left : 59px;
	position : absolute;
	visibility: hidden;
	z-index: 302;
   width : 150px; 







}

#prezzi {
	top : 85px;
	left : 42px;
	position : absolute;
	visibility: hidden;
	z-index: 304;
   width : 150px; 




}


}

/* E S E M P I O   con ulteriori opzioni*/
#layer2 {
   background-color : #99CCCC; 
   layer-background-color : #99CCCC;
   border-width : 1px; 
   border-style : solid; 
   border-color : #006666; 
   width : 150px; 
   top : 50px; 
   left : 50px; 
   position : absolute; 
   z-index : 90; 
   visibility : hidden; 
}



/*
saved from url=(0047)http://www.jessett.com/web_sites/dhtml/nav.html

DEFINIRE CON I CSS GLI STILI PER OGNI LAYER
SOLO LAYER CHE APPAIONO IN POP UP
nel BODY del documento con i drop-down layer ci deve essere il comando onload=init(); 

nel file .js che definisce l'apertura e chiusura del drop-down menu bisogna definire la funzione

		function hideAll(){
				hideLayer('nomelayers1');
				hideLayer('nomelayers2');
				hideLayer('nomelayers3');
				hideLayer('nomelayers4');
				}
						SOLO DEI LAYERS drop-dowm PRESENTI !!!!
						
NEL DOCUMENTO HTML

per aprire il layer:
===================

tra A e HREF inserire il seguente javascript sostituendo nomelayer con il nome del layer da aprire

A onmouseover="hideAll(); showLayer('nomelayer'); stopTime()" onmouseout=startTime(); href						
						
per chiudere il layer nel menu drop-down:
========================================

tra A e HREF inserire il seguente javascript
A onmouseover=stopTime(); onmouseout=startTime(); hre
