/*
			Vertical Accordions
		*/
		#navsub	
		{	
			width:190px;
			background-color:transparent;
			background-image: url(../images/elements/nav_lenia.jpg);
			background-position: bottom;
			background-repeat: no-repeat;
			list-style-type: none;
			list-style-position: outside;
		}
		
		.navsub_toggle {
			display: block;
			line-height: 17px;
			color:#8A8A8A;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 12px;
			cursor: pointer;
			margin: 0 0 0 0;
			font-weight: bold;
		}
		
		.navsub_toggle a {
			margin-top: 5px;
			display: block;
			padding-left: 15px;
			margin: 0px;
			color:#8A8A8A;
			text-decoration:none;
		}
		
		.navsub_toggle a:hover {	
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/mini_arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.navsub_toggle_active {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.navsub_toggle_active a:hover {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.navsub_toggle_active a:active {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.navsub_content {
			display: block;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
			overflow: hidden;
		}
		
		#vertical_nested_container {
			  margin: 0 0 0 0;
			  background-color: transparent;
			}	
			
		.vertical_navsub_toggle {
			display: block;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.vertical_navsub_toggle a {
			margin-top: 5px;
			display: block;
			text-decoration:none;
			background-position: left;
			background-repeat: no-repeat;
		}
		
		.vertical_navsub_toggle a:hover {	
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.vertical_navsub_toggle_active {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.vertical_navsub_toggle_active a:hover {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.vertical_navsub_toggle_active a:active {
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}

		.vertical_navsub_content {
			color: #444444;
			overflow: hidden;
			padding-left: 15px;
			font-style: normal;
		}
		
		.vertical_navsub_content a {
			display: block;
			padding-left: 15px;
			margin-top: 5px;
			color:#8A8A8A;
			text-decoration:none;
			background-image: url(../images/elements/mini_arrow_right_grey.gif);
			background-position: left;
			background-repeat: no-repeat;
		}
		
		.vertical_navsub_content a:hover {	
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/mini_arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.vertical_navsub_content a:active {	
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.vertical_navsub_content a:focus {	
		color:#00508B;
		text-decoration:none;
		background-image: url(../images/elements/arrow_right_blue.gif);
		background-position: left;
	 	background-repeat: no-repeat;
		}
		
		.navlist{
		color:#8A8A8A;
		display: block;
		padding-left: 15px;
		line-height: 18px;
		font-size: 12px;
		font-style: normal;
		font-weight: 100;
		}