﻿/*  ACCORDION MENU */

div#nav
{
    width: 180px;
	z-index: 10;
	background-repeat: no-repeat;
}

div#navtop
{
    background-image:  url(IMG/leftup.png);
    background-repeat: no-repeat;  
    width: 200px;
    height: 369px;    
}
div#regione 
{
     margin-top: 0px;
     width: 50px;
     height: 60px;
     background-image:  url(IMG/regione.jpg);
     background-repeat: no-repeat;
     z-index:100; 
     position:absolute;
     left: 472px;
     top: 392px; 

}
div#provincia
{
     margin-top: 0px;
     width: 56px;
     height: 63px;
     background-image:  url(IMG/provincia.jpg);
     background-repeat: no-repeat;
     z-index:101; 
     position:absolute; 
     left: 399px;
     top: 391px;

}
div#navbottom
{
    background-image:  url(IMG/leftbottom.png);
    background-repeat: no-repeat;  
    width: 200px;
    height: 50px;    
}

div#login
{
	font-family: Verdana;
	font-size: 10px;
	width: 178px;
	height: 160px;
	margin-top: 0px;
	background-color:#fff;
	margin-left:22px;
	padding-top:10px;
}

div#reserved
{
	width: 180px;
	height: 160px;
	margin-top: 0px;
}

div#accesso
{
	width: 148px;
	height: 168px;
	margin-top: -120px;
	color: #176fc1;
	padding-left: 30px;
	padding-top: 10px;
	background-color: #d4ffaa;
}

div#accesso .field
{
	font-size: 9px;
}

div#utente
{
	width: 168px;
	height: 160px;
	margin-top: 0px;
	color: #176fc1;
	font-family: Verdana;
	padding-left: 10px;
	padding-top: 25px;
	font-size: 12px;
	background-color: #fff;
	margin-left:22px;	
}


div#menu
{
	font-family: Verdana;
	font-size: 10px;
	color: #8ca224;
	width: 168px;
	vertical-align: top;
	margin-top: 0px;
	margin-left: 22px;
	background-color:#fff;
	padding-left:10px;
}


ul.menu
{	
     margin:0;
     padding:0;
     list-style-type:none;
     list-style-position:outside;
     line-height:1.5em;
	}
	
li.menuitem a
{	
	/*background-color: #ffffff;*/
	text-decoration: none;
	font-size: 12px;
	font-weight:bold; 
	color: #176fc1;
	display:block; 
	line-height: 24px;
	background-color: #ffffff;
	}
	
li.menuitem a:hover
{	
	background-color: #80cc28;
	color: #ffffff;
	}
	
li.menuitemwithchild
{	
	/*background-color: #ffffff;*/
	text-decoration: none;
	font-size: 12px;
	font-weight:bold; 
	color: #176fc1;
	display:block; 
	line-height: 24px;
	background-image: url( IMG/frecciaLt.gif);
	background-repeat: no-repeat;
	background-position:right top ;  
	}
	
li.menuitemwithchild:hover
{	
	background-color: #80cc28;
	color: #ffffff;
	cursor: pointer;
	}	
	
	
li.menusubitem 
{	
	/*background-color: #f8f8f8;*/
	text-decoration: none;
	padding-left: 10px;
	font-weight: normal; 
	font-family: Arial;
	font-size: 14px;
	color: #176fc1;
	background-color: #d4ffaa;
	}

li.menusubitem a
{	
	/*background-color: #f8f8f8;*/
	margin-left: 5px;
	text-decoration: none;
	color: #176fc1;
	display:block;
	background-color: #d4ffaa; 
	}
	
li.menusubitem a:hover
{	
	background-color: #fcc707;
	color: #ffffff;
	}	