#navigation {
	float:left;
	width:200px;
	height: auto !important;
	padding: 0px 0px 15px 0px;
}

#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar ul li{
	border-bottom: 1px solid #ffffff;
}

#navbar ul li a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 4px 4px 10px;
	background-color: #2868a8;
	background-image:url(images/navtree_bg.jpg);
	background-repeat:repeat-x;
}

#navbar ul li.nav_title a{
	text-transform:none;
	display:block;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	color: #ffffff;
	background-color: #408FBE;
       margin-top: 10px;

}

#navbar ul li.level_2 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #2868a8;
	padding: 4px 4px 4px 20px;
	background-color: #E3E3E3;
	text-transform:none;
	background-image:url(images/bg-level2.jpg);
	background-repeat:repeat-x;
}

#navbar ul li.level_3 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 4px 4px 40px;
	background-color: #9badcf;
	text-transform:none;
	background-image:url(images/bg-level3.jpg);
	background-repeat:repeat-x;
}

#navbar ul li.nav_title a.active, #navbar ul li.nav_title a:hover {
	display:block;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	color: #ffffff;
	background-color: #408FBE;
	font-weight: bold;
}

#navbar ul li a.active, #navbar ul li a:hover {
	display:block;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	color: #ffffff;
	background-color: #9badcf;
	font-weight: normal;
	background-image:url(images/navtree-bg-active.jpg);
	background-repeat:repeat-x;
}

#navbar ul li.level_2 a.active, #navbar ul li.level_2 a:hover {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 20px;
	color: #ffffff;
	background-color: #9badcf;
	background-image:url(images/bg-level2-active.jpg);
	background-repeat:repeat-x;
}

#navbar ul li.level_3 a.active, #navbar ul li.level_3 a:hover {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 40px;
	color: #2868a8;
	background-color: #AFC5EF;
	background-image:url(images/bg-level3-active.jpg);
	background-repeat:repeat-x;
}


