#menuContainer
{
	padding-top: 25px;
	padding-bottom: 25px;
}

div.box_menu_chiuso
{
	cursor: pointer;
	background-image: url("../immagini/grafica/menusx/box.jpg");
	background-repeat: no-repeat;
	width: 201px;
	height: 66px;
	padding-top: 40px;
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: helvetica;
	text-transform: uppercase;
	margin-bottom: 10px;
}

div.box_menu_aperto a
{
	color: #515151;
}

div.box_menu_chiuso a
{
	color: white;
}

div.box_menu_testa
{
	background-image: url("../immagini/grafica/menusx/box_testa.png");
	background-repeat: no-repeat;
	width: 201px;
	height: 24px;
	padding-top: 15px;
	text-align: center;
	color: #515151;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: helvetica;
}

div.box_menu_piede
{
	background-image: url("../immagini/grafica/menusx/box_piede.png");
	background-repeat: no-repeat;
	width: 201px;
	height: 20px;
	margin-bottom: 10px;
}

div.menu_categorie_container
{
	width: 199px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

div.menu_categoria, div.menu_categoria.sel
{
	width: 100%;
	min-height: 17px;
	border-top: 2px solid #66BC86;
	text-align: center;
	background-color: white;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
}

div.menu_categoria:hover, div.menu_categoria.sel
{
	background-color: #009036;
	color: white;
}

div.borderBottom
{
	border-bottom: 2px solid #66BC86;
}

div.menu_subcat, div.menu_subcat.sel
{
	background-color: #C8D9E1;
	color: #009036;
	border-top: 1px solid #009036;
	cursor: pointer;
	height: 15px;
	font-size: 12px;
	text-align: center;
}

div.menu_subcat:hover, div.menu_subcat.sel
{
	background-color: white;
}

div.menu_categoria a
{
	color: #009036;
}

div.menu_categoria a:hover, div.menu_categoria.sel a, div.menu_categoria.sel a:hover
{
	color: white;
}

div.box_cerca
{
	background-image: url("../immagini/grafica/menusx/box.jpg");
	background-repeat: no-repeat;
	width: 191px;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 5px 3px 5px;
}

div.box_cerca_titolo
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

div.box_cerca_input
{
	color: black;
	font-size: 11px;
	margin-bottom: 8px;
}

div.box_cerca input[type=text]
{
	border: 1px solid #666666;
	width: 160px;
	font-size: 11px;
}

div.box_cerca input[type=submit]
{
	font-size: 11px;
	height: 18px;
	background-color: #DDDDDD;
}

div.box_login
{
	background-image: url("../immagini/grafica/menusx/box.jpg");
	background-repeat: no-repeat;
	width: 191px;
	height: 100px;
	padding: 3px 5px 3px 5px;
	margin-bottom: 10px;
}

div.box_login_titolo
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

div.box_login_input
{
	color: black;
	font-size: 11px;
	margin-bottom: 5px;
	height: 17px;
}

div.box_login input[type=text]
{
	border: 1px solid #666666;
	width: 120px;
	font-size: 11px;
}

div.box_login input[type=password]
{
	border: 1px solid #666666;
	width: 120px;
	font-size: 11px;
}

div.box_login_submit
{
	text-align: right;
	margin-right: 5px;
}

div.box_login input[type=submit]
{
	font-size: 10px;
	height: 18px;
	background-color: #DDDDDD;
}

div.box_login_registrati
{
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	float:left;
}

div.box_logout
{
	padding-top: 8px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #333333;
}

div.box_login_registrati a, div.box_logout a
{
	color: black;
}

div.box_login_registrati a:hover, div.box_logout a:hover
{
	color: black;
	text-decoration: underline;
}

div.box_login_welcome
{
	font-size: 13px;
	padding: 5px;
}

#banner_menu
{
	border: 1px solid white;
	width: 198px;
	height: 118px;
}
