#mainlevel li {
	margin-right: 10px;
}
#mainlevel li ul li {
	margin-right:0;
}
#mainlevel li ul li a {
	padding:3px 18px 3px 18px;	
}
#mainlevel {
	background:#0C1327;
	border:none;
}
/*Hintergrund Kasten*/
ul.first-of-type {
	background-color: #EEEEE1;
}
/*Schatten*/
.yui-menu-shadow-visible {
	background-color: #000;;
	opacity: .12; *
	filter: alpha(opacity = 12);
}
.yui-menu-shadow-visible {
	top: 2px;;
	right: -3px; /*-4*/
	left: -3px;; /*4*/
	bottom: -3px;;
	visibility: visible;
}
/*Schriftfarbe*/
.yuimenuitemlabel {
	color: #000;
	text-decoration: none;
}
/*Pfeil neben Hautpnavigationsstufe*/
.yuimenubaritemlabel-hassubmenu {
	background-repeat:no-repeat;
	background-position:5px center;
}
.nav_KKL .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/kkl_submenuindicator.png);
}
.nav_culture .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/culture_submenuindicator.png);
}
.nav_convention .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/convention_submenuindicator.png);
}
.nav_cuisine .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/cuisine_submenuindicator.png);
}
.nav_experience .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/experience_submenuindicator.png);
}
.nav_stcharleshall .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/stcharleshall_submenuindicator.png);
}
.nav_jubilaeum .yuimenubaritemlabel-hassubmenu {
	background-image:url(../../img/jubilaeum_submenuindicator.png);
}
/* ----------------------------------------------------------------------------
 * DropDown Variante 10-11
 * 
 * Kasten neutral
 * Schriftfarbe gleich
 * Balken nimmt Farbe der aktiven Rubrik an
 * -------------------------------------------------------------------------- */

.nav_KKL .yuimenuitem-selected {
	background:#d4cece;
}
.nav_culture .yuimenuitem-selected {
	background:#e2c3c3;
}
.nav_convention .yuimenuitem-selected {
	background:#c0d1c3;
}
.nav_cuisine .yuimenuitem-selected {
	background:#f9de9a;
}
.nav_experience .yuimenuitem-selected {
	background:#bec2d4;
}
.nav_stcharleshall .yuimenuitem-selected {
	background:#bec2d4;
}
.nav_jubilaeum .yuimenuitem-selected {
	background:#bec2d4;
}
/* ----------------------------------------------------------------------------
 * DropDown Variante 3-5
 * 
 * Ganzer Kasten eingefärbt je nach Rubrik
 * Schrift des aktiven Elementes ändert sich
 * -------------------------------------------------------------------------- */
/*
.nav_KKL ul.first-of-type {
	background:#414B56;
}
.nav_culture ul.first-of-type {
	background:#762938;
}
.nav_convention ul.first-of-type {
	background:#0F6259;
}
.nav_cuisine ul.first-of-type {
	background:#FCEAB3;
}
.nav_experience ul.first-of-type {
	background:#253355;
}
.yuimenuitem-selected .yuimenuitemlabel {
	color:#f00;
}
*/
/* ----------------------------------------------------------------------------
 * DropDown Variante 6-7
 * 
 * Kasten neutral
 * Schriftfarbe gleich
 * Balken bei aktivem Element grau
 * -------------------------------------------------------------------------- */
/*
ul.first-of-type {
	background-color: #CDCDCD;
}
.yuimenuitem-selected {
	background:#EEEEE1;
}
*/
/* ----------------------------------------------------------------------------
 * DropDown Variante 8-9
 * 
 * Kasten aufgehellte Farbe der Rubrik
 * Schriftfarbe gleich
 * Balken bei aktivem Element weiss
 * -------------------------------------------------------------------------- */
/*
.nav_KKL ul.first-of-type {
	background:#838F99;
}
.nav_culture ul.first-of-type {
	background:#984B5B;
}
.nav_convention ul.first-of-type {
	background:#6F96AD;
}
.nav_cuisine ul.first-of-type {
	background:#FCEAB3;
}
.nav_experience ul.first-of-type {
	background:#253355;
}
.yuimenuitem-selected {
	background:#fff;
}
*/
/* ----------------------------------------------------------------------------
 * DropDown Variante 12-13
 * 
 * Kasten neutral
 * Schriftfarbe grau
 * Aktives Element mit Icon und Schrift schwarz
 * -------------------------------------------------------------------------- */
/*
.nav_KKL .yuimenuitem-selected {
	background: url(../../img/bullet_KKL.gif) 4px center no-repeat;
}
.nav_culture .yuimenuitem-selected {
	background: url(../../img/bullet_culture.gif) 4px center no-repeat;
}
.nav_convention .yuimenuitem-selected {
	background: url(../../img/bullet_convention.gif) 4px center no-repeat;
}
.nav_cuisine .yuimenuitem-selected {
	background: url(../../img/bullet_cuisine.gif) 4px center no-repeat;
}
.nav_experience .yuimenuitem-selected {
	background: url(../../img/bullet_experience.gif) 4px center no-repeat;
}
.yuimenuitemlabel {
	color: #cdcdcd;
	text-decoration: none;
}
.yuimenuitem-selected .yuimenuitemlabel {
	color:#000;
}
*/

