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

/*Vänstermenyn*/
.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	padding:10px;
	
	background-color:#f5f5f5;
	
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4x;
                 
	-moz-box-shadow: 0px 0px 6px #666; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 6px #666; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 6px #666; /* Opera 10.5, IE 9.0 */
		  
		  
	background-color: #f5f5f5;
 	background-image: -moz-linear-gradient(top, #ffffff, #efefef); /* FF3.6 */
  	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #efefef)); /* Saf4+, Chrome */
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#efefef'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#efefef')"; /* IE8 */
	
}
.arrowlistmenu h3 {
	font-size:1.1em;

	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #666666; /*bottom spacing between header and rest of content*/
	cursor: hand;
	cursor: pointer;
	background-color: transparent;
	/*font-size: 1ems;*/
	font-weight: bold;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 14px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #efefef;
	border-bottom-color: #efefef;
	background-image: url(../bilder/plus_meny.png);
	background-repeat: no-repeat;
	background-position: 4px center;
	font-style: normal;

}
.arrowlistmenu .menuheader a {
	color:#666;
	text-decoration: none;
}
.arrowlistmenu .openheader a {
	color:#333;
	text-decoration: none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	
	
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4x;
                 
	-moz-box-shadow: 0px 0px 4px #999; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 4px #999; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #999; /* Opera 10.5, IE 9.0 */
	
	background-position: 4px center;
	background-color: #fff;
	color: #333 !important;
	
	background-image: url(../bilder/minus_meny.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;	
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
/*width:200px;*/
margin-left:10px;
;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/

	background-color: transparent !important;
	font-weight: bold;
	color: #666666 !important;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 11px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-image: url(../bilder/plus_meny.png);
	background-repeat: no-repeat;
	background-position: 1px center;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	-moz-border-radius: 4px; /* FF1+ */
	-webkit-border-radius: 4px; /* Saf3-4 */
	border-radius: 4x;
                 
	-moz-box-shadow: 0px 0px 4px #ccc; /* FF3.5+ */
  	-webkit-box-shadow: 0px 0px 4px #ccc; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #ccc; /* Opera 10.5, IE 9.0 */
	
	background-color: #fff !important;
	font-weight: bold;
	color: #666666;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 14px;
	
	background-color: #f5f5f5;
	background-image: url(../bilder/minus_meny.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.arrowlistmenu ul li a{
	color: #333333;
	display: block;
	padding-left: 16px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	/*font-size: 1ems;*/
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	background-image: url(../bilder/menypil.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
	color: #333333;
		text-decoration: none;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #fff;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: #fff;
}
