/*
+---------------------------------------------------------------+
|	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 ew8
|   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 - - - - - - - - - - - -  - -  - - - - - - - - - - - */


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

#nav li a {float:left;height:25px;padding-left:15px;color:#747473;font-size:18px;text-decoration: none;margin-left:3px;}

#nav li a span {display: block;padding-right:15px;}

#nav li a:hover {color: #842702;border:none;}	

#nav li a.onpage {color: #B83602}	

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




/*- - - - - - - - - - - - - - - - - - - FINE MENU DI NAVIGAZIONE PRINCIPALE- - - - - - - - - - - -  - -  - - - - - - - - - - - */




/*- - - - - - - - - - - - - - - - - - - MENU DI NAVIGAZIONE LATERALE - - - - - - - - - - - -  - -  - - - - - - - - - - - */


#nav_laterale ul{list-style:none;padding:0;margin:0;}
#nav_laterale li { text-align:right;margin:8px 0 8px 4px;}

#nav_laterale li a {height: 35px;font: bold 15px 'courier new' , courier;text-decoration: none;color: #fff;}

#nav_laterale li a span {padding: 2px 4px;background:#3A3A3A;}

#nav_laterale li a:hover {color: #fc0000;border:none;}	

#nav_laterale li a:hover  span {padding: 2px 4px;background:#000;}	

#nav_laterale li a.onpage {color: #fc0000;}	

#nav_laterale li a.onpage span{padding: 2px 4px;background:#000;}	

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




/*- - - - - - - - - - - - - - - - - - - FINE MENU DI NAVIGAZIONE LATERALE- - - - - - - - - - - -  - -  - - - - - - - - - - - */



