@media screen {
#menue {
	float: left;
}
#menue ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	z-index:50000;
}
#menue ul li{
	float:left;
	display:inline;
	padding-right:30px;
}
#menue ul li.sub a,
#menue ul li.sub a:hover,
#menue ul li.sub li.sub a,
#menue ul li.sub li.sub a:hover{
	background-image:url(/_incl/img/arrow.gif);
	background-repeat:no-repeat;
	background-position: right center;
}
#menue ul li.sub li a,
#menue ul li.sub li a:hover,
#menue ul li.sub li.sub li a,
#menue ul li.sub li.sub li a:hover{
	background-image:none;
}

#menue ul li.u36 a,
#menue ul li.u36 a:hover,
#menue ul li.u36 li.sub a,
#menue ul li.u36 li.sub a:hover{
	background-image:url(../img/u3_menu.gif);
	background-repeat:no-repeat;
	background-position: left center;
}
#menue ul li a{
	font-size:15px;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
*/	font-weight:bold;
	color:#fff;
	height:24px;
	line-height:24px;
}
#menue ul li a:hover{
	color:#ffcf00;
	text-decoration:none;
}
#menue ul ul li a:hover{
	background:#ffcf00;
	color:#000;
}

#menue ul ul li.not a:hover{
	background:#3871df;
	color:#fff;
}
#menue ul ul.not li a:hover{
	background:#3871df;
	color:#fff;
}

#menue ul ul li a{
	float:none;
	display:block;
	width:100%;
	padding:0;
	text-indent:3px;
	background:rgb(0,102,204);
	height:auto;
	font-weight:normal;
	line-height:20px;
	font-size:11px;
}
#menue ul ul li{
	border:1px solid #000;
	border-top:none;
	padding:0;
	width:100%;
}
#menue ul ul {
	position: absolute;
	left:0;
	top:24px;
	z-index: 500000;
	border-top:1px solid #000;
	width:185px;
	padding-right:2px;
}
#menue ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width:170px;
}
#menue li {
	position: relative;
}

div#menue ul ul,
div#menue ul li:hover ul ul,
div#menue ul ul li:hover ul ul
{
	display: none;
}
div#menue ul li:hover ul,
div#menue ul ul li:hover ul,
div#menue ul ul ul li:hover ul
{
	display: block;
}

.blass {
	font-size:15px;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;
*/	font-weight:bold;
	color:#8fb2f9;
	height:24px;
	line-height:24px;
}


}