#navigation {
	width: 800px; /* minus the padding */
	margin: 0;
	padding: 20px 10px 20px 73px;
	font-size:13px;
	overflow: hidden;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
}

#navbar {
}

#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar ul li {
	display: inline; /* this gets rid of the gaps */
}

#navbar ul li a {
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	font-weight: bold;
}

/* LEVEL 1
------------------------------------------------------------------------------ */

#menu_level_1 {
}

#menu_level_1 li a {
	margin-bottom: 0px;
}

#menu_level_1 .active a {
	color: #CC3D17; 
	background-image: url(images/bullet-lv1.gif);
	background-repeat: no-repeat;
	background-position: 0;
	text-decoration: none;
}

#menu_level_1 .active a:hover {
	text-decoration: underline;
}

#menu_level_1 .inactive a {
	border: 0px solid blue;
	color: #666;
	background-image: none;

}

#menu_level_1 .inactive a:hover {
	text-decoration: underline;
}


/* LEVEL 2
------------------------------------------------------------------------------ */



#menu_level_1 #menu_level_2 {
float: left;
margin-left: 10px;
padding-top: 5px;
	text-transform: none;

}

#menu_level_1 #menu_level_2 li a {
	font-size: 12px;
        padding-right: 10px;
}

#menu_level_1 #menu_level_2 .active a {
        padding: 0 10px 0 0;
background-image: none;
}


#menu_level_2 .active a:hover {
	text-decoration: underline;
}

#menu_level_2 .inactive a, #menu_level_2 .inactive a:hover {
	font-weight: normal;
	color: #666;
	text-decoration: none;
padding: 0 0 0 0;
}

#menu_level_2 .inactive a:hover {
	text-decoration: underline;

}


/* LEVEL 3
------------------------------------------------------------------------------ */

#menu_level_3 li a {
	font-size: 12px;
	margin-bottom: 0px;
	background-color: #FDEFC0; /* beige */
}

#menu_level_3 .active a {
	padding-left: 60px;
	color: #CC1734; /* Rubrik */
	background-position: 50px;
}

#menu_level_3 .active a:hover {
	text-decoration: underline;
}

#menu_level_3 .inactive a, #menu_level_3 .inactive a:hover {
	font-weight: normal;
	padding-left: 60px;
	border: 0px solid blue;
	color: #666;
	background-position: 50px;
}

#menu_level_2 .inactive a:hover {
	text-decoration: underline;
}


