#nav li.menu-level1-current-active,
#nav li.menu-level1-active {
	background-image: url('../grfx/nav_level1_act.gif');
}

#nav a {
	color: #6c5b5e;
}

#nav li a {
	border-color: #E7E2C9;
}

#nav li a:hover {
	background-color: #E9E3CA;
	color: black;
}

#tab_c1 td.col_nav {
    background: #efcad0 url('../grfx/bg_nav.gif') repeat-y;
}

#nav li.menu-level1-current-active a:hover {
	background-color: #D7B620;
	color: white;
}

#nav li.menu-level1-active a:hover {
	background-color: #970019;
	color: white;
}



/* -- 2. ebene -- */

#nav li.menu-level2-active a {
	background-color: #F4EDCA !important;
	color: #000 !important;
}

#nav ul.menu-level2 li a {
	background-color: #F8D212;
}

#nav li.menu-level2-current-active a {
	color: #000;
}

#nav li.menu-level2-current-active a:hover {
	background-color: #ECE4BE;
	color: #000;
}



/* -- 3. ebene -- */

#nav ul.menu-level3 li a {
    padding-left:15px !important;
    width:106px !important;
}

#nav ul.menu-level3 a {
    font-weight:normal !important;
    color: #753B47 !important;
}

#nav li.menu-level3-current-active a {
    font-weight:bold !important;
    color: #970019 !important;
}



/* mods */
#metanavi { left:500px; width:295px; }
#metanavi a { color:#fff !important; }

#nav li.spc { background-color:#BCB7A5; }




