/*liste*/
/*lista di default*/
#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li 
{
/*background: transparent  left center no-repeat;*/
list-style-image:url(../images/list-off.png);
margin-left:25px;
padding-left: 0px;
text-align: left;
text-decoration: none;
color: #000000;
}
/*liste*/

.block_menu_head{
	padding: 5px 25px;
	position: relative;
	margin:1px;
    font:bold 12px trebuchet ms;
    border:1px solid #e8e8e8;
    background: #ffffff url(../images/li_green.png);
    background-repeat:no-repeat;
}
div#titleformenu{
float:left;
padding:5px;
width:160px;
height:19px;
border-bottom:2px solid #e8e8e8;
    background: #ffffff url(../images/bg_header.png);
    background-repeat:no-repeat;
	 font:normal 13px trebuchet ms;
	 font-weight:bold;
	 color:#ffffff;
}


div#blockformenu{
float:left;
padding-top:15px;
padding-bottom:25px;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
margin-bottom:10px;
padding-left:5px;
padding-right:5px;
}

div#blockmenu{

}

div#blockmenu a{    
  display:block;
  color:#333333;
  background-color:#ffffff;padding-top:4px;padding-bottom:4px;
  border-bottom:1px solid #e8e8e8;
  margin-left:0px;
  padding-right:23px;
  width:135px;
  font:normal 12px trebuchet ms;
  text-decoration:none;
  background: #ffffff url(../images/bg_grey.png)  no-repeat;
}
div#blockmenu a:visited{ background: #ffffff url(../images/bg_grey.png);}
div#blockmenu a:hover{   background: #ffffff url(../images/bg_green.png); color:#666666;}
div#blockmenu a.active{   background: #ffffff url(../images/bg_green.png); color:#008b00;}

/*utility*/
div#titleforutility{
float:left;
padding:5px;
width:160px;
height:19px;
border-bottom:2px solid #e8e8e8;
    background: #ffffff url(../images/bg_utility.png);
    background-repeat:no-repeat;
	 font:normal 13px trebuchet ms;
	 font-weight:bold;
	 color:#ffffff;
}


div#blockforutility{
float:left;
padding-top:15px;
padding-bottom:25px;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
border-bottom:1px solid #e8e8e8;
margin-bottom:10px;
padding-left:5px;
padding-right:5px;
}

/*suggerimenti*/
/*suggerimenti*/
div#titleforsuggerimenti{
float:left;
padding:5px;
width:160px;
height:19px;
border-bottom:2px solid #e8e8e8;
    background: #ffffff url(../images/bg_header_sugg.png);
    background-repeat:no-repeat;
	 font:normal 13px trebuchet ms;
	 font-weight:bold;
	 color:#ffffff;
}
div#boxsuggerimenti{float:left;padding:3px;background:#f8f8f8;}

div#blockmenusugg{
background-color:#ffffff;
}

div#blockmenusugg a{    
  display:block;
  color:#333333;
background-image: url(../images/link_grey.png);background-position:bottom;
  padding-top:7px;padding-bottom:7px;
  border-bottom:1px solid #e8e8e8;
  margin-left:0px;
  padding-left:10px;
  padding-right:10px;
  width:144px;
  font:normal 12px trebuchet ms;
  text-decoration:none;
}
div#blockmenusugg a:visited{background-image: url(../images/link_grey.png);background-position:bottom;border-bottom:1px solid #e8e8e8;}
div#blockmenusugg a:hover{      background-image: url(../images/link_green.png);background-position:bottom;color:#098b33;border-bottom:1px solid #e8e8e8;}
