

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/upmenu.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


.menu
{	
	font-family: verdana, arial, sans-serif;
	width: 972px;
	font-size: 11px;
}
.menu ul li a, .menu ul li a:visited
{
	display: block;
	text-decoration: none;	
	height: 25px;
	text-align: right;
	color: #aaa;
	padding-right: 10px;
	padding-left: 10px;
	padding-top:7px;
	padding-bottom:6px;
	border-left: 0px solid #fff;
	border-width: 0 1px 1px 0;
	line-height: 25px;
	font-size: 11px;
}
.menu ul li.separatore
{
	display: block;
	text-decoration: none;	
	height: 25px;
	text-align: right;
	color: #aaa;
	padding-top:7px;
	padding-bottom:6px;
	border-left: 0px solid #fff;
	border-width: 0 1px 1px 0;
	line-height: 25px;
	font-size: 11px;
}

.menu ul
{	
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li
{
	float: right;
	position: relative;
}
.menu ul li ul
{	
	visibility: hidden;
	position: absolute;
	display:none;
}

.menu table
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 1em;
	margin: 1px;
}

.menu ul li:hover a, .menu ul li a:hover
{
	color: #FFFF00;	
}

.menu ul li:hover ul, .menu ul li a:hover ul
{
	max-height:420px;
	overflow-y:auto;	
	visibility: visible;
	display:block;
	bottom: 38px;
	border-bottom: solid 0px #aaa;
	right: 0;	
	width:220px;
}

.menu ul li:hover ul li, .menu ul li a:hover ul li
{
	display: block;
	background: #fff;
	color: #000;	
	clear: both;	
	
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a
{
	display: block;
	background: #222;
	color: #aaa;
	width: 100%;
	text-align:right;
	width:120px;	
	padding-top:2px;
	padding-bottom:2px;
}

.menu ul li.stati:hover ul li a, .menu ul li.stati a:hover ul li a
{
	display: block;
	background: #222;
	color: #aaa;
	width: 100%;
	text-align:right;
	width:180px;	
}



.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover
{
	background: #333;
	color: #ff0;
}





