H1 { font-family: Georgia, Times New Roman, serif; }

H1 SMALL { display: block; }

IMG { border: 0px; }

P { line-height: 180%; }

LI { list-style: none; }

A { color: #BD1D1D; }

A:hover { text-decoration: none; }

/**************************************************************************************/
#test {
	width:328px;
	height:60px;
	float:right;
	}
	
#menu {
	background:url(../images/bt.gif) no-repeat;
	font-family:"Trebuchet MS";
	height: 60px;
	width:436px;
	margin-left:10px;
	margin-top:6px;
}

#menu LI {
	line-height: 30px;
	font-size: 14px;
	float: left;
}

#menu LI A {
	padding: 0px 20px 0px 13px;
	margin-top:4px;
	text-decoration: none;
	display: block;
	color:#FFFFFF;
	height:26px;
	width:67px;
	text-align:center;
	margin-left:6px;
}


#menu LI A:hover {
	background:#eee0ce url(../images/hover.gif) no-repeat;
	color:#3c171a;
}

/*IE6*/
*html #menu LI A:hover {
	background: url(../images/hover.gif) no-repeat;
	color:#3c171a;
}


#menu LI UL LI A {
	padding: 0px 10px 0px 8px;
	font-size: 12px;
	color:#FFFFFF;
	width:auto;
	margin-left:15px;
}

/* IE7*/
*:first-child+html #menu LI UL LI A {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color:#FFFFFF;
	width:auto;
	margin-left:15px;
}

#menu LI UL LI A:hover {
	text-decoration:none;
	background: transparent;
	color:#3c171a;
	background:#eee0ce;
}

/* IE7*/
*:first-child+html #menu LI UL LI A:hover {
	text-decoration:none;
	background: transparent;
	color:#3c171a;
	background:#eee0ce;
}


#menu UL LI UL {
	position: absolute;
	display: none;
	width: 550px;
}

/*IE6*/
#menu UL LI UL {
	position: absolute;
	display: none;
	width: 550px;
}

#menu UL LI:hover UL, #menu UL LI A:hover UL, #menu LI.sfhover UL { 
	display: block;
	background:url(../images/bt2.gif) no-repeat;
	width:380px;
	margin-left:-185px;
	height:40px;
	 }


#menu .sel, #menu .actual, #menu .sel:hover {
	/*background: url('images/menu-item-sel.jpg') repeat-x;*/
	padding: 0px 20px 0px 20px;
	color: #F4F4EA;
	
}

#menu .neutral {
	background: transparent !important;
	color: #BC1C1C !important;
}

/*#menu .sub-chisiamo { margin-left: 0px; }*/
#menu .sub-parsifal { margin-left: -180px; }
/*#menu .sub-rivista { margin-left: 0px; }
#menu .sub-memoria { margin-left: 0px; }
#menu .sub-convegno { margin-left: 0px; }*/

*html #menu .sub-parsifal { margin-left: -108px; }

.main-item {
	display:none;
	}
