		#nav_top {
			margin-top: 5px;
			width: 159px;
			background: url(nav_bg.jpg) no-repeat top right #000000;

		}

		#nav_bottom {
			width: 159px;
			background: url(nav_bg.jpg) no-repeat bottom right #000000;

		}

		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			width: 119px;
			background: url(accordion_toggle.jpg) repeat-y center right #000000;
			padding: 5px 30px 5px 10px;
			font-weight: normal;
			text-decoration: none;
			outline: none;
			font-size: 80%;
			color: #98CAE5;
			cursor: s-resize;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
			background-color: #43C2EF;
			font-weight: bold;
			font-size: 100%;
			background: url(accordion_bg.jpg) repeat-y center;
			color: white;
			cursor: n-resize;
		}
		

		.accordion_content {
			background: url(accordion_bg3.jpg) repeat-y center right #ffffff;
			width: 139px;
			padding: 0 10px 0 10px;
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
			
				
		.accordion_content p {
			font-size: 80%;
			padding-left: 0px;
			padding-bottom: 15px;
			padding-right: 0px;
			padding-top: 5px;
			margin: 0px;
			line-height: 150%;
		}
			
	  			
					

    
    
