#barra {
	width:auto;
	min-height:22px;
	margin:0px 0px 5px 0px;
	background: #f1d720 url('../images/barra_sfondo.gif') repeat;
	/*z-index:2;*/
	text-align:left;

	border-top: 1px solid #cbb51c;
	border-bottom: 1px solid #cbb51c;
}
* html #barra
{
	height: 22px;
}

#barra a {
	display:block;
	float:left;
	color: #175A97;
	font-size: 10pt;
	font-weight: bold;
	text-decoration:none;

	padding-left:10px;
	padding-right: 10px; 
	
	margin:0px 0px 0px 0px;
	height:22px;

	border-left: 1px solid #fbf2d3;
	border-right: 1px solid #cbb51c;
		
	background: #fbebaf url('../images/barra_sfondo.gif') repeat-x;
}

#barra a:hover{ 
	background: url('../images/barra_sfondo_sel.gif') repeat-x;
}

#barra a:visited{ 
	color: #175A97;
	text-decoration:none;
}

#barra a img {
	padding-top:1px;
}

/*Classi del menu */

#menu {
	float: left;
	/*background: #fbf7ee url(../images/interfaccia/menuRip.jpg) repeat-y;*/
	
	width:183px !important;
	width:185px;
	margin: 0px 0px 0px 5px;
	
	border: 1px solid #929085;	
	background-color: #ffffff;

	z-index:1;
	min-height:474px;
}
* html #menu{
	height:474px;
}

#menu_sfondo {	
	/*background:url('../images/menu_sfondo.gif') no-repeat;*/
}


#menu_voce_intestazione,#menu_voce_back{
	height:23px;
	font-size: 12px;
	font-weight: bold;
	color: #1d3959;
	border-top: 1px solid #e9f4f9;
	border-bottom: 1px solid #acbfe5;
	background: #4e8cbd url('../images/toolbar_calendar_sfondo.gif') repeat-x;
	
}

#menu_voce_intestazione a, #menu_voce_intestazione  p,#menu_voce_back a, #menu_voce_back  p {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	color: #1d3959;	
}

#menu_voce_intestazione a:hover,#menu_voce_back a:hover {
	color: #ffffff;
	background: url(../images/toolbar_calendar_sfondo_sel.gif) repeat-x;
}
#menu_voce_intestazione a:visited, #menu_voce_back a:visited {
	color: #1d3959;
}

#menu_voce,#submenu_voce,#submenu_voce_no_sfondo,#submenu_voce_sel {
	font-size: 10px;
	font-weight: normal;
	color: #175A97;
	background-color: #FFFFFF;
	text-align: left;
}

#menu_voce a, #menu_voce p,#submenu_voce a, #submenu_voce p, #submenu_voce_no_sfondo a, #submenu_voce_no_sfondo p, #submenu_voce_sel p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 23px;
	
	border-bottom: 1px solid #dddddd;
	
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	height:auto;
	width: auto;
	text-align: right;
	background: #FFFFFF url('../images/arrow_right_02.gif') center right no-repeat;
}

#submenu_voce_no_sfondo {
	background-image: none;
}
#submenu_voce_sel, #submenu_voce_sel p{
	background: #fbebaf url('../images/arrow_right_02.gif') center right no-repeat;
}

#menu_voce p,#submenu_voce p, #submenu_voce_no_sfondo p, #submenu_voce_sel p {
	text-align: center;
}

#menu_voce a:hover,#submenu_voce a:hover,#submenu_voce_no_sfondo a:hover {
	background-color: #eee;
}

#menu_voce a:visited,#submenu_voce a:visited,#submenu_voce_no_sfondo a:visited {
	color: #175A97;
}



/* Fine Classe Menu */ 


