#navigation {
	float: left;
	width: 160px;
	height: auto !important;
	height: 450px;
	min-height: 450px;
	position: relative;
    left: 5px;
    top: -17px;
    margin: 0px 0px 0px 0px;
}


#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #cccccc;
	height:1%;
}

#navbar ul li {
	border-bottom: 1px solid #cccccc;
}

#navbar ul li a:link {
	display: block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px 5px 8px;
	background:#ffffff url("images/navigation.gif") repeat-y;
}

#navbar ul li a:visited {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 3px 5px 8px;
	background:#ffffff url("images/navigation.gif") repeat-y;
}

#navbar ul li a:hover {
	display:block;
	padding: 5px 3px 5px 8px;
	color: #000000;
	background:url("images/navihover.gif") repeat-y;
}


#navbar ul li a.active {
	display:block;
	font-weight:bold;
	padding: 5px 3px 5px 8px;
	color: #000000;
	background:url("images/navihover.gif") repeat-y;
}






/* ------------- LEVEL 2 ----------------- */
#navbar ul li.level_2 a:link, #navbar ul li.level_2 a:visited {
	display:block;
	font-weight:normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 1px 5px 30px;
	background:url("images/navihover.gif") repeat-y;
	text-transform:none;
}

#navbar ul li.level_2 a:hover {
	display:block;
	padding: 5px 1px 5px 30px;
	color: #000000;
    background:url("images/navigation.gif") repeat-y;
	
}


#navbar ul li.level_2 a.active {
	display:block;
	font-weight:bold;
	padding: 5px 1px 5px 30px;
	color: #000000;
    background:url("images/navihover.gif") repeat-y;
	
}


#navbar ul li.level_2 a.active:hover {
	display:block;
	padding: 5px 1px 5px 30px;
	color: #000000;
	background:url("images/navigation.gif") repeat-y;
	
}


/*------------ LEVEL 3 -------------*/
#navbar ul li.level_3 a {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	padding: 5px 1px 5px 35px;
	background-color: #ffffff;
	text-transform:none;
   	background:url("images/navigation.gif") repeat-y;
}


#navbar ul li.level_3 a.active{
	display:block;
	font-weight: normal;
	padding: 5px 1px 5px 35px;
	color: #000000;
	font-weight: bold;
}

#navbar ul li.level_3 a:hover {
	display:block;
	font-weight: normal;
	padding: 5px 1px 5px 35px;
	color: #000000;
	font-weight: bold;
}

#navbar ul li.level_3 a.active:hover {
	display:block;
	font-weight: normal;
	padding: 5px 1px 5px 35px;
	color: #000000;
}