@charset   "utf-8";

/* CSS Popout Menu */
#menu
{
	position: relative;
	padding: 1px;
	z-index: 2;
	width: 190px;
	float: left;
}

#menu li, #menu h2
{
	background: #e7e7e9;
	color: #3D3D3D;
	border-bottom: 1px solid #CFCFD1;
	white-space: nowrap;
	text-indent: 12px;
	width: 180px;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
}

#menu h2
{

	text-transform: uppercase;
	margin: 0;
	padding: 0;	
}

#tjenestemeny ul li ul li {width: 210px;}
#bibliotekmeny ul li ul li {width: 250px;}

#menu li:hover { background-color: #f0efec; }
#menu a { text-decoration: none; }
#menu a, #menu a:visited { color: #3d3d3d; }
#menu a:hover { color: #3d3d3d; }




#menu li { list-style-type: none; }
#menu ul li { position: relative; }

#menu li ul
{
	position: absolute;
	top: 0;
	left: 180px;
	display: none;
}

#menu li ul li { padding-right: 5px; }

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li
{
	float: left;
	height: 1%;
}

* html #menu ul li a { height: 1%; }

/* End */
div#menu ul, #menu ul ul, div#menu ul ul ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	/* width: 160px; */
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul { display: none; }
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul { display: block; }

/* Styling for Expand
#menu a.x, #menu a.x:visited
{
	font-weight: bold;
	text-indent: 12px;
	color: #3d3d3d;
	background: #e7e7e9;
}

#menu a.x:hover
{
	color: #3d3d3d;
	background: #e7e7e9;
}

#menu a.x:active
{
	color: #3d3d3d;
	background: #e7e7e9;
}

 */

li a { display: inline-block; }
li a { display: block; }




