#menue {
	border: none;
	width: 150px;
}

th.menue {
	background-color: red;
	text-align: left;
	color: white;
}

td.menue {
	text-align: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFC0C0;
}

a.menue {
	font-weight: bold;
	color: #999999;
	text-shadow: #BBBBBB 3px 3px 3px;
	text-decoration: none;	
}

a.menue:hover {
	color: blue;
}

p.submenue {
	margin: 0 0 0 0;
}

a.submenue {
	margin-left: 10px;
	font-size: 80%;
	color: #999999;
	text-shadow: #BBBBBB 3px 3px 3px;
	text-decoration: none;	
}

a.submenue:hover {
	color: blue;
}


