/*
	Projekt: pauwau.ch
	Datei: menu.css | styles für alle menüs
	Author: NGI

  Verwendete Farben:
  #fff    = weiss
  #000    = schwarz
  etc.
  
*/


/* haupt- & subnavigationen */ 

/* LEVEL 1 */
.L1 li { float: left; width: 105px; margin-right: 20px;}
.L1 li a { 
  text-decoration: none; 
  color: #ff0000;
	display: block;
	padding: 3px 5px;
	text-transform: uppercase;
}

.L1 li a:hover,
.L1 li.act a {}

/* LEVEL 2 */
.L2 { width: 120px; }
.L2 li { font-size: 14px; border-bottom: 1px solid #000; padding: 1px 0; } 
.L2 li a { color: #000; padding: 2px 5px; text-decoration: none; display:block;}
.L2 li.act a { font-weight: bold; }

/* LEVEL 3 */
.L3 li { font-size: 12px; border-bottom: none; padding-left: 10px; display:block; } 
.L3 li a { color: #003300; } 
.L3 li.act a,
.L3 li a:hover {}
