div
{
    font: Normal 11px Verdana;
}
#MENU_CONTAINER
{
	margin: 6px 0px 0px 13px;
}
a.MENU
{
    display: Block;
    position: Relative;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
a.MENU:hover
{
    display: Block;
    position: Relative;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
}
a.SMENU
{
    display: Block;
    position: Relative;
    background-color: #CCCCCC;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
a.SMENU:hover
{
    display: Block;
    position: Relative;
    background: #EEEEEE;
    color: #000000;
    font-weight: Bold;
    text-decoration: None;
    padding: 3px 3px 3px 3px;
}
div.SMENU
{
    visibility: Hidden;
    position: Absolute;
    margin: -18px 0px 0px 130px;
    background: #CCCCCC;
}























/* ALTRI STILI A CORREDO DELLA PAGINA DI ESEMPIO */

body
{
	background: #FFFFFF;
	color: #000000;
	margin: 10px 10px 10px 10px;
}
div
{
	font-size: 13px;
	font-family: verdana;
}
td
{
	font-size: 10px;
	font-family: verdana;
}
#MJ_Author
{
	margin: 100px 0px 0px 0px;
}
a
{
	color: #3366CC;
	text-decoration: underline;
}
a:hover
{
	color: #DD0000;
	text-decoration: underlinene;
}
p
{
	font-size: 16px;
	font-family: verdana;
}

