/* @override 
	http://kulturplattformen.se/styles/Kultur_Structure.css
	http://www.kulturplattformen.se/upload/kulturplattformen/stilmall/kpf_meny.css?version=1
	http://www.kulturplattformen.se/upload/kulturplattformen/stilmall/kpf_menu.css?version=1
*/

/* * * * * * * * * * * * * * * **
*								*
*	Left menu  - Special		*
*								*
* * * * * * * * * * * * * * * * */

#defaultframework_LeftMenu_VastarvetMenuPanel
{
	height: 0;
}

#leftmenudiv
{
	margin-left: 30px;
	background-color: transparent;
	border-left: 1px none white;
}

#leftmenudiv, #LeftmenuBg
{
	background-image: none; /* Att bakgrundsbild fr hela menyn hr */	
	padding-bottom: 0px;
	margin-bottom: 0;
	padding-left:0px;
	height: 22px;
	overflow: visible;
	/*position: relative;*/
	z-index: 20;
	top: 0px;
	display: inline;
	background-color: transparent;
	width: 861px;
}
#BackgroundImg
{
	padding-bottom: 0;
	padding-top: 0;
	background-image: none;
	background-color: transparent;
}

#leftmenudiv ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: transparent;
}
#leftmenudiv ul ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: transparent;
}
#leftmenudiv ul li#BackgroundImg	/*Undvik vågrät avdelare under bakgrundsbild*/
{
display: none;
}
/* * * 		Level 1		 * * */

#leftmenudiv ul li			/* Bakgrund Niv 1 */
{ 
	float: left;
	background-color: transparent;
}

#leftmenudiv ul li a		/* Länk Nivå 1 */
{
	display: inline;
	text-align: left;
	text-transform: none;
	background-color: transparent;
	margin-bottom: 0;
	padding-left: 5px;
	padding-right: 4px;
	font: 1.2em/1.7 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	border-right: 1px none white;
	border-top: 1px none white;
}

#leftmenudiv ul li a:hover 
{
	color: white;
	text-decoration: underline;
}

#leftmenudiv ul li span a	/* Aktuell/akriv länk Nivå 1 */
{
	color: white;
	text-decoration: underline;
}
/*/* * * 		Level 2		 * * **/
#leftmenudiv ul li li			/*/* Bakgrund Nivå 2 **/
{
	color: white;
}

#leftmenudiv ul li li a			/*/* Länk Nivå 2 **/
{
	color: #4d86b5;
	font-weight:normal;
	padding-left: 17px;
	background-color: white;
}

#leftmenudiv ul li li a:hover
{
	background-color: white;
	text-decoration: underline;
}
#leftmenudiv ul li li span a	/*/* Aktuell länk Nivå 2 **/
{
	color: #005195;
	font-weight: bold;
	background-color: white;
}