/* -------------- menu main -------------------------- */

/*******************/
/***** Ebene 0 *****/
/*******************/
#menuMain {
	width : 186px;
	min-height: 140px;
	margin: 0 0 10px 0;
	padding: 5px 0 0 0;
}

#menuMain li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 17px;
}

#menuMain .selectedLi {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background-color: #e9d3c2;
}

#menuMain a {
	color: #828181;	
	margin: 0 0 0 12px;
	padding: 2px 0 0 12px;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/pfeil2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuMain a:link, #menuMain a:visited {
}
#menuMain a:focus, #menuMain a:hover, #menuMain a:active {
	color: #e50003;
}
#menuMain a.selected{
	background-image: url(../images/pfeil1_sel.gif);
	color: #e50003;

}

/*******************/
/***** Ebene 1 *****/
/*******************/
#menuMain ul {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: 186px;
	min-height: 10px;
	border-top: 1px solid #e50003;
	border-bottom: 1px solid #e50003;
	background-color: #FFF;
}

#menuMain ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	min-height: 18px;
}
#menuMain ul .selectedLi {
	list-style-type: none;
	margin: 0;
	padding: 0 ;
	min-height: 18px;
	background-color: #e9d3c2;
}

#menuMain ul a {
	color: #828181;	
	margin: 0 0 0 23px;
	padding: 2px 0 0 12px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	background-image: url(../images/pfeil1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#menuMain ul a:link, #menuMain ul a:visited {
}
#menuMain ul a:focus, #menuMain ul a:hover, #menuMain ul a:active {
	color: #e50003;
	text-decoration: none;
}
#menuMain ul a.selected{
	background-image: url(../images/pfeil2.gif);
	color: #e50003;
	text-decoration: none;
	background-color: transparent;
}

/*******************/
/***** Ebene 2 *****/
/*******************/

#menuMain ul ul {
	display: none;
}
