@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------
	Template Name : Olio Boeri
	Template Code : OB_V_1.0
	Version : 1.0   
	Author : Luca Bordonaro
	Author URI : http://www.freementi.com     
	Last Date Modified : 16/08/2008
 ------------------------------------------------ */

/*----------------------------------------menu GENERALE sito-------------------------------------------------------*/

#menu {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	width: 300px;
	margin-top: 0px;
}
#menu ul {
	text-align: left;
	list-style-type: none;
	font-weight: normal;
}
#menu li {
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#menu li a {
	color: #003333;
	text-decoration: none;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	background-image: url(../immagini/inc_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 38px;
	width: 280px;
	padding-left: 20px;
	line-height: 40px;
	height: 40px;
}
#menu li a:hover {
	color: #336633;
	text-decoration: none;
	background-color: #d8d3c6;
}
.active{
	color: #336633;
	text-decoration: none;
	background-color: #d8d3c6;
}

/*----------------------------------------menu prodotti-------------------------------------------------------*/
#prod {
	display: block;
}
#prod ul {
	list-style-type: none;
	width: 290px;


}
#prod li {
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#prod li a {
	color: #382d24;
	text-decoration: none;
	display: block;
	font-family: "Palatino Linotype", "Times New Roman", serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 35px;
	height: 35px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cec6b8;
	padding-left: 5px;
}
#prod li a:hover {
	color: #382d24;
	text-decoration: none;
	background-color: #D1CBBA;
}
