/* STILI INDISPENSABILI PER IL MENU */

#MJ_MainMenu
{
	background: #95B100;
	width: 150px;
	
}
div.MJ_HiddenLink
{
	visibility: hidden;
	position: absolute;
}
div.MJ_VisibleLink
{
	visibility: visible;
	position: relative;
	width: 100%;
}
a.MJ_VoiceClass, a.MJ_VoiceClass:hover
{
	display: block;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	}
a.MJ_VoiceClass
{
	color: #000000;
}
a.MJ_VoiceClass:hover
{
	color: #FFCC00;
}
a.MJ_LinkClass, a.MJ_LinkClass:hover
{
	display: block;
	position: relative;
	color: #000000;
	text-decoration: none;
	padding: 5px 0px 5px 5px;
	border-bottom: solid 1px #FFFFFF;
}
a.MJ_LinkClass
{
	background: #F78D1C;
}
a.MJ_LinkClass:hover
{
	background: #DDDDDD;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- */

/* ALTRI STILI A CORREDO DELLA PAGINA DI ESEMPIO */

body
{
	background: #FFFFFF;
	color: #000000;
	margin: 0px 0px 0px 0px;
}
div#barrasopra
{
	text-align: center;
	width: auto;
	background: #95B100;
}

td, div
{
	font-size: 10px;
	font-family: verdana;
}
#MJ_Author
{
	margin: 100px 0px 0px 0px;
}
a
{
	color: #3366CC;
	text-decoration: underline;
}
a:hover
{
	color: #FF9900;
	text-decoration: underlinene;
}
.sfondo {

}

.dek{
	Z-INDEX: 200; VISIBILITY: hidden; POSITION: absolute
}