﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/menu-sfondo.gif) repeat-y scroll left top;
	
    
}

h1 {
	font-size: 16pt;
	text-align: center;
}

#header h1 a{
	letter-spacing: 0.1em;
	}
	

h2 {
	font-size: 14pt;
	text-align: center;
}

h3 {
	font-size: 12pt;
	text-align: center;
    }

h4 {
	color: #96965F;
	font-weight: normal;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	}

blockquote {
	text-align: center;
}

.cell {
	background-color: #cccc99; /*#ced1b2;*/
	font-weight: bold;
	text-align: center;
	
}

a {
	color: #666644;
	text-decoration: none;
}

a:hover {
	color: #aaaa77 !important;
	}

#navigation *{
	color: #666644;
	padding-top: 3px;
	padding-bottom: 3px;
	}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navigation ul ul {
	/*list-style: url("http://www.accademiaentomologia.it/images/list-bullet.gif") square ;*/
	}

#navigation ul ul li {
	margin-left: 20px;
        font-size: smaller;
        /*line-height: 2px;*/
        padding: 0;
	}
	
#navigation li {
	/*border-bottom: 1px solid #90bade;*/
	margin: 0;
	}

#navigation li a {
	display: block;
	}

#navbar ul {
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	border: none;
	}

#navbar ul li {
    display: inline;
    padding: 0 20px 0 20px;
    }
