#submenu_content {
	width: 170px;
	height: 100%;
    float: left;
    margin: 0;
    margin-top: 35px;
	padding: 0;
	background-color: #f3f5f5;
	/*border:1px solid red;*/
}

#submenu_content ul {
	list-style-type: none;
}
	
#submenu_content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	display: block;
	overflow: none;
	text-decoration: none;
	padding: 5px 5px 1px 5px;
	text-align: left;
	/*text-transform: uppercase;*/
}

#submenu_content ul li a {
	/*border-top: 1px solid #FFFFFF;*/
}

#submenu_content ul li a.menuActive {
	color: #000000;
	/*background-color: #FFF6D9;*/
}
#submenu_content ul li.menuFirstChild a{
	/*border-top: 0;*/
}

#submenu_content ul li.menuFirstChild{
	/*border-top: none;*/
}


/* - - - - - - - - - - 2. Ebene - - - - - - - - - */

#nav ul li ul li a {
	color: #424D73 ;
	padding: 3px 3px 3px 26px;
	border-top: 1px dotted white;
	background: url(../images/pfeil_rechts2.gif) no-repeat 12px 5px;
	background-color: #F2E19A;
}
#nav ul li.menuFirstChild ul li a {
	color: #424D73;
	padding: 3px 3px 3px 26px;
	border-top: 1px dotted white;
	background: url(../images/pfeil_rechts2.gif) no-repeat 12px 5px;
	background-color: #F2E19A;
}

#nav ul li ul li a.menuActive {
	color: #424D73;
	border-top:1px dotted white;
	background: url(../images/pfeil_rechts2_active.gif) no-repeat 12px 5px;
	padding-left: 26px;
	background-color: #FFF6D9;
}
#nav ul li.menuFirstChild ul li a.menuActive {
	color: #424D73;
	border-top:1px dotted white;
	background: url(../images/pfeil_rechts2_active.gif) no-repeat 12px 5px;
	padding-left: 26px;
	background-color: #FFF6D9;
}


#nav ul li ul li.menuFirstChild a {
	color: #424D73;
	border-top:1px dotted white;
	background: url(../images/pfeil_rechts2.gif) no-repeat 12px 4px;
	padding-left: 26px;
	background-color: #F2E19A;	
}

#nav ul li.menuFirstChild ul li.menuFirstChild a {
	color: #424D73;
	border-top:1px dotted white;
	background: url(../images/pfeil_rechts2.gif) no-repeat 12px 4px;
	padding-left: 26px;
	background-color: #e8cd00;	
}


#nav ul li ul li.menuFirstChild a.menuActive {
	background: url(../images/pfeil_rechts2_active.gif) no-repeat 12px 4px;
	border-top:1px dotted white;
	background-color: #fcf2d7;
	color: #424D73;
}

#nav ul li.menuFirstChild ul li.menuFirstChild a {
	color: #424D73;
	border-top:1px dotted white;
	background: url(../images/pfeil_rechts2.gif) no-repeat 12px 4px;
	padding-left: 26px;
	background-color: #F2E19A;	
}


#nav ul li.menuFirstChild ul li.menuFirstChild a.menuActive {
	background: url(../images/pfeil_rechts2_active.gif) no-repeat 12px 4px;
	border-top:1px dotted white;
	background-color: #fcf2d7;
	color: #424D73;
}
/*  - - - - - - 3. Ebene - - - - - - - - - */

#nav ul li ul li ul li a {
	padding-left: 60px;	
}

#nav ul li ul li ul li a.menuActive {
	background: url(../images/layout/sub_dreieck.gif) no-repeat 60px 4px;
	padding-left: 70px;
}


