@charset "UTF-8";
/* CSS Document */


/*TOP NAVBAR*/
#topNav {display: block; position: absolute; top: 10px; right: 20px; width: 700px;}
#topNav a {text-decoration: none; color: #FFFFFF; font-weight: bold;}
#topNav a:hover {text-decoration: underline;}
#topNav ul {display: block; list-style: none;}
#topNav li {font-size: 11px; text-transform:uppercase; list-style: none; float: right; margin-left: 10px; }
#topNav li a.sticky	{ font-weight: bold; color: #BB153B; background: #ffffff; padding: 3px; padding-top: 15px; }

/*MAIN NAVIGATIONBAR*/

ul#horNavbar {
	list-style-type: none;
	position: absolute;
	height: 37px;
	left: 100px;
	bottom: 0;
	margin: 0;
	padding: 0;	
}

/*ul#horNavbar li { left: 0;}*/

li#mp_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/temaStandard2.jpg) no-repeat 0 bottom;
}

li#mp_2 {
	position: absolute;
	top: 0;
	left: 135px;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/cruise_norgeStandard.jpg) no-repeat 0 bottom;
}

li#mp_3 {
	position: absolute;
	top: 0;
	left: 270px;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/verden_standard.jpg) no-repeat 0 bottom;
}

li#mp_4 {
	position: absolute;
	top: 0;
	left: 405px;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/costaStandard.jpg) no-repeat 0 bottom;
}

li#mp_5 {
	position: absolute;
	top: 0;
	left:540px;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/inclusiveStandard4.jpg) no-repeat 0 bottom;
}

li#mp_6 {
	position: absolute;
	top: 0;
	left:675px;
	width: 130px;
	height: 37px;
	background: url(../graphics/menu/kampanjeStandard.jpg) no-repeat 0 bottom;
}

ul#horNavbar a{
	display: block;
	width: 130px;
	height: 37px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
}

li#mp_1 a:hover{background: url(../graphics/menu/temaActive.jpg) no-repeat 0 0; height: 37px;}
li#mp_2 a:hover{background: url(../graphics/menu/cruise_norgeHover.jpg) no-repeat 0 0; height: 37px;}
li#mp_3 a:hover{background: url(../graphics/menu/verden_active.jpg) no-repeat 0 0; height: 37px;}
li#mp_4 a:hover{background: url(../graphics/menu/costaHover.jpg) no-repeat 0 0; height: 37px;}
li#mp_5 a:hover{background: url(../graphics/menu/inclusiveActive2.jpg) no-repeat 0 0; height: 37px;}
li#mp_6 a:hover{background: url(../graphics/menu/kampanjeActive.jpg) no-repeat 0 0; height: 37px;}


a.activeTema {background: url(../graphics/menu/temaActive.jpg) no-repeat 0 0; height: 37px; cursor: default;}
a.activeVenner {background: url(../graphics/menu/cruise_norgeHover.jpg) no-repeat 0 0; height: 37px; cursor: default;}
a.activeWorld {background: url(../graphics/menu/verden_active.jpg) no-repeat 0 0; height: 37px; cursor: default;}
a.activeFamilie {background: url(../graphics/menu/costaHover.jpg) no-repeat 0 0; height: 37px; cursor: default;}
a.activeInclusive {background: url(../graphics/menu/inclusiveActive2.jpg) no-repeat 0 0; height: 37px; cursor: default;}
a.activeKampanje {background: url(../graphics/menu/kampanjeActive.jpg) no-repeat 0 0; height: 37px; cursor: default;}

