
#info {background:#f8f8f8; border:0;}

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:940px; height:39px; position:relative; z-index:100; font-family:Verdana, Arial, Helvetica, sans-serif;
 background-image:url(/_templates/commons/level2_bg.gif); background-repeat:no-repeat; background-position: top right; 
}

* html .menu {width:941px; width:940px;}

.menu ul {padding:0;margin:0;list-style-type:none; background-color:#ccd5dc; border:0;

}
.menu ul ul {width:149px;}

.menu li {float:left;

position:relative; font-size:10pt; font-family:Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:normal;}

.menu li span.attivo {padding-left:10px; padding-right:10px; line-height:35px; font-weight:bold;}

.menu a, .menu a:visited {display:block;font-size:10pt;text-decoration:none; color:#002f50; 

height:37px; 

border:0; 
 background:#ccd5dc; padding-left:10px; padding-right:10px; line-height:35px; font-weight:normal;}




.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#002f50 url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}

.menu ul ul a.drop:hover{background:#c9ba65 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 130px center;}

.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}

.menu ul ul ul a:hover {background:#b2ab9b;}



.menu ul ul {visibility:hidden;position:absolute;height:0;top:37px;left:0; width:149px;border:0;}

* html .menu ul ul {top:30px;top:37px;}


.menu ul ul ul{left:149px; top:-1px; width:149px;}


.menu ul ul ul.left {left:-149px;}


.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}


.menu ul ul a, .menu ul ul a:visited {background:#002f50; color:#FFF; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;font-size:10pt;text-transform:none;}

* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;width:128px;}


.menu a:hover, .menu ul ul a:hover{color:#002f50; background:#a3b4c0;}
.menu :hover > a, .menu ul ul :hover > a {color:#002f50; background:#a3b4c0;}


.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

.menu ul :hover ul ul{visibility:hidden;}

.menu ul :hover ul :hover ul{ visibility:visible;}


