/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#multi-level {height:25px; position:relative; z-index:2000;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family: verdana, arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:25px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:105px; background: url(../images/menu-bg.gif) no-repeat    0px top;}
.menu li.p2 {width:121px; background: url(../images/menu-bg.gif) no-repeat -105px top;}
.menu li.p3 {width: 90px; background: url(../images/menu-bg.gif) no-repeat -226px top;}
.menu li.p4 {width:109px; background: url(../images/menu-bg.gif) no-repeat -316px top;}
.menu li.p5 {width: 90px; background: url(../images/menu-bg.gif) no-repeat -425px top;}
.menu li.p6 {width: 95px; background: url(../images/menu-bg.gif) no-repeat -515px top;}

/* set up the normal unhovered images in the links */
.menu li a#produkter	{width:105px; background: url(../images/menu-bg.gif) no-repeat    0px bottom;}
.menu li a#forbrukning	{width:121px; background: url(../images/menu-bg.gif) no-repeat -105px bottom;}
.menu li a#support		{width: 90px; background: url(../images/menu-bg.gif) no-repeat -226px bottom;}
.menu li a#om_neopost	{width:109px; background: url(../images/menu-bg.gif) no-repeat -316px bottom;}
.menu li a#karriar		{width: 90px; background: url(../images/menu-bg.gif) no-repeat -425px bottom;}
.menu li a#kontakt		{width: 95px; background: url(../images/menu-bg.gif) no-repeat -515px bottom;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:2500;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#produkter:hover,
.menu li:hover a#produkter,
.menu li a#forbrukning:hover,
.menu li:hover a#forbrukning,
.menu li a#support:hover,
.menu li:hover a#support,
.menu li a#om_neopost:hover,
.menu li:hover a#om_neopost,
.menu li a#karriar:hover,
.menu li:hover a#karriar,
.menu li a#kontakt:hover,
.menu li:hover a#kontakt {
background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:25px; background: #fff; padding:0 0 12px 0; /* border:1px solid #888; */ white-space:nowrap; width:164px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; /* float:left; width:90px; */ margin:0; padding: 0;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; /* width:87px; */ line-height:20px; text-indent:22px; color:#000; text-decoration:none;  margin:0; padding: 0;}
.menu :hover ul.sub li a:hover {background-color:#fff; color:#3e282a; text-decoration: none; }

/* individual subs */
.menu li.p1 ul.sub, .menu li.p1 :hover ul.sub {background: #dfdfe1; width:161px;}
.menu li.p2 ul.sub, .menu li.p2 :hover ul.sub {background: #3e282a; width:161px;}
.menu li.p3 ul.sub, .menu li.p3 :hover ul.sub {background: #c00010; width:128px;}
.menu li.p4 ul.sub, .menu li.p4 :hover ul.sub {background: #dfdfe1; width:139px;}
.menu li.p5 ul.sub, .menu li.p5 :hover ul.sub {background: #3e282a; width:165px;}
.menu li.p6 ul.sub, .menu li.p6 :hover ul.sub {background: #c00010; width:155px;}

.menu li.p2 :hover ul.sub li a,
.menu li.p3 :hover ul.sub li a,
.menu li.p5 :hover ul.sub li a,
.menu li.p6 :hover ul.sub li a,
.menu li.p2 ul.sub li a,
.menu li.p3 ul.sub li a,
.menu li.p5 ul.sub li a,
.menu li.p6 ul.sub li a {
	color: #fff;
	text-decoration:none;
	}

.menu li.p2 :hover ul.sub li a:hover,
.menu li.p3 :hover ul.sub li a:hover,
.menu li.p5 :hover ul.sub li a:hover,
.menu li.p6 :hover ul.sub li a:hover,
.menu li.p2 ul.sub li a:hover,
.menu li.p3 ul.sub li a:hover,
.menu li.p5 ul.sub li a:hover,
.menu li.p6 ul.sub li a:hover {
	color: #3e282a;
	text-decoration:none;
	}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:152px; top:-4px; background: #ccc; padding:4px 0 12px 0; border:none; white-space:nowrap; width:160px; height:auto; z-index:3000;}

.menu a.fly,
.menu a:visited.fly,
.menu a:hover.fly { background: url(../images/arrowx.gif) scroll no-repeat 146px center; }

.menu li:hover > a.fly {background-color: #fff;}
