/* VÄNSTERMENYN */

.LM_UL_1, .LM_UL_1 ul, .LM_UL_1 li {
	list-style-type:none;	/* Plockar bort 'punkterna' i listorna. */
	width:260px;			/* Menysystemets bredd. */
	overflow:hidden;		/* Ser till att långa namn inte spräcker designen. */
	margin:0;				/* Tar bort indentering på listorna som */
	padding:0;				/* vi fixar indentering på i länkklasserna istället. */
	text-align:left;
}

.LM_UL_1 li {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

.LM_UL_1 li a {
	line-height:30px;		/* Line-height måste finnas annars ser det konstigt ut i tex Safari. */
	min-height:30px;		/* För länkar. Bör ha samma värde som line-height. */
}

.LM_UL_1 a				{ display: block; }	/* Rör inte. Måste finnas för att man ska kunna sätta width och height på länkar */
.LM_UL_1 .LM_NEST		{ margin:0; padding:0; border:none; line-height:0; font-size:0px; }	/* Rör inte. Används för LI med nästlad UL i. (Får inte ta upp plats.) */

/**********************************************************************************************************************/

/* Länkar i första visningsnivån */

.LM_UL_1 a				{ width:260px; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica; font-size: 14px; line-height:normal; padding:0 0 0 0px; }

.LM_LI_1_Off a:link, 
.LM_LI_1_Off a:visited,
.LM_LI_1_Off a:active	{ width:260px; font-weight: normal; color: #5f5f5f; text-decoration:none; font-size:14px; }
.LM_LI_1_Off a:hover	{ width:260px; font-weight: normal; color: #5f5f5f; text-decoration:underline; font-size:14px; }

.LM_LI_1_Open a:link,
.LM_LI_1_Open a:visited,
.LM_LI_1_Open a:active	{ width:260px; font-weight: normal; color: #006eb9; text-decoration:none; font-size:14px; }
.LM_LI_1_Open a:hover	{ width:260px; font-weight: normal; color: #5f5f5f; text-decoration:underline; font-size:14px; }

.LM_LI_1_On a:link, 
.LM_LI_1_On a:visited, 
.LM_LI_1_On a:active	{ width:260px; font-weight: normal; color: #006eb9; text-decoration:none; font-size:14px; }
.LM_LI_1_On a:hover		{ width:260px; font-weight: normal; color: #006eb9; text-decoration:underline; font-size:14px; }

/* Länkar i andra visningsnivån */

.LM_UL_2 a				{ width:240px; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica; font-size: 14px; padding:0 0 0 20px; }

.LM_LI_2_Off a:link, 
.LM_LI_2_Off a:visited,
.LM_LI_2_Off a:active	{ font-weight: normal; color: #006eb9; text-decoration:none; font-size:14px; }
.LM_LI_2_Off a:hover	{ font-weight: normal; color: #5f5f5f; text-decoration:underline; font-size:14px; }

.LM_LI_2_Open a:link,
.LM_LI_2_Open a:visited,
.LM_LI_2_Open a:active	{ font-weight: normal; color: #006eb9; text-decoration:none; font-size:14px; }
.LM_LI_2_Open a:hover	{ font-weight: normal; color: #5f5f5f; text-decoration:underline; font-size:14px; }

.LM_LI_2_On a:link, 
.LM_LI_2_On a:visited, 
.LM_LI_2_On a:active	{ font-weight: normal; color: #006eb9; text-decoration:none; font-size:14px; }
.LM_LI_2_On a:hover		{ font-weight: normal; color: #006eb9; text-decoration:underline; font-size:14px; }
