@charset "utf-8";
/* CSS Document */
/*
Grønn: #879637  
Blå: #00338d
Turkis: #00b0ca
*/

/* ----- MAIN MENU TOP ----- */
#navigationTop{
	width: 899px;/*899*/
	height: 24px;
	overflow: hidden;
	background: #00b0ca/*url(../bilder_losning/topmenu_bg.jpg) no-repeat*/;
	text-align: right;
	line-height: 24px;
}
	#navigationTop ul{
		margin: 0;
		padding: 0;
	}
		#navigationTop ul li{
			margin: 0;
			padding: 0 7px;
			list-style: none;
			display: inline;
			border-right: 1px solid #ffffff;
		}
		#navigationTop ul li.last{
			/*border: none;*/
		}
			#navigationTop ul li a{
				font-size: 1em;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
			}
			#navigationTop ul li.selected a,
			#navigationTop ul li a:hover{
				color: #00338d;
			}

/* ----- CONTENT MENU TOP ----- */
#navigationHor {/*navigationHorizontal*/
	width: 696px;
	height: 22px;
	background:  #00b0ca/*url(../bilder_losning/content_menu_bg.jpg) no-repeat*/;
	overflow: hidden;
}
	#navigationHor {
		padding-left: 203px;
		padding-top: 10px;
		line-height: 1.2em;
	}
		#navigationHor ul{
			margin: 0;
			padding: 0;
		}
			#navigationHor ul li{
				float: left;
				margin: 0;
				padding: 0 23px;
				list-style: none;
				border-right: 1px solid #00338d;
			}
			#navigationHor ul li.first {
				border-left: 1px solid #00338d;
			}
			#navigationHor ul li.last{
				border: none;
			}
				#navigationHor ul li a{
					font-size: 1.1em;
					color: #fff;
					font-weight: bold;
					text-transform: uppercase;
					text-decoration: none;
				}
				#navigationHor ul li.selected a,
				#navigationHor ul li a:hover{
					color: #00338d;
				}

					/* LEVEL 2 ++ MENU - COPY TO ALL OTHER SITES OR ELSE.... IF */
					#navigationVer{ /* hvis  *//*navigationVertical*/
						margin-top: 30px;
						padding-top: 4px;
					}
					#navigationVer * span{
						display: none;
						height: 0;
						overflow: hidden;
						font-size: 0;
						line-height: 0;
					}
						#navigationVer ul {
							list-style: none;
							margin: 0;
							padding: 0;
							border: none;
						}
							#navigationVer ul li{
								margin: 0;
								width:176px;
							}
							#navigationVer ul li{
								margin-top: 1px; /* ----- margin-top fix in file lteIE7.css ----- */
							}
								
								#navigationVer ul li a{
									border-bottom: 1px solid #ffffff;
									color: #00338d;
									font-size: 1em;
									font-weight: bold;
									display: block;
									line-height: 25px;
									padding: 0 5px 0 10px;
									text-decoration: none;
									width: 100%;
								}
								
		html>body #navLeft li a { width: auto; }
		
								
								#navigationVer ul li a:hover{
									text-decoration: none;
									background: #e3e3e3;
									color: #00b0ca;
								}
								#navigationVer ul li.selected a{
									color: #00b0ca;
									background: #e3e3e3;
								}
									#navigationVer ul ul{
										background: #e3e3e3;
										}
										#navigationVer ul li ul li a{
											border: 0;
											line-height: 10px;
											padding: 4px 10px 4px 10px;
											font-size: 10px;
											text-transform: none;
											margin-left: 10px;
										}
										#navigationVer ul li ul li a:hover{
											background: none;
											color: #000000;
										}
										#navigationVer ul li.selected ul li a{
											background: url(../bilder_losning/lvl2blipp.gif) no-repeat;
										}
										#navigationVer ul li.selected ul li.selected a{
											color: black;
										}
										#navigationVer ul li.selected ul li.last{
											border-bottom: 1px solid #FFFFFF;
										}