html,body{margin: 0px; height: 100%; font-family: verdana, arial, sans-serif; font-size: 100%; text-align: Center 
scrollbar-face-color: #e1e1e1;
scrollbar-shadow-color: #e1e1e1;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #ffffff;
scrollbar-arrow-color: #ffffff;}

a, a:link, a:active {font-style:normal; text-decoration:none; color:#000000; }
a:visited { color:#de260f; }
a:hover { text-decoration:underline; color:#000000; }
img { border:0; }

* { padding: 0px; margin: 0px; }

div#selected {padding: 0px 5px 0px 15px;}

/**************************************************************************************/
LI { list-style: none; }


#menu1 {
	background: #f8f8f8;
	padding-left: 5px;
	height: 43px;
	margin: 1px;
}

#menu1 LI {
	background: url('../images/old/NavCurrent.png') #f8f8f8 repeat-x;
	text-transform: uppercase;
	line-height: 43px;
	font-size: 12px;
	float: left;
	width:150;
}

#menu1 LI UL {
	border: 1px solid #000000;
	background: #999999;
	position: absolute;
	z-index: 100;
	display: none;
	}

#menu1 LI A {
	background: url('../images/old/NavTab.png') #f8f8f8 no-repeat;
	padding: 0px 5px 0px 15px;
	color: #000000; 
	display: block;
	width:150;
}

#menu1 LI A:hover {
	background: url('../images/old/NavCurrent.png') #f8f8f8 repeat-x;
	text-decoration: none;
	color: #000000;
}

#menu1 LI:hover > A { background: url('../images/old/NavCurrent.png') #f8f8f8 repeat-x; }
#menu1 .hover { background: url('../images/old/NavCurrent.png') #f8f8f8 repeat-x; }

#menu1 LI UL LI { 
	margin-right: 0px;
	line-height: 18px;
	float: none; 
	width: 180px;
	text-align:left;
	background: url('../images/old/NavTab.png')
}

#menu1 LI UL LI A { 
	padding: 5px 10px 5px 10px;
	line-height: 15px;
	font-size: 10px;
	color: #000000;
	width: 160px;
}

#menu1 LI:hover UL { display: block; }

#menu1 LI UL LI A:hover { background: #f8f8f8; }


/**************************************************************************************/
.fade {background: #f8f8f8 repeat-x bottom !important; text-decoration: underline; }
.fade3 { background: url('../images/pulsanti/bg-fade3.gif') #4A4A4A repeat-x bottom !important; }
.selected {background: url('../images/old/NavCurrent.png') #4A4A4A repeat-x bottom !important; }
/**************************************************************************************/