#nav_container {
	height: 27px;
	width: 775px;
	font: 0.9em;
	text-align:center;
	font: 0.9em;
	z-index:150;
/*	border-left:solid 10px #000000;
*/	/*	border-right:solid 10px #4b4b4b;*/
	margin:0;
	float:left;
	background-color: #000000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}

#menu, #menu ul { padding:0; margin:0; list-style-type:none;

}

/* ------------------ LINK STYLING --------------------- */
#menu a, #menu a:visited { 
display: block;
width: 90px;
font-size: 10px;
color: #fff;
font-family: Arial;
font-weight: bold;
height: 27px;
line-height: 27px;
background: #000000 url(../img/bg_meny_knapp_off.gif) repeat-x left bottom;
border-right:1px solid #333333;
text-decoration: none;
}

#menu a.first { 
border-left:1px solid #000000;
width: 89px;
}

#menu a.active { color:#000; background:url(../img/bg_knapp_on.gif) repeat-x left 0; }
#menu a:hover { color:#000; background:url(../img/bg_meny_knapp_off.gif) repeat-x left 0; }

/* ----------- LIST ITEM LINK STYLING ------------------- */
/* Sets up all sub level styling */
#menu li ul li a, #menu li ul li a:visited {
color: #00000;
background: #00000;
font-size: 10px;
font-weight: normal;
text-align: left;
text-indent: 5px;
border-right:0;
}

#menu li ul li a:hover, #menu li ul li a:active, #menu li ul li a:focus {
color: #fff;
background: #000000 url(../img/bg_meny_knapp_off.gif) repeat-x left bottom;
text-decoration: none;
}

/* ingen bakgrundsbild för ie6 eftersom det är en långsam laddande pucko */
* html
#menu li ul li a:hover,
#menu li ul li a:active,
#menu li ul li a:focus
{ background: #000000; }

/* Set up the list items */
#menu li { float:left; }

/* For Non-IE browsers and IE7 */
#menu li:hover, #menu li:active, #menu li:focus {
position: relative;
background-image: none;
background-color: #fff;
color: #000000;
}

/* ----------------- Style on LEVEL 1 in the menu -----------------*/

/* Make the hovered list color persist thru all items */
#menu li:hover > a {
	color: #00000;
	background-color: #000000;
	background-image: url(../img/bg_knapp_on.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	
}

#menu li ul { display: none; }

/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. */
/* For Non-IE and IE7, position and make visible the sublevels on hover. */
#menu li:hover > ul {
display:block;
position: absolute;
left: 73px;
padding: 4px 30px 0px 31px;
background: transparent;
}

/* Position the whole drop down menu beneath the top level liinks */
#menu > li:hover > ul { left:-31px; top:27px; }

/* ----------------- TABLE STYLING FOR IE -----------------*/
#menu table { /* get rid of the table needed for IE */
position: absolute;
border-collapse: collapse;
top: 0;
left: 0;
z-index: 100;
font-size: 1em;
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color.
/* och ingen bakgrundsbild för ie6 eftersom det är en långsam laddande pucko */
* html #menu li a:hover { position:relative; color:#fff; background:#555; }

/* For accessibility of the top level menu when tabbing */
#menu li a:active, #menu li a:focus { color:#fff; background:#555; }

/* ---------------------- CLASSES ---------------------- */
#menu li.drop { text-align: center; font-weight: normal; } /* top level menu items */
#menu li.fly { } /* to indicate second menu items which have submenus */
#menu li a.enclose, #menu li a.enclose:visited { }

/* ---------------- SUBMENU STYLING ------------------- */
/* HACK: IE5.5 and IE6 position and make visible the sublevels on hover; change the drop down levels from display:none; to visibility:hidden; */
* html #menu li ul { 
visibility:hidden;
display:block;
position:absolute;
top:-1px;
left:50px;
padding: 15px 30px 30px 10px;
background:transparent;
}

/* keep the third level+ hidden when you hover on first level link */
#menu li a:hover ul ul { visibility:hidden; }

/* keep the fourth level+ hidden when you hover on second level link */
#menu li a:hover ul a:hover ul ul { visibility:hidden; }
* html #menu li a:hover ul a:hover ul ul { visibility:hidden; }

/* make whole dropdown visible when hover on first level link and position it */
#menu li a:hover ul { visibility:visible; left:10px; top:14px; }
* html #menu li a:hover ul { left: -10px; top: 15px; }

/* make the third level visible when you hover over second level link and position it and all further levels */
#menu li a:hover ul a:hover ul { visibility:visible; top:-16px; left:117px }
* html #menu li a:hover ul a:hover ul { visibility:visible; top:-10px; left:99px }

/* make the fourth level visible when you hover over third level link */
#menu li a:hover ul a:hover ul a:hover ul { visibility:visible; top:-10px; }
/** html #menu li :hover ul :hover ul :hover ul { visibility:visible; top:-10px; left:99px; }*/

#menu .text_dubblarader { line-height:12px; top:5px; left:5px; text-indent:5px; }
