/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	behavior:url("/csshover3.htc");
}

#navigation {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:24px;	
	position:relative;
	width:798px; 
	z-index:100;
}

#god #navigation {
	background:#f1ca7e url(/images/god_navbar.gif) no-repeat;
}

#jesus #navigation {
	background:#43368f url(/images/jesus_navbar.gif) no-repeat;
}

#bible #navigation {
	background:#c69850 url(/images/bible_navbar.gif) no-repeat;
}

#science #navigation {
	background:#7c92b4 url(/images/science_navbar.gif) no-repeat;
}

#world #navigation {
	background:#9c714a url(/images/worldreligions_navbar.gif) no-repeat;
}

#new #navigation {
	background:#b66753 url(/images/newreligions_navbar.gif) no-repeat;
}

#denominations #navigation {
	background:#7f9d93 url(/images/denomination_navbar.gif) no-repeat;
}

#youth #navigation {
	background:#dabcbe url(/images/youth_navbar.gif) no-repeat;
}

#about #navigation {
	background:#85ac71 url(/images/others_navbar.gif) no-repeat;
}

#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#navigation li {
	display:inline;	
	float:left;
	position:relative;
	padding:0;
	margin:0;
}

#navigation a {
	color:#fff; 
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:5px 12px 6px 12px;
	text-decoration:none; 
}

#navigation a:hover {
	text-decoration:underline; 
}

#god #navigation a:hover  {
	background:transparent url(/images/god_navbar_roll.gif) repeat-x;
}

#jesus #navigation a:hover {
	background:transparent url(/images/jesus_navbar_roll.gif) repeat-x;
}

#bible #navigation a:hover {
	background:transparent url(/images/bible_navbar_roll.gif) repeat-x;
}

#science #navigation a:hover {
	background:transparent url(/images/science_navbar_roll.gif) repeat-x;
}

#world #navigation a:hover {
	background:transparent url(/images/worldreligions_navbar_roll.gif) repeat-x;
}

#new #navigation a:hover {
	background:transparent url(/images/newreligions_navbar_roll.gif) repeat-x;
}

#denominations #navigation a:hover {
	background:transparent url(/images/denomination_navbar_roll.gif) repeat-x;
}

#youth #navigation a:hover {
	background:transparent url(/images/youth_navbar_roll.gif) repeat-x;
}

#about #navigation a:hover {
	background:transparent url(/images/others_navbar_roll.gif) repeat-x;
}

#youth #nav-sub {
	display:none;
}

#nav-sub ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-sub li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav-sub .ekflexmenu_submenu_items {
    overflow: hidden;
}

#nav-sub .ekflexmenu_submenu_items_hidden {
	display: none;
}

#nav-sub li li li a {
	background-color: #f4ebcc; 
	border-bottom:1px solid #98836c;
	border-left:1px solid #98836c;
	border-right:1px solid #98836c;
	color: #98836c; 
	display: block;  
	font:bold 11px Arial, Helvetica, sans-serif; 
	padding: 5px 10px 5px 25px; 	
	text-decoration: none; 
	width:130px;
}



#nav-sub li li li a:hover {
	text-decoration: underline;
}

#nav-sub li li li li  a {
	background-color: #f4ebcc; 
	border-bottom:1px solid #98836c;
	border-left:1px solid #98836c;
	border-right:1px solid #98836c;
	color: #98836c; 
	display: block;  
	font:bold 10px Arial, Helvetica, sans-serif; 
	padding: 5px 10px 5px 25px; 	
	text-decoration: none; 
	width:130px;
}

/* Home Page Navigation */

#navigation-home {
	margin:-2px 0 0 0;
}

#navigation-home ul {
	list-style-type:none;
	margin:0;
	padding:0;
}


#navigation-home li {
	border-bottom:1px solid #98836c;
	margin:0;
	padding:0;
}

#navigation-home a {
	color:#98836c;
	display:block;
	font-family:Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:6px;
	text-decoration:none;
}

#navigation-home a:hover{
	color:#000;
}