/******************************
Navigation
******************************/
ul#nav {
	list-style: none;
	margin: 0;
	padding: 0 4px;
	width: 219px;
	/*position: absolute;
	background: url(/img/system/nav-bg.gif) repeat-x;
	z-index:3;*/
	background: url(/img/system/bg-nav.png) repeat-y top left;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	display: block;
	font-size: 11px;
	white-space: nowrap;
	margin: 0;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	background-color: #003082;
}
#nav a:hover,
#nav .selected a {
	background-color: #4a6ca6;
}
#nav li {
	border-bottom: 2px solid #fff;
}
#nav li.last {
	border-bottom: none;
}
ul#nav li:hover {
	cursor: pointer;
	z-index: 100;
}

/****** 2. Ebene ******/
#nav ul {
	display: none;
}
#nav li.selected ul {
	display: block;
}
#nav li.selected li {
	background: #fff url(/img/system/hr.gif) repeat-x bottom;
	border-bottom: none;
}
#nav li.selected ul a {
	background: none;
	color: #003082;
	font-size: 11px;
	padding: 4px 20px;
	font-weight: normal;
}
#nav ul li.selected a {
	font-weight: bold;
	background: none;
}
#nav li.selected li.last {
	background: none;
}
/****** 3. Ebene ******/
#nav li.selected ul ul,
#nav ul ul  {
	display: none;
}
#nav li.selected ul li.selected ul {
	display: block;
}
#nav li.selected ul li.selected  li.last {
	/*background: #fff url(/img/system/hr.gif) repeat-x bottom;*/
	padding-bottom: 6px;
}
#nav li.selected ul li.selected  li {
	background: none;
}
#nav li.selected ul ul a {
	color: #003082;
	font-size: 11px;
	padding: 1px 20px 4px 33px;
	font-weight: normal;
	background: none;
}
#nav ul li.selected ul li.selected a {
	font-weight: bold;
}
/******************************
Meta-Navigation
******************************/
ul.meta-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 20px;
	width: 300px; /*265px;*/
	position: absolute;
	left: 684px; /*716px;*/
	top: 10px;
}
ul.bottom {
	top: 0;
}
.meta-nav li {
	float: left;
}
.meta-nav img {
	vertical-align:bottom;
}

.meta-nav a {
	font-size: 9px;
	padding: 4px 8px 6px 8px;
	color: #a8bbcd;
	background: url(/img/system/bg-meta.gif) no-repeat right center;
	display: block;
}
.meta-nav a:hover {
	color: #003082;
	text-decoration: none;
}
.meta-nav .last a {
	background: none;
}

ul.meta-nav.facebook {left:578px; width: 406px;}
.meta-nav li.fb{
	margin-top:-3px;
}

