﻿/*  ACCORDION MENU */
div#nav
{
    width: 180px;
	z-index: 10;
	background-image: url(img/amorivert.jpg);
	background-repeat: no-repeat;

}

div#login
{
	font-family: Verdana;
	font-size: 10px;
	background-image: url(img/login.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 160px;
	margin-top: 60px;
}

div#reserved
{
	background-image: url(img/reserved.png);
	background-repeat: no-repeat;
	width: 180px;
	height: 160px;
	margin-top: 2px;
}

div#accesso
{
	width: 140px;
	height: 160px;
	margin-top: -120px;
	color: #8ca224;
	padding-left: 40px;
	padding-top: 25px;
}

div#accesso .field
{
	font-size: 9px;
}

div#utente
{
	width: 160px;
	height: 160px;
	margin-top: 2px;
	color: #8ca224;
	font-family: Verdana;
	padding-left: 10px;
	padding-top: 25px;
	font-size: 12px;	
}


div#menu
{
	font-family: Verdana;
	font-size: 10px;
	color: #8ca224;
	width: 160px;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 10px;
	border-right: dotted 1px #c0c0c0;
}


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: #8ca224;
	display:block; 
	line-height: 24px;
	}
	
li.menuitem a:hover
{	
	background-color: #b3cb3d;
	color: #ffffff;
	}
	
li.menuitemwithchild
{	
	/*background-color: #ffffff;*/
	text-decoration: none;
	font-size: 12px;
	font-weight:bold; 
	color: #8ca224;
	display:block; 
	line-height: 24px;
	background-image: url( IMG/frecciaLt.gif);
	background-repeat: no-repeat;
	background-position:right top ;  
	}
	
li.menuitemwithchild:hover
{	
	background-color: #b3cb3d;
	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: #08621f;
	}

li.menusubitem a
{	
	/*background-color: #f8f8f8;*/
	margin-left: 5px;
	text-decoration: none;
	color: #08621f;
	display:block; 
	}
	
li.menusubitem a:hover
{	
	background-color: #fcc707;
	color: #ffffff;
	}	