#mainNav {
	position: relative;
	z-index: 50;
	background:url(../images/mainNav_bg_new.png) left top no-repeat;
	height:40px;
	border-bottom:5px solid #cbd5ee;
}
#mainNav li {
	float:left;
	height: 40px;
	border-right:1px solid #003064;
	border-left:1px solid #4c70b7;
}
#mainNav li.first{
	border-left: none;
}

#mainNav ul_level_1 li.last a,
#mainNav ul_level_1 li.last span
{
	border-right:1px solid #4c70b7;
}
#mainNav a,#mainNav span {
	display:block;
	height: 24px;
	padding:14px 20px 0 20px;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
#mainNav span {
	cursor:default;
}
#mainNav li:hover, #mainNav li.active, #mainNav li.trail{
}
#mainNav ul.level_2 {
	width:170px;
	left:-999em;
	position:absolute;
	background:#cbd5ee;
	background: #f2f2f2;
}
#mainNav ul.level_2 li {
	position:relative;
	float:none;
	border: 0;
	height: auto;
}
#mainNav ul.level_2 a,#mainNav ul.level_2 span {
	padding: 10px 0;
	margin: 0 10px;
	height: auto;
	font-size:12px;
	text-transform: none;
	color:#0F1A5C;
	background-image:none;
	border-bottom: 1px dotted #ccc;
}
#mainNav ul.level_2 li:hover,#mainNav ul.level_2 li.active,#mainNav ul.level_2 li.trail {
}
#mainNav ul.level_2 li:hover a,#mainNav ul.level_2 li.active a,#mainNav ul.level_2 li.trail a,#mainNav ul.level_2 li:hover span,#mainNav ul.level_2 li.active span,#mainNav ul.level_2 li.trail span {
	color:#666;
}
#mainNav ul.level_2 li.first {
	padding-top:0px;
}
#mainNav ul.level_2 li.last a, #mainNav ul.level_2 li.last span{
	border-bottom: 0;
}
#mainNav li:hover ul.level_2 {
	left:auto;
	top: 35px;
	margin-left: 10px;
}

/* Undermeny */
#subNavStd {
	float:left;
	clear:left;
}

#subNavStd ul li {
	float:left;
	clear:left;
	border-bottom:1px dotted #ccc;
	width:190px;
}

#subNavStd ul li.first {
	border-top:1px dotted #ccc;
}

#subNavStd ul li a,#subNavStd ul li span {
	display:block;
	float:left;
	clear:left;
	width: 156px;
	height: auto;
	padding:6px 0 6px 24px;
	background:url(../images/navIcon_right.png) left 5px no-repeat;
	text-decoration:none;
}
#subNavStd ul.level_2 li a.trail,
#subNavStd ul.level_2 li span
{
	font-weight: bold;
}

#subNavStd ul li.submenu a,#subNavStd ul li.submenu span {
	background:url(../images/navIcon_down.png) left 5px no-repeat;
}

#subNavStd ul.level_2 li {
	border-bottom:0;
}

#subNavStd ul.level_2 li.first {
	border-top:0;
}

#subNavStd ul.level_2 li.last {
	padding-bottom:10px;
}

#subNavStd ul.level_2 li a,#subNavStd ul.level_2 li span {
	background:none;
	font-size:11px;
	padding-top:0;
	height:14px;
}
#subNavStd ul.level_3 li a,
#subNavStd ul.level_3 li span
{
	/* width: 146px; */
	margin-left: 10px;
	font-style: italic;
	font-weight: normal;
}
.extraNav {
	width: 220px;
	float:left;
	clear:left;
}