/*#####################################################*/
/**/
/* Menus */
/**/
/*#####################################################*/

.menu_laterale {
	width:201px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	font-size:10px;
	font-weight:bold;
	margin-top:3px;
	}
	
.menu_laterale #haut {
	width:201px;
	height:25px;
	background-image:url(../../menus/menu_laterale/img/haut.png);
	}
	
.menu_laterale #h {
	width:201px;
	height:25px;
	background-image:url(../../menus/menu_laterale/img/haut.png);
	}

.menu_laterale #b {	
	width:201px;
	height:5px;
	background-image:url(../../menus/menu_laterale/img/bas.png);
	}
	
.menu_laterale #centre {
	padding:2px;
	width:201px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	}
	
.menu_laterale ul {
	margin:0px;
	padding:0px;
	}
	
.menu_laterale li {
	height:25px;
	border-bottom:1px dotted #CCCCCC;
	vertical-align:top;
	padding:0px;
	padding-top:3px;
	padding-left:5px;
	cursor:pointer;
	}
	
.menu_laterale li:hover {
	padding:0px;
	height:25px;
	border-bottom:1px dotted #CCCCCC;
	background-color:#e1f4ff;
	padding-top:3px;
	padding-left:5px;
	}
	
.menu_laterale li img {
	float:left;
	vertical-align:middle;
	}

.menu_laterale li div {
	padding-left:15px;
	margin-top:5px;
	float:left;
	}