/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.lichterfest {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;

}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.lichterfest ul {
	font-weight:normal;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.lichterfest li {
	width: 168px;

	padding-bottom: 7px;
	background-image: url(../../../../images/trennlinieMenue.jpg);
	background-repeat: no-repeat;
	background-position: -10px 24px;
}

/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.lichterfest ul li {
	border-left:none;
	margin: 0px;
 }

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.lichterfest a {
	text-decoration: none;
	color: #FFFFFF;
	line-height: 22px;
	padding: 0px 0px 0px 16px;
	cursor: pointer;
	text-align: center;
}

/*
 * Menu link settings
 * Applies to links located in the second (or more) level menu items
 */
.lichterfest ul a {
 	border: none; 
 	color: #FFFFFF;
 	font-size: 11px;
	line-height: 18px;
	padding: 0px 8px 0px 16px;
}

/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.lichterfest li.hover {

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.lichterfest ul li.hover {

}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.lichterfest a.hover {
	color: #F85FEB !important;;
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.lichterfest ul a.hover {
  	color: #FF34CB !important;
}

/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.lichterfest li.selected {
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.lichterfest ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.lichterfest a.selected {
	color: #FF34CB;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.lichterfest ul a.selected {
	color: #FF34CB;
	font-weight: bold;
}


/******************************************************************************
* In this section, we will define the menu arrows behavior                    *
* An arrow is inserted next to the menu item when the menu item has sub-menus *
******************************************************************************/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus
 */
 
/*.lichterfest .arrow {
	background-image:url(img/grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
}*/

/* 
 * Define the arrow
 * Applies to all menu items that have sub-menus located in the second (or more) level
 */
.lichterfest .hover ul .arrow,
.lichterfest ul .arrow {
	background-image:url(img/grey_arrow.gif);
	background-position: 8px 4px;
}

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus on mouse over
 */
 
 
/*.lichterfest .hover .arrow {
	background-image:url(img/white_arrow_horizontal.gif);
	background-position: 7px 8px;
}*/

/* 
 * Define the arrow on mouse over
 * Applies to all menu items that have sub-menus located in the second (or more) level on mouse over
 */
 
 
/*.lichterfest ul .hover .arrow {
	background-image:url(img/red_arrow.gif);
}*/

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.expandable {
	clear: both;
}
div.expandable br {
	clear: both;
}
div.expandable ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.expandable li {
	list-style-type: none;
	display: block;
	float: left;
	clear: both;
	text-align: left;
    position: relative;
}
div.expandable li img {
	border: none;
}
div.expandable a {
	clear: both;
	float: none;
	display: block;
	margin: 0px;
}
div.expandable ul li ul {
	position: static;
	visibility: visible;
	display: block;
	clear: both;
	margin: 0px;
	margin-top: -5000px;
}
div.expandable ul li ul li ul {
	display: none;
}
div.expandable ul li ul li {
	clear: both;

}
div.expandable ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
