/* CSS Document */


#nav {
	top:						0px;
	left:						0px;
	float:						left;
	width:						856px;
	height:						32px;
	margin:                     0px;
	padding:                    0px;
	list-style:                 none;
}

#nav li {
    float:left;
    text-indent:0px;
    text-decoration:none;
}

#nav b {
	display:					none;
}

#nav .home, #nav .information, #nav .ministries, #nav .multimedia, #nav .snapshots, #nav .contact {
	float:						left;
	display:					block;
	outline:					none;
}

#nav .home {
	width:						144px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat 0 0;
}

#nav a:hover.home {
	background:					url(../images/nav.jpg) no-repeat 0 -32px;
}

#nav .information {
	width:						143px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat -144px 0;
}

#nav a:hover.information {
	background:					url(../images/nav.jpg) no-repeat -144px -32px;
}

#nav .ministries {
	width:						141px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat -287px 0;
}

#nav a:hover.ministries {
	background:					url(../images/nav.jpg) no-repeat -287px -32px;
}

#nav .multimedia {
	width:						142px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat -429px 0;
}

#nav a:hover.multimedia {
	background:					url(../images/nav.jpg) no-repeat -429px -32px;
}

#nav .snapshots {
	width:						143px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat -571px 0;
}

#nav a:hover.snapshots {
	background:					url(../images/nav.jpg) no-repeat -571px -32px;
}

#nav .contact {
	width:						142px;
	height:						32px;
	background:					url(../images/nav.jpg) no-repeat -714px 0;
}

#nav a:hover.contact {
	background:					url(../images/nav.jpg) no-repeat -714px -32px;
}



   .ddNav {
      float:left;
      display:inline;
      clear:both;
	  margin:0;
      padding:0;
	  height:30px;
	  width:890px;
    }
	
	#nav ul {
		padding: 0;
		margin: 0;
		display:inline;
		z-index:1;
	}
	
	#nav li {
      	list-style-type: none;
		float:left;
		margin:0;
		padding:0;	
	}

	/*--- This defines the position of the dropdown nav when it is not displayed ---*/
	#nav li ul {
		position: absolute;
		width: 10em;
		left: -999em;
	}

	/*--- This defines the background of the dropdown nav ---*/
	#nav li:hover ul, 
	#nav li.sfhover ul {
		left: auto;
		top:auto;
		padding:0;
		margin:30px 0 0 -142px;
		width:142px;
		background:#284F98;
		float:left;
		filter:alpha(opacity=95);
		-moz-opacity:.95;
		opacity:.95;
	}	

	#nav li:hover ul li { 
		width:142px;
		text-align:left;
		margin:0;
		padding:0;				
	}

	#nav li ul a {
		display: block;
		width: auto;
		margin:0;
		padding:5px 0 5px 5px;
		text-align:left;
		font-family: Arial,helvetica,sans-serif;
		font-weight:bold;
		font-size:12px;
		text-decoration:none;
		color:#fff;
		width:137px;
	}

	#nav li ul a:hover {
		background:#B49507; /*C2A30D;*/
		padding:5px 0 5px 5px;
		float:left;
	}
	
    #nav li#activePage a{
      color:#0E2C8E;
    }

    #nav li#activePage li a{
      color:#fff;
    }
  
    #nav li#activePage li a:hover{
      color:#F0007D;
    }


