/* ********************** LEVEL 1 NAVIGATION ************************************ */
#topNavigation {
background: #fa9109; /*#fbb65a;*/
border-top: 1px solid #fff;
}
#topNavigation div.L1 {

}
#topNavigation  a.L1 {
	display: block; 
	text-align: left;
	background: url(images/meny_bck.gif) no-repeat;
	height: 24px;
	padding: 3px 10px 3px 27px;
}
#topNavigation  a.L1:hover {
	background: url(images/meny_bck2.gif) repeat-x;
	color: #000;
}
/* #activemenu is defined in system/scripts/functions.js */
#topNavigation  #activemenu { 
	background: url(images/meny_bck2.gif) repeat-x;
	color: #000;
cursor: text;
}
#topNavigation a, a:visited {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #013142;
	font-weight: bold;
	text-decoration: none;
}
#topNavigation a:hover, a:selected {
	color: #000;
}
.L1_Active {
cursor: text;
}

/* ********************** LEVEL 2 NAVIGATION ************************************ */
/* #activemenu is defined in system/scripts/functions.js */
#leftNavigation  #activemenu {
	color: #fa9109;
cursor: text;
}
#leftNavigation div.L2, div.L5 {
}
#leftNavigation  a.L2, a.L5 {
	display: block; 
	text-align: left;
	height: 15px;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_item_sub.gif) no-repeat;
	padding: 0 0 0 14px;
}
#leftNavigation  a.L2:hover, a.L5:hover {
	color: #fa9109;
}
#leftNavigation a, a:visited {

}
#leftNavigation a:hover, a:selected {
	color: #fa9109;
}
.L2_Active {
cursor: text;
}
/* ********************** LEVEL 2 NAVIGATION STATIC ************************************ */
#leftNavigation div.L5 {
}
#leftNavigation  a.L5 {
	display: block; 
	text-align: left;
	height: 15px;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	background: url(images/menu_item_sub.gif) no-repeat;
	padding: 0 0 0 14px;
}
#leftNavigation  a.L5:hover {
	color: #fa9109;
}

/* ********************** LEVEL 3 NAVIGATION ************************************ */
#leftNavigation div.L3 {
}
#leftNavigation  a.L3 {
	display: block; 
	text-align: left;
/*	height: 15px;*/
	padding: 0 0 0 14px;
font-size: 11px;
}
#leftNavigation  a.L3:hover {
	color: #fa9109;
}
#leftNavigation a, a:visited {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 18px;
	line-height: 15px;
	color: #013142;
	font-weight: normal;
	text-decoration: none;
}
#leftNavigation a:hover, a:selected {
	color: #fa9109;
}
.L3_Active, .L4_Active {
cursor: text;
}
/* ********************** LEVEL 4 NAVIGATION ************************************ */
#leftNavigation div.L4 {
padding-left: 10px;
}
#leftNavigation  a.L4 {
	display: block; 
	text-align: left;
	height: 15px;
	padding: 0 0 0 19px;
}
#leftNavigation  a.L4:hover {
	color: #fa9109;
}
#leftNavigation a, a:visited {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #013142;
	font-weight: normal;
	text-decoration: none;
}
#leftNavigation a:hover, a:selected {
	color: #fa9109;
}