/*
+---------------------------------------------------------------+
|	e107 website system
|
|	©Steve Dunstan 2001-2005
|	http://e107.org
|	jalist@e107.org
|
|	Released under the terms and conditions of the
|	GNU General Public License (http://gnu.org).
|
|
|   Tema mj
|   by Alf - http://www.e107works.org
|   Released under the terms and conditions of the
|   Creative Commons "Attribution-Noncommercial-Share Alike 3.0"
|   http://creativecommons.org/licenses/by-nc-sa/3.0/
+---------------------------------------------------------------+
*/

/*=== MENU DI NAVIGAZIONE PRINCIPALE ===*/


#navigazione ul{list-style:none;padding:0;margin:0;}
#navigazione li { display:inline;}

#navigazione li a {float:left;height: 35px;padding-left:18px;font: bold 150%/35px "Trebuchet MS",Arial,sans-serif;background:url(img/bottone.gif) no-repeat top left;text-decoration: none;color: #626161;margin-left:4px;cursor:pointer;}

#navigazione li a span {display: block;padding-right: 18px;height:35px;background:url(img/bottone.gif) no-repeat top right}

#navigazione li a:hover {color: #fff;border:none;}	

#navigazione li a.onpage {background-position: bottom left;color: #5D595F;}	

#navigazione li a.onpage span{ background-position: bottom right;padding-top:0px;height:35px;}	

#navigazione li a:hover.onpage {cursor:default;}	
	

/*=== MENU DI menu_secondarioIGAZIONE SECONDARIO ===*/

#menu_secondario ul{list-style:none;padding:0;margin:0;}

#menu_secondario li { text-align:right;}

#menu_secondario li a {height: 15px;font-weight: bold;text-decoration: none;color:#fff;}

#menu_secondario li a:hover {text-decoration: underline;}	

