body
{
	background-image: url('bg.jpg');
	text-align: center;
	margin: 0px;
}

#main_body
{
	background-image: url('content.jpg');
	background-repeat: repeat-y;
	width: 992px;
	margin: 0px auto;
}

#content
{
	background: black;
	width: 806px;
	font-family: tahoma;
	font-size: 16px;
	color: #e0e0e0;
	text-align: justify;
	padding: 5px;
	margin-left: 159px;
}

#content a
{
	text-decoration: none;
	font-weight: bold;
	color: #8080ff;
}

#content a:hover
{
	color: #ffc080;
}

#content .facile
{
	color: #00ff00;
	font-weight: bold;
}

#content .medio
{
	color: yellow;
	font-weight: bold;
}

#content .difficile
{
	color: red;
	font-weight: bold;
}

#content .corso
{
	color: #ff8000;
	font-weight: bold;
}

#content table
{
	color: #e0e0e0;
	font-size: 13px;
	font-weight: bold;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	border-collapse: collapse;
}

#content table, td
{
	border: 1px solid;
}

#content td
{
	padding: 5px;
}

#content thead
{
	text-align: center;
	font-style: oblique;
}

#footer
{
	background-image: url('bottom.jpg');
	width: 992px;
	height: 52px;
	margin: 0px auto;
}

#footer_text
{
	font-family: tahoma;
	font-size: 11px;
	float: left;
	margin-top: 24;
	margin-left: 26;
}

#menu
{
	width: 134px;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 0;
	float: left;
}

#menu ul
{
	list-style: none;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
}

#menu ul li
{
    position: relative;
}
#menu li:hover ul
{
    display: block;
}

#menu ul li a
{
	display: block;
	width: 120px;
	height: 26px;
}

#menu ul ul
{
    position: absolute;
    top: 1px;
    left: 120px;
    text-align: left;
    width: 120px;
    
    display: none;
}

#menu ul ul li
{
    color: rgb(64, 64, 64);
    padding: 3px;
    height: 14px;
    background-color: rgb(255, 255, 128);
    text-decoration: none;
    border-style: solid;
    border-color: rgb(128, 128, 0);
    border-width: 1px;
    font-family: Tahoma;
    font-size: 12px;
    margin-top: -1px;
}

#menu ul ul li a
{
    text-decoration: none;
    color: rgb(64, 64, 64);
}

#menu ul ul li a:hover
{
    color: rgb(64, 64, 0);
}

#menu ul ul li:hover
{
    color: rgb(64, 64, 0);
    background-color: rgb(128, 128, 0);
}

#menu_home_page
{
	background: url('immnu_01a.gif') no-repeat ;
}
#menu_home_page:hover
{
	background: url('immnu_01b.gif') no-repeat top left;
}

#menu_chi_siamo
{
	background: url('immnu_02a.gif') no-repeat top left;
}
#menu_chi_siamo:hover
{
	background: url('immnu_02b.gif') no-repeat top left;
}

#menu_contatti
{
	background: url('immnu_03a.gif') no-repeat top left;
}
menu_contatti:hover
{
	background: url('immnu_03b.gif') no-repeat top left;
}

#menu_appuntamenti
{
	background: url('immnu_04a.gif') no-repeat top left;
}
#menu_appuntamenti:hover
{
	background: url('immnu_04b.gif') no-repeat top left;
}

#menu_uscite
{
	background: url('immnu_05a.gif') no-repeat top left;
}
#menu_uscite:hover
{
	background: url('immnu_05b.gif') no-repeat top left;
}


#menu_astr_pratica
{
	background: url('immnu_06a.gif') no-repeat top left;
	display: inline-block;
	width: 120px;
	height: 26px;
	margin-left: -14px;
	margin-bottom: -4px;
	position: relative;
}
#menu_astr_pratica:hover
{
	background: url('immnu_06b.gif') no-repeat top left;
}

#menu_archivio
{
	background: url('immnu_07a.gif') no-repeat top left;
}
#menu_archivio:hover
{
	background: url('immnu_07b.gif') no-repeat top left;
}

#menu_meteo
{
	background: url('immnu_08a.gif') no-repeat top left;
}
#menu_meteo:hover
{
	background: url('immnu_08b.gif') no-repeat top left;
}

#menu_link_utili
{
	background: url('immnu_09a.gif') no-repeat top left;
}
#menu_link_utili:hover
{
	background: url('immnu_09b.gif') no-repeat top left;
}

#menu_credits
{
	background: url('immnu_10a.gif') no-repeat top left;
}
#menu_credits:hover
{
	background: url('immnu_10b.gif') no-repeat top left;
}
