/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* customized by Michael Ertel | www.querformat.info                      *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.simple {
	font : 13px/29px Arial, Verdana, sans-serif;
	text-decoration : none;
	color : #76756f;
	padding : 0 0 0 0;
}

/*
 * Menu container settings
 * Applies to second level menu containers
 */
.simple ul {
	border: none;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.simple li {
	width: 250px;
}

/*
 * Menu items settings
 * Applies to second level menu items
 */
.simple ul li {
    background: none;	
 	border: none;
}

/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.simple a {
	text-decoration: none;
	color : #76756f;
	font : 13px/29px Arial, Verdana, sans-serif;
	padding-right: 30px;
	cursor: pointer !important;
}

.simple a:hover {
	color:#642f25;
	background:url(../../../../Bilder/layout/submenu.jpg) no-repeat right center;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the first item of the second level.
 */
.simple ul li a {
	font : 11px/15px Arial, Verdana, sans-serif;

}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the first item of the second level.
 */
.simple ul li.first a {
	padding-left : 35px;
	}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the last item of the second level.
 */
.simple ul li.last {
	border: none;
}

/*
 * Specific to the simple skin, the expandable LAYOUT. 
 * Applies to the link inside the last item of the second level.
 */
.simple ul li.last a {
	border:none;
}

/*
 * Menu link settings
 * Applies to links located in the second level menu items
 */
.simple ul a {
 	border: none;
 	color: #642f25;
 	font-weight : normal;
 	padding-left : 35px;
}


/***************************************************************************
* 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
 */
.simple li:hover {
	background-position: 0px 12px !important;

}
  
/*
 * Mouse over on menu items
 * Applies to second level menu items
 */


/*
 * Mouse over on links
 * Applies to all links in all menu items
 */

/*
 * Mouse over on links
 * Applies to links located in the second level menu items
 */
.simple ul a:hover {
	text-decoration : underline;
  	color: #642f25;
}
/*****************************************************************************
* 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
 */
.simple li.selected {
	background-position: 0px 22px;
}

/*
 * Selected menu item
 * Applies to second level selected menu items
 */
.simple ul li.selected {
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.simple a.selected {
	color : #642f25;
	font-weight:bold;
	background:url(../../../../Bilder/layout/submenu.jpg) no-repeat right center;	
}

/*
 * Selected links
 * Applies to selected links located in the second level menu items
 */
.simple ul a.selected {
	color: #642f25;
	font-weight:normal;
}
/******************************************************************************
* 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
 */

/* 
 * Define the arrow for the expanded state
 * Applies to all menu items that have expanded sub-menus
 */
.simple .expanded .arrow {
	background-image: url();	
}
/*************************************************************************
* 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;
	float : left;
}
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: right;
    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;
}
