/* CSS leftmenu */

#menucontainer_left{ 
	margin: 0px 0 20px 10px;
	/*width: 200px;*/
}
#menu_left {
	margin: 0; 
	padding: 0; 
	list-style-type: none;
	/*width: auto;*/
}
#menu_left a{
	display: block;
	padding: 2px 2px 2px 3px; 
	text-decoration: none; 
	height: 100%; 
	margin-top: 2px;
	background: #ffffff;
	border: 1px solid #ec6104;
	
}
#menu_left ul{list-style-type: none;}
#menu_left ul a{padding: 2px 2px 2px 3px;}
.menu_left_indrag{margin-left: -20px;}

#menu_left a:link{color: #ec6104; }
#menu_left a:visited{color: #ec6104;}
#menu_left a:hover{background: #ec6104; text-decoration: none; color: #ffffff;}
#menu_left a#subcurrent{background: #ec6104; font-weight: bold; color: #ffffff;}
#menu_left a#subsubcurrent{background: #ec6104; font-weight: bold; color: #ffffff;}
/*#menu_left a#subsubsubcurrent{background: #ec6104; font-weight: bold; color: #ffffff;}*/

/*orange #ec6104*/
/*Mörk rosa #cc325d*/