/* VERTICAL_TEXTMENU_MENU_TO_3 */

/* Eigenschaften des Gesamten Menuobj.*/
.VERTICAL_TEXTMENU_MENU_TO_3_container {
	position: relative;
	width: 190px;
	top:220px;

}

/* Erste Ebene des Menu.*/
.VERTICAL_TEXTMENU_MENU_TO_3 {

	position:relative;
	
	margin: 0 0 0 0;

	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
   text-align:left;

	list-style: none;
	list-style-image: none;
	list-style-position:outside;

}

/*Mouseover*/
.VERTICAL_TEXTMENU_MENU_TO_3 a:hover{
	color:#FFCD00;
}

/*Normal */
.VERTICAL_TEXTMENU_MENU_TO_3_NO a{
	color: white;
}

/*Auswahl */
.VERTICAL_TEXTMENU_MENU_TO_3_ACT a {
	color: #FFCD00;
}


/* Zweite Ebene*/
.VERTICAL_TEXTMENU_MENU_TO_3_LVL2 {

   text-align:left;
	
	list-style: none;
	list-style-position:outside;
	list-style-image: url(../../img/menu/horizontal/textmenu/menu_list.gif);
	
	padding-left:10px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	margin: 0 0 0 0;
}

/*Mouseover*/
.VERTICAL_TEXTMENU_MENU_TO_3_LVL2 a{
	color: white;
}

/*Normalzustand*/
.VERTICAL_TEXTMENU_MENU_TO_3_NO_LVL2 a{
}

/*Auswahl*/
.VERTICAL_TEXTMENU_MENU_TO_3_ACT_LVL2 a{
	color: #FFCD00;
}

/* Ebene 3 */

.VERTICAL_TEXTMENU_MENU_TO_3_LVL3 {
	text-align:left;
	list-style-position:outside;
	list-style-image: url(../../img/menu/horizontal/textmenu/menu_list.gif);
	list-style: none;
	margin: 0 0 0 0;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left:10px;
}

/*Mouseover*/
.VERTICAL_TEXTMENU_MENU_TO_3_LVL3 a{
	color: white;
	font-weight:normal;
}

/*Mouseover*/
.VERTICAL_TEXTMENU_MENU_TO_3_LVL3 a:hover{
	color: #FFCD00;
}

/*Auswahl*/
.VERTICAL_TEXTMENU_MENU_TO_3_ACT_LVL3 a{
	color: #FFCD00;
}

/*Normal*/
.VERTICAL_TEXTMENU_MENU_TO_3_NO_LVL3 a{
	color: white;
}