﻿
body 
{
    /*behavior:url(csshover.htc); */
}

/*#menuStat ul li 			{ float: left; width: 100%;}
#menuStat ul li a 		{ height: 1%; font-size: 10px;}*/
/*#menuStat a, #menuStat h2 { font: bold 10px Verdana, Arial, sans-serif; }*/

/* ========================== */
/* MENU SUPERIORE */
#menuStat,
#menuStat div 
{
    float: left;
	/*width: 100%;
	*/
	/*border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #069;*/
}

/*celle principali*/
#menuStat ul, #menuStat h1 
{
    float: left;
	/*
	width: 94px;*/
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* titoli principali e divisore di sezioni*/
#menuStat a, #menuStat h2, #menuStat h1, #menuStat h4{
	/*font: bold 10px/10px Verdana, Arial, sans-serif;
	display: block;
	background-color: #069;
	border-left: solid 1px #000;
	color: #fff;*/
	margin:0;
	/*padding: 6px 1px;*/
	cursor: pointer !important;
	cursor: hand;	
}

/* voce singola */
#menuStat h1 {
	padding: 0;
	text-align: center;
}

/* titoli principali */
#menuStat h2 
{
    max-width:120px;
    font-size:11pt;
    margin:0 12px 0 4px;
    text-decoration:none;
    color:#336600;
    font-weight:normal;
}

/* divisore di sezioni */
#menuStat h4 
{
	background-color: #103242;
	border-bottom: solid 1px #000;
	text-align: center;
	cursor: text;
}

/*sottotendine*/
#menuStat a 
{
	/*color:#069;
	background-color: #d6d6d6;*/
    font-size:11pt;
    text-decoration:none;
    color:#2F3F1F;
}

/* tendine */
#menuStat ul ul li a:Link,
#menuStat ul ul li a:Active,
#menuStat ul ul li a:Visited,
#menuStat ul ul li a:Hover 
{
    margin:1px;
    padding:2px;
    display:block;
	color:#4D6833;
	background-color:#F4F8DF;
}
#menuStat ul ul li a:hover 
{
    color:#4D6833;
    background-color:#FFFFC9;
}

/*sottotendine hover*/
/*#menuStat a:hover 
{
    color:White;
	background-color:#6F994B;
}*/

/*link principali*/
#menuStat h1 a:link, #menuStat h1 a:visited 
{
	/*color: #fff;
	background-color: #069;*/
	border: 0;
}

/* link principali hover*/
#menuStat h1 a:hover, #menuStat h2:hover 
{
	/*color: #103242;
	background-color: #f0f0f0;*/
}

#menuStat h1.switchmenu a:link, #menuStat h1.switchmenu a:visited 
{
	/*color: #069;
	background-color: #fff;*/
}

#menuStat h1.switchmenu a:hover 
{
	/*color: #f00;
    background-color: #fff;*/
}

#menuStat h1.switchmenu 
{
    width: 100px; 
}
#menuStat #switch 			
{
    float:right; 
}
#menuStat li 						
{
    position: relative; 
}

/*inizio sottotendina*/
#menuStat ul ul {
	width: 150px;
	position: absolute;
	z-index: 500;
	border:3px solid #4D6833;
	background-color:#E3EFB4;
	text-align:left;
	padding:0;
	top:17px;
	left:0;
}

#menuStat ul ul ul {
	position: absolute;
	top: 5px;
	left: 100%;
}

div#menuStat ul ul, div#menuStat ul li:hover ul ul, div#menuStat ul ul li:hover ul ul 
{
	display: none;
}

div#menuStat ul li:hover ul, div#menuStat ul ul li:hover ul 
{
	display: block;
}
/* ========================== */



