/* demos */

#menue {
	float: left;
	width: 230px;
	margin: 0 0;
}




/* menue */
#menue ul {
list-style: none;
margin-left: 10px;
}
#menue ul li {
margin: 5px 0;
}
#menue ul ul {
margin-left: 10px;
}
#menue ul a {
display: block;
padding-left: 10px;
text-decoration: none;

color: #ffffff;
border: 1px solid #1b3434;
}
#menue ul a:hover {
background-color: #1d3838;
color: #fff;
}

/* Sonstiges */
img {
border: 0 none;
}

/** html #menue ul a {
height: 1%;
}*/
#menue ul ul a {

}
