﻿.sub-menu ul
{
	padding:0;
	margin:0;
	list-style-type:none
}

.sub-menu ul ul 
{
	width:134px;
}

.sub-menu li 
{
	position:relative;
	float:right;
	text-align: center;
    margin:0;	
	margin-right:3px;
	width:134px;
	line-height:28px
}

.sub-menu a
{
	display:block;
	font-size:13px;
	text-decoration:none; 
	color:#ffffff; 
	width:130px; 
	height:33px; 
	background-image:url(../pictures/bgbottone.gif);
	background-position:left top;
	background-repeat:no-repeat
	
}

html .sub-menu a
{
	width:134px;
	w\idth:134px;
	height:33px
}

.sub-menu table 
{
	position:absolute;
	border-collapse:collapse; 
	border:0; 
	left:0; 
	bottom:-1px
}

.sub-menu ul ul 
{
	position:absolute;
	visibility:hidden;
	bottom:33px;
	left:0; 
	width:134px;
}

* html .sub-menu ul ul 
{
	bottom:33px
}
/*
.sub-menu ul ul a.active-sez
{
    background-image:url(../pictures/freccia-mini.png);
    background-position:left;
    background-repeat:no-repeat
}
*/

.sub-menu ul ul a
{
    float:right;
    margin-right:2px;
    border-bottom:2px solid white;
	background:#797a7c; 
	color:#ffffff; 
	width:129px;
	height:25px;
	line-height: 23px;
	
}

* html .sub-menu ul ul a
{
	width:134px;
	w\idth:134px;
	height:25px
}

.sub-menu ul ul a:hover
{
	background:#626264; 
}

.sub-menu:hover > a, 
.sub-menu ul ul:hover > a 
{
	color:#ffffff;
	background:#9ab019
}

.sub-menu ul ul:hover > a 
{
	color:#ffffff;
	background:#626264; 
}

.sub-menu ul li:hover ul,
.sub-menu ul a:hover ul
{
	visibility:visible;
	height:auto
}

