/*************************************************************************
* Engadin Skimarathon Menu CSS Datei
*************************************************************************/

.simple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	position: relative;
	background-color: #FFFFFF;
	width: 185px;
	background-repeat: no-repeat;
}

.simple a {
	text-decoration: none;
	color: #666666;
	line-height: 35px;
	padding-left: 0px;
	cursor: pointer;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 10px;
}

.simple a.hover {
	color: #09978b;
}

.simple a.selected {
	color: #09978b;
}


.simple li {
	background-color: #FFFFFF;
	width: 185px;
	background-image: url(../produktion/linien_breit.gif);
}

.simple li.hover {
}


.simple li.selected {
}


.simple ul {
	border: none;
	left: 10px;
}

.simple ul a {
	color: #666666;
	text-indent: 30px;
	line-height: 25px;
	font-weight: normal;
}

.simple ul a.hover {
	color: #09978b;
}

.simple ul a.selected {
	color: #09978b;
}


.simple ul li {
	height: 25px;
}

.simple ul li.first {
}

.simple ul li.first a {
}

.simple ul li.last {
}

.simple ul li.last a {
}
  
.simple ul li.hover {
}

.simple ul li.selected {
	
}

.simple .arrow {
}

.simple .expanded .arrow {
}

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 a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}
