/* ============================================ */
/* | tSign · Thomas Waldraff                  | */
/* | Letzte Änderung: 9. Januar 2007          | */
/* ============================================ */
/* | MENÜ-Stylesheet                          | */
/* ============================================ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Oberste Ebene                               */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menue ul {
	text-align: right;
	font-size: 90%;
	line-height: 150%;
	/* text-indent: 5px; */
	margin:0px 10px 0 10px;
	padding:0;
	overflow:hidden;
	list-style: none;
	border-top: 1px solid rgb(255,230,210);
}
#menue li {
	border-bottom: 1px solid rgb(255,230,210);
}
#menue li.ein {
	font-weight: bold;
	background-color: rgb(255,250,245);
	-moz-opacity: 0.8;
	/* opacity: 0.8;
	filter:alpha(opacity=80); */
	text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Zweite Ebene                                */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menue ul ul {
	border-top: 0px dashed rgb(255,230,210);
}
#menue ul li li {
	border-bottom: none;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
}
#menue li.aus ul {
	display: none;
}
#menue li.ein ul {
	display: block;
	margin: 0;
	padding: 0 10px 0 0;
	text-transform: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Dritte Ebene und folgende?                  */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

* html #nav li.ein ul li.aus {
	padding: .1em 0 .1em 0;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*  Verlinkungen                                */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#menue a {
	display: block;
	padding: 0 6px 0 0;
}
#menue a:link, #menue a:visited {
	color: rgb(0,0,151);
	text-decoration: none;
}
#menue a:hover {
	color:rgb(0,0,0);
	text-decoration: none;
	background-color: rgb(255,230,210);
}
#menue a:active, a:focus {
	background-color: rgb(255,255,255);
}

#menue li.ein li a {
	padding: 0 6px 0 0;
	color:rgb(0,0,0);
}
#menue li.ein a:hover {
	background-color: rgb(255,250,245);
}
#menue li.ein li a:hover {
	background-color: rgb(255,230,210);
}
