/* @override http://kulturnat.net/upload/kulturnat/kulturnat.css */

.Brodstandard {display:block;}

/*-------------- Advanced menu styles - START -------------------*/
/* Left div style */


#leftmenudiv {
 float:left;
 text-align:left;
 width: 130px;
 margin-left: 5px;
 padding-left:0px;
 clear:none;
 display:inline;
	background: white repeat-x;
}
#LeftmenuBg 
{
 overflow:hidden;
 padding-bottom:none;
 padding: 0;
 margin: 0;
}


#leftmenudiv #LeftmenuBg 
{
 margin-bottom:0px;
 overflow:hidden;
 padding-bottom:0px;
 padding: 0;
 margin: 0;
}

#LeftmenuBg ul
{
 list-position
 margin: 0;
 padding: 0;
}

/* Background color */
#leftmenudiv ul li li 
{
 background-color:#FFFFFF;
 list-style: url(../bilder/list.gif);
}

/* Firstlevel style */ 
#leftmenudiv ul li a 
{
	background-color:#FFFFFF;
	border-top:1px solid #DDDDDD;
	color:#555555;
	display:block;
	font-weight: bold;
	margin:0;
	padding:6px 0;
	text-align:left;
	text-decoration:none;
	text-transform: capitalize;
	font-size: 1em;
}

/* Firstlevel hover style */ 
#leftmenudiv ul li a:hover 
{
 color:#000000;
 font-weight:bold;
}

/* Firstlevel active style */ 
#leftmenudiv ul li span a 
{
 color:#000000;
}

/* Second level style */ 
#leftmenudiv ul li li a 
{
 border-top:medium none;
 border-top:1px solid #DDDDDD;
 color:#202020;
 font-size:0.85em;
 font-weight:bold;
 padding:0px 0px 6px 8px;
 text-align:left;
 text-decoration:none;
}

/* Second level hover style */
#leftmenudiv ul li ul li a:hover 
{
 color:#000000;
 font-weight:normal;
 font-weight:bold;
}

/* Second level active style */
#leftmenudiv ul li ul li span a 
{
 color:#000000;
 font-weight:bold;
}

/* Second level active hover style */
#leftmenudiv ul li ul li span a:hover 
{
 color:#000000;
 font-weight:bold;
}
 

/* Style of last node in the second level menu  */ 
#leftmenudiv ul li ul li:last-child 
{
  padding-bottom:6px;
}

/* Hide image */
#BackgroundImg 
{
 display:none;
}
/*-------------- Advanced menu styles - STOP -----------*/
