﻿body
{
	font-family: "Trebuchet MS"
}

.menu ul
{
	padding:0;
	margin:0;
	list-style-type:none
}

.menu ul ul 
{
	width:113px
}

.menu li 
{
	position:relative;
	float:left;
	text-align: center;
    margin:0;	
	margin-right:3px;
	width:113px;
	line-height:22px
}

.menu a
{
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#ffffff; 
	width:113px; 
	height:25px; 
	border:2px solid #ffffff; 
	border-width:2px 2px 0 0; 
	background-color:#b8ce5a; 
}

* html .menu a
{
	width:113px;
	w\idth:113px;
	height:25px
}

.menu table 
{
	position:absolute;
	border-collapse:collapse; 
	border:0; 
	left:0; 
	bottom:-1px
}

.menu ul ul 
{
	position:absolute;
	visibility:hidden;
	bottom:27px;
	left:0; 
	width:113px
}

* html .menu ul ul 
{
	bottom:27px
}

.menu ul ul a.active-sez
{
    background-image:url(../pictures/freccia-mini.png);
    background-position:left;
    background-repeat:no-repeat
}

.menu ul ul a
{
	background:#797a7c; 
	color:#ffffff; 
	height:auto; 
	width:113px;
	height:25px
	
}

* html .menu ul ul a
{
	width:113px;
	w\idth:113px;
	height:25px
}

.menu a:hover
{
	color:#fff; 
	background:#9ab019
}

.menu ul ul a:hover
{
	background:#626264; 
}

.menu:hover > a, 
.menu ul ul:hover > a 
{
	color:#ffffff;
	background:#9ab019
}

.menu ul ul:hover > a 
{
	color:#ffffff;
	background:#626264; 
}


.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible;
	height:auto
}
