@CHARSET "UTF-8";
 #toplist {
	 position: fixed;
	 width: 100%;
	 height: 30px;
	 background-color: #000;
	 border-bottom: 1px solid #fff;
	 
 }
 	#toplist .wrapper {
 		width: 900px;
 	}
 	#toplist ul {
 		list-style: none;
 		padding: 0;
 		margin: 0;
 	}
	 	#toplist ul li {
	 		float: left;
	 		margin: 0px 5px;
	 	}
	 	#toplist ul li a {
		
		}
	 	#toplist ul li a:hover {
		
		}
		#toplist ul li.selected a {
	 	}
	 	
	 	#toplist ul li select {
	 		background-color: #000;
	 		color: #fff;
	 		border: 1px solid #ddd;
	 		font-weight: bold;
	 	}
	 	#toplist ul li select option {
	 		background-color: #000;
	 		color: #fff;
	 		font-size: 1.1em;
	 		padding: 3px 5px; 
	 		font-weight: normal;
	 	}
	 	#toplist ul li select option.header {
	 		font-weight: bold;
	 	}
	 	
	 	#top-menu ul li {
	 		margin: 0px;
		}
		#top-menu ul li a {
	 		position: absolute;
	 		z-index: 50;
	 		background-repeat: no-repeat;
	 		background-position: 0px -70px;
	 		width: 114px;
	 		height: 70px;
	 		display: block;
	 		text-indent: -1000px;
 		  outline: none;
 		  margin: 0px;
	 	}
	 	#top-menu ul li a span {
			display: none;
		}
		#top-menu ul li.current a {
			margin: 0px;
		}

		#top-menu ul li a#menu-e-xpeditionen {
		  margin-left: 140px;
			
			background-image: url("../images/exp_a.png");
	 	}
		#top-menu ul li a#menu-service:hover {
			background-position: 0px 0px;
	 	}
		#top-menu ul li.current a#menu-e-xpeditionen,
		#top-menu ul li.section a#menu-e-xpeditionen {
	 		background-image: url("../images/exp_c.png");
	 		width: 153px;
	 		height: 145px;
	 		background-position: top center;	 		
	 	}
		#top-menu ul li a#menu-home {
			background-image: url("../images/pag_a.png");
	 	}
		#top-menu ul li a#menu-home:hover {
			background-position: 0px 0px;
		}
		#top-menu ul li.current a#menu-home,
		#top-menu ul li.section a#menu-home {
			background-image: url("../images/pag_c.png");
	 		width: 153px;
	 		height: 145px;
	 		background-position: top center;
	 	}
		#top-menu ul li a#menu-karhus {
			background-image: url("../images/hus_a.png");
			margin-left: 270px;
	 	}
		#top-menu ul li a#menu-karhus:hover {
			background-position: 0px 0px;
	 	}
		#top-menu ul li.current a#menu-karhus,
		#top-menu ul li.section a#menu-karhus {
			background-image: url("../images/hus_c.png");
	 		width: 153px;
	 		height: 145px;
	 		background-position: top center;
		}
		
		#toplist div.right {
		  width: 400px;
		}
	 	#toplist ul li a.karen {
            position: absolute;
            z-index: 50;
            margin: 3px;
            display: block;
            height: 50px;
        }
        #toplist ul li a.karen span {
            display: none;
        }
        #toplist ul li a#menu-lintek {
            margin-left: 3px;
            width: 105px;
            background: url('../images/lintek.png') no-repeat;
		}
        #toplist ul li a#menu-lintek:hover {
            background-position: 0px -50px;
        }
		#toplist ul li a#menu-stuff {
            margin-left: 120px;
            width: 65px;
            background: url('../images/stuff.png') no-repeat;
        }
        #toplist ul li a#menu-stuff:hover {
            background-position: 0px -50px;
        }
        #toplist ul li a#menu-consensus {
            margin-left: 200px;
            width: 48px;
            background: url('../images/consensus.png') no-repeat;
        }
        #toplist ul li a#menu-consensus:hover {
            background-position: 0px -50px;
        }

