/* $Id: navigation.css,v 1.5 2009/11/04 19:42:41 johnalbin Exp $ */

/**
* @file
* Navigation Styling
*/




/* --------- SUBMENU ----------- */
		
	#node-79 { /* submenu programs background */
	background: #fff url("../../../../default/files/bg_childprograms1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}	

	
	#node-81 {  /* submenu adopt background */
	background: #fff url("../../../../default/files/bg_childadopt1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
	
	#node-82 {  /* submenu foster  background */
	background: #fff url("../../../../default/files/bg_childfoster1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
		
	#node-83 {  /* submenu assist  background */
	background: #fff url("../../../../default/files/bg_childassist1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
	
	#node-84 {  /* submenu contact us background */
	background: #fff url("../../../../default/files/bg_childassist1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
	
	
	#node-85 {  /* submenu news background */
	background: #fff url("../../../../default/files/bg_childnews1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}	
		
	#node-86 {  /* submenu aboutus background */
	background: #fff url("../../../../default/files/bg_childfoster1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
	
		
	#node-87 {  /* submenu mission background */
	background: #fff url("../../../../default/files/bg_childfoster1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
		
	#node-88 {  /* submenu resources background */
	background: #fff url("../../../../default/files/bg_childprograms1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
		
		
	#node-320 {  /* submenu p4 background */
	background: #fff url("../../../../default/files/bg_childprograms1.jpg") left bottom no-repeat;
	width: 100%;
	height: 647px;
	}
		

	
	
	
	/* SubMenu using Blocks */
	
	.submenu ul.menu a, .submenu ul.menu a:visited {
	text-decoration: none;
	font-size: 32px;
	line-height: 36px;
	color: #999;
	text-transform: lowercase;
	}	
	
	.submenu ul.menu a:hover {
	font-size: 32px
	text-decoration: none;
	line-height: 36px;
	color: #990000;
	text-transform: lowercase;
	}
		
	.submenu li.first a, .submenu li.first a:active, .submenu li.first a:visited {
	background: #ffffff url("../../../../default/files/menu_arrow.gif") top right no-repeat;
	padding-right: 35px;
	color: #990000;
	margin-top: 10px;
	}
	


	

	
	
	/* Panel Menus Child */
	
	.submenu li.first ul.menu li a {
	background: #fff;
	}
	
	.submenu ul.menu ul.menu {
	padding-bottom: 15px;
	}	
	
	.submenu ul.menu ul.menu a, .submenu ul.menu ul.menu a:visited{
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
	color: #999;
	text-transform: lowercase;
	}
	
	.submenu ul.menu ul.menu a:hover {
	font-size: 14px
	text-decoration: none;
	line-height: 18px;
	color: #990000;;
	text-transform: lowercase;
	}
		
	
	.submenu li.leaf {
	list-style-type: none;
	list-style-image: none;
	}

		
	
	.submenu li.expanded {
	list-style-image: none;
	list-style-type: none;
	}
	
	.submenu ul.menu ul.menu li.leaf {
    padding-bottom: 0px !important
	}
	
	
	.submenu ul.menu li.leaf {
	padding-top: 5px;
	}

	
	/*
	* The active item in a Drupal menu
	*/
	li a.active {
	color: #000;
	}
	
	/*
	* Navigation bar
	*/
	#navigation {
	}
	
	.region-navigation {
	}
	
	/*
	* Primary and Secondary menu links
	*/
	#main-menu {
	display: none;
	}
	
	#primary {
	}
	
	
	#secondary-menu {
	}
	
	/*
	* Menu blocks
	*/
	.block-menu {
	}
	
	/*
	* "Menu block" blocks. See http://drupal.org/project/menu_block
	*/
	.block-menu_block {
	}
