/* @group Technik */

.nav, .nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav li {
	position: relative;
}
.nav ul {
	position: absolute;
-	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.nav ul li{
	display: none;
}
.nav ul li.current{
/*	display: block;*/
}
.nav > li {
	float: left;
}
.nav li:hover > ul,
.nav li.sfHover > ul {
	display: block;
}
.nav li:hover > ul li,
.nav li.sfHover > ul li {
	display: block;
}

.nav a {
	display: block;
	position: relative;
}
.nav ul ul {
	top: 0;
	left: 100%;
}

/* @end */

/* @group Skin */


.nav li:hover ul,
.nav li.sfHover ul {
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	min-width: 100px; /* allow long menu items to determine submenu width */
	*width: 100px; /* no auto sub width for IE7, see white-space comment below */
	z-index:100;
}
.nav a {
	padding: 5px 10px;
	text-decoration: none;
	zoom: 1;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.4em;
	cursor: pointer;
}
.no-rgba .nav a{
	line-height: 16px;
}
.nav .lv0>a {
	color: #003277;
}
.nav .lv1>a {
	color: #777;
	padding-right: 20px;
}
.nav .lv0{
	border-right: 1px solid #003277;
}
.nav .lv0.last{
	border-right: none;
}
.nav .lv0>a{
	margin: 0 20px;
}
.nav .lv0>ul{
	margin-left: 20px;
}
/*
.nav .lv1.current>a{
	font-size: 11px;
	font-weight: normal;
	color: #555;
	margin-top: -3px;
}
*/
.nav li:hover .current>a,
.nav li.sfHover .current>a{
	font-weight: bold;
	font-size: 14px;
	color: #003277;
	margin: 0;
}
.nav .lv0.current>a{
	font-weight: bold;
}
.nav li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
/*	-webkit-transition: background .2s;
	transition: background .2s;*/
}
.nav li:hover .lv1>a,
.nav li.sfHover.lv1>a {
	background: #fff;
	background-color: rgba(255,255,255,0.8);
}
.no-rgba .nav li:hover .lv1>a,
.no-rgba .nav li.sfHover.lv1>a {
	background: url(../css/c.fff.o.60.png);
}
.nav li:hover>a,
.nav li.lv0:hover>a,
.nav li.lv1:hover>a,
.nav li.sfHover>a,
.nav li.lv0.sfHover>a,
.nav li.lv1.sfHover>a {
	color: #003277;
	background: #fff !important;
	/* only transition out, not in */
/*	-webkit-transition: none;
	transition: none;*/
}
/*
.nav .lv0 .hassub>a{
	padding-right: 30px;
	background-image: url(arrow_r.png);
	background-repeat: no-repeat;
	background-position: right center;
}
*/
/* @end */
































