


body { behavior:url(csshover3.htc);}


/* ================================================================ 

Drop Down Menu :: Salman Lakhani :: ChurchPixel.com :: Joviant.net :: Facebooklicious.com :: Webolix.com

=================================================================== */

.menu {	
	padding: 0;	margin: 0; 
	height: 37px;
	position:absolute;
	top:-42px;
	z-index:2;
	display:block;

}

/* hack to correct IE5.5 faulty box model */
* html .menu {}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	float: left;
	list-style: none;	
	margin: 0;
	padding: 0 0 0 0px;	z-index:2;		

}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;z-index:2;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 25px;
	font: bold 13px/35px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	background-repeat:repeat-x;
	height:37px;
	color:#e4d6b9;
	margin-right:1px;
	
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {

}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd bottom right no-repeat;}

/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 bottom right no-repeat;}

.menu ul ul :hover > a.drop {background:#c9ba65 bottom right no-repeat;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {

background-color:#d7d2b2;

}

.menu ul ul li a.parent{
	background-image:url(images/side-arrow2.png);
	background-position:160px 10px;;
	background-repeat:no-repeat;
}
/* style the third level hover */
.menu ul ul ul a:hover {background-color:#d7d2b2;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;z-index:2;
	top:37px;
	left:0px; 
	width:178px;
	display:block;
	padding:0px;
	background-image:url(images/bottom-nav.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-bottom:10px;
	}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;t\op:31px;
	
}

/* position the third level flyout menu */
.menu ul ul ul{left:177px; top:-1px; width:149px; background-image:none;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; left:0; 
	border-collapse:collapse;
	
	}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited { 
	color:#000000; 
	display:block;
	letter-spacing:normal;
	width:155px;
	background:none;
	text-align:left;
	padding:0px;
	background-color:#ede8cb;
	margin:0px;
	line-height:normal;
	line-height:30px;
	height:auto;
	padding-left:12px;
	padding-right:11px;
	padding-top:0px;
	padding-bottom:0px;

}
.menu :hover ul a:hover{
	color:#fff;
	background-image:url(images/nav-hover.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
	border-left:#ede8cb 4px solid;
	border-right:#ede8cb 4px solid;
	padding-left:8px;
	width:151px;
	
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#99FF99;}

.menu :hover > a, .menu ul ul :hover > a {color: #ffffff; background:#ede8cb;
	color: #6b2602;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
=================================================================== */


.menu ul li.current_page a {
  color: #6b2602;

  background: #ede8cb;
  
}

.menu .current_page_item a {
 	background:#ede8cb;
	color: #6b2602;
	font-weight: bold;
}
.menu li:hover.current_page_item a {
 	color: #6b2602;background:#ede8cb;
}
.menu ul .current_page_item ul a {
  color: #726b5d;
  font-weight: normal;
  background: #ede8cb;
}

.menu ul .current_page_item ul a:hover,  .menu ul ul .current_page_item a:hover {
	color:#99FF99;
	background-image:url(images/nav-hover.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-decoration:none;
}

.menu .current_page_item a:hover {
color: #726b5d; background:#ede8cb;
}


