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


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

#barra_menu li a {height:25px;color:#ffff00;font-size:18px;text-decoration: none;padding:4px 5px;margin-left:3px;}

#barra_menu li a span {display: block;}

#barra_menu li a:hover {color: #000;background:#C7E5F9;padding:4px 5px;}	

#barra_menu li a.onpage {color: #000; border:1px solid #C7E5F9; background:#C7E5F9;padding:4px 5px;}	

#barra_menu li a:hover.onpage {cursor:default;color:#000}	




/*- - - - - - - - - - - - - - - - - - - Menu di navigazione footer - - - - - - - - - - - -  - -  - - - - - - - - - - - */

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

#menu_footer li a {height:25px;padding-left:15px;color:#A1A9AD;font-size:12px;text-decoration: none;margin-left:3px;}

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

#menu_footer li a:hover {color: #000;border:none;}	

#menu_footer li a.onpage {color: #000}	

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