#linkes ul {
}

#linkes ul li {
	display: inline;

}

#linkes ul li a {
	display: block;
		margin-bottom: 1px;
	padding: 10px 10px 10px 20px;
	background: #006699 url(pfeil-klein09.gif) no-repeat 8px center;
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.1em;
}

#linkes ul li a:hover {
	color: #000000;
	background: #CCCCCC url(pfeil-klein09.gif) no-repeat 8px center;
}
#linkes  a.rex-current {
	color: #000;
	background: #e7a428 url(pfeil-klein10.gif) no-repeat 8px center;
}





#linkes ul li ul li  a{

background: #006699 url(pfeil-klein09.gif) no-repeat 8px center;
color: #CCCCCC;
margin-bottom: 0;

padding: 10px 10px 10px 40px;

}

#linkes ul ul li {
}
#linkes ul ul li.rex-normal a {
}


#linkes ul ul li a {
color: #333333;
	padding-left: 40px;
	background: #e5a634 url(pfeil-klein09.gif) no-repeat 28px center;
	
}

#linkes ul ul li a.rex-current {
}



#linkes ul ul ul li a {
	padding-left: 60px;
	font-size: 90%;
}
