
		
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
			display: block;
			height: 25px;
			width: 200px;
			background: url(images/v-cont1.gif)  no-repeat  #757471;
			padding: 5px 0 0 0;
			text-align:center;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			
			color: #ffffff;
			font-weight: normal;
			text-decoration: bold;
			
			font-size: 13px;
			border-bottom: 2px solid #000000;
			cursor: pointer;
			margin: 0 0 0 0;
		}
		
		.accordion_toggle_active {
		
			background: url(images/v-cont2.gif) no-repeat #757471;
			color: #990000;
			border-bottom: 2px solid #000000;
		}
		
		.accordion_content {
			background-color: #757471;
			color: #ffffff;
			overflow: hidden;
			padding: 0 0 0 0;
			
			width:200px;
			 
		}
			
		
			
		
		.vertical_accordion_toggle {
			display: block;
			height: 13px;
			width: 200px;
           background: url(images/v-cont11.gif)  no-repeat  #757471;
			padding: 0 0 0 0;
			
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			text-align:center;
			 
			 
			font-size: 13px;
			
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active {
			background: url(images/v-cont22.gif)  no-repeat  #757471;
	
			text-decoration: underline;
		}

		.vertical_accordion_content {
			font-size: 12px;
			color: #ffffff;
			overflow: hidden;
			padding: 4px 0 0 15px;
		}
			

	.vertical_accordion_toggle2 {
			display: block;
			height: 13px;
			width: 200px;
           background: url(images/v-cont11.gif)  no-repeat  #757471;
			padding: 0 0 0 0;
			
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			text-align:center;
			 
			 
			font-size: 13px;
			
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active2 {
			background: url(images/v-cont22.gif)  no-repeat  #757471;
	
			text-decoration: underline;
		}

		.vertical_accordion_content2 {
			font-size: 12px;
			color: #ffffff;
			overflow: hidden;
			padding: 4px 0 0 15px;
		}
		
		.vertical_accordion_toggle3 {
			display: block;
			height: 13px;
			width: 200px;
           background: url(images/v-cont11.gif)  no-repeat  #757471;
			padding: 0 0 0 0;
			
			color: #ffffff;
			font-weight: normal;
			text-decoration: none;
			text-align:center;
			 
			 
			font-size: 13px;
			
			cursor: pointer;
			margin: 0 0 0 0;
		}

		.vertical_accordion_toggle_active3 {
			background: url(images/v-cont22.gif)  no-repeat  #757471;
	
			text-decoration: underline;
		}

		.vertical_accordion_content3 {
			font-size: 12px;
			color: #ffffff;
			overflow: hidden;
			padding: 4px 0 0 15px;
		}
			
	a{
	font-size: 10px;
			color: #000000;
			text-decoration:none;
		
	}
	a:hover{
	font-size: 10px;
			color: #990000;
		text-decoration:none;
	}		
  			
	
					
					
    /* Container styling*/
    #horizontal_container {
      margin: 20px auto 20px auto;
      width: 680px;   
      height: 100px;    
    }
    
    #vertical_nested_container {
      margin: 18px 0 10px 0;
      width: 200px;
    }
	
	#vertical_nested_container2 {
      margin: 18px 0 10px 0;
      width: 200px;
    }
	#vertical_nested_container3 {
      margin: 18px 0 10px 0;
      width: 200px;
    }


