UL#nice-menu-0
{
}
DIV#menu
{
	padding-top: 3px;
}
UL.nice-menu-down
{
	float: right;
/*LTR*/
	border: 0;
}
UL.nice-menu-down .menuparent A
{
	padding-right: 5px;
	text-align: left;
/*LTR*/
}
UL.nice-menu-down LI.menuparent:hover
{
	background: #CCC;
/*LTR*/
}
UL.nice-menu-down LI.menuparent
{
	/*background: #EEE;*/
/*LTR*/
}
UL.nice-menu-right LI.menuparent:hover, UL.nice-menu-right LI LI.menuparent:hover
{
	background: #B0B0B2;
}
UL.nice-menu-right LI.menuparent, UL.nice-menu-right LI LI.menuparent
{
	background: #CCC;
}
UL#nice-menu-0 A
{
	color: #000000;
	text-decoration: none;
	padding-top: 1px;
}
UL#nice-menu-0 LI
{
	padding-right: 10px;
	padding-left: 10px;
	background-image: none;
}
UL#nice-menu-0 LI:hover
{
	padding-right: 10px;
	padding-left: 10px;
	background: #B0B0B2;
}
UL#nice-menu-0 > LI > UL > LI
{
	border: none;
	font-size: 1em;
}
UL#nice-menu-0 > LI > UL > LI:hover
{
	border: none;
	background: #B0B0B2;
	font-size: 1em;
}
UL#nice-menu-0 > LI > UL > LI.even
{
	background: #CCC;
}
UL#nice-menu-0 > LI > UL > LI.even:hover
{
	background: #B0B0B2;
}
UL#nice-menu-0 LI
{
	border-left: 1px solid #FFFFFF;
	border-bottom: none;
	border-right: none;
	border-top: none;
	font-size: 1.2em;
	font-weight: bold;
	/* background-color: #99A5AA; */
}
UL#nice-menu-0 LI.first
{
	border: none;
}

/* dritte Menüebene ausblenden */
UL#nice-menu-0 > LI > UL > LI > UL > LI
{
	display:none;
}



.menuparent { background-image: none; }

