#navigation {
	float:left;
	width:220px;
	height: auto !important;
	padding: 0px 0px 15px 0px;
	}

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

#navbar ul li{
	border-bottom: 0px dotted #ffffff;
	}

#navbar ul li a {
	display:block;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	color: #FEE502;
	padding: 4px 4px 4px 10px;
	background-color: #148787;
	background-image:url(images/navtree_bg.jpg);
	background-repeat:repeat-x;
	}
	
#navbar ul li a:hover {
	display:block;
	font-weight: bold;
	font-size: 14px;
	padding: 4px 4px 4px 10px;
	color: #FDE82D;
	background-color: #9badcf;
	font-weight: normal;
	background-image:url(images/navtree-bg-active.jpg);
	background-repeat:repeat-x;
	}

#navbar ul li a.active{
	display:block;
	font-weight: bold;
	padding: 4px 4px 4px 10px;
	color: #FEE502;
	background-color: #9badcf;
	font-weight: normal;
	background-image:url(images/navtree-bg-active.jpg);
	background-repeat:repeat-x;
	}	

#navbar ul li.level_2 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #1BB4B4;
	padding: 4px 4px 4px 20px;
	background-color: #0F6262;
	text-transform:none;
	background-image:url(images/bg-level2.jpg);
	background-repeat:repeat-x;
	border-bottom: 0px solid #ffffff;
	}
	
#navbar ul li.level_2 a:hover {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 20px;
	color: #FEE502;
	}
	
#navbar ul li.level_2 a.active {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 20px;
	color: #FEE502;
	}

#navbar ul li.level_3 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 4px 4px 40px;
	background-color: #0F6262;
	}

#navbar ul li.level_3 a:hover {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 40px;
	color: #FEE502;
	background-color: #0F6262;
	background-image:url(images/bg-level2.jpg);
	background-repeat:repeat-x;
	}
	
#navbar ul li.level_3 a.active {
	display:block;
	font-weight: normal;
	padding: 4px 4px 4px 40px;
	color: #FEE502;
	background-color: #0F6262;
	background-image:url(images/bg-level2.jpg);
	background-repeat:repeat-x;
	}