/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
*{margin: 0; padding: 0;}

#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 12px;
	background-position: right bottom;
	background-repeat: no-repeat;
	z-index:500000!important;
}

#p7PMnav img{
	margin: 0 0 0 10px;
	padding:0;
	width: 8px;
	height: 10px;	
	border: none;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none; 
	line-height: 1.1em;
	border-top: 1px solid #473425;
}



#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index:10000;
	background: none; 
	border-top: none;	
	border-bottom: 1px solid #473425;
	color: #ddd5c8;

}

/*#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 9px; 
	color: #ffffff;
	background-color: #cae0f2; 
	border-bottom: 1px solid #595959;
	list-style-type: none;
} */

#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 9px; /*padding for top, right of box*/
	color: #E3DCD2;
	margin:0;
	/*line-height:1; */
	background-color: #6D5D4E ;
	
	list-style-type: none;
	font-weight: normal;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	/*padding: 4px 10px;*/
	color: #ffffff;
	/*line-height:1; */
	border-bottom: 0px;
}

#p7PMnav a:hover {
	/*color: none;
	background-color: none;*/
	letter-spacing: .01px;
}

#p7PMnav a:hover{
	background-position: left bottom;
		list-style-type: none;
}

#p7PMnav ul a:hover/*, #p7PMnav ul a:active, #p7PMnav ul a:focus*/ {
	color: #fff;
	background-color: #473425;
	background-position: right center;
	font-weight: normal;}
	
#p7PMnav ul a:active{
	font-weight:normal;}
	
#p7PMnav ul a:visited{
	font-weight:normal;}


#p7PMnav .p7PMon /*,#p7PMnav .p7PMmark */ {
	background-position: left bottom;
}

/* ------ the current page marker style ------ */

/*WAS BEFORE PRECISION #p7PMnav .p7PMmark {
	font-weight: bold;
} */

#p7PMnav ul .p7PMmark {
		background-position: left bottom;
}

#p7PMnav .p7PMmark {
		background-position: left bottom;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-repeat:	no-repeat;
	/*WAS BEFORE PRECISIONbackground-position: right center;*/
	background-position: left bottom;
}

/*ADDED FROM PRECISION the normal trigger links */

#p7PMnav ul .p7PMtrg, #p7PMnav .p7PMshow {
	/*background-position: right center;*/
	background-position: left bottom;
}

/* the active trigger link style -  CHANGE THIS TO MAKE THE HOVER GRAPHIC INTO AN ACTIVE STATE */
#p7PMnav .p7PMon {
		background-position: left bottom;}
		
	
#p7PMnav .p7PMon {
	/*background-color: none;*/
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 500000 !important;
}

/* Top level menu width */

#p7PMnav li {
	float: left;
	width: auto;
	background: none;
}

#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths*/
#p7PMnav ul{
width: 160px; }

 #p7PMnav ul li {
width: 160px; 
margin-left:0px;
border-left: 1px solid #473425;
	border-right: 1px solid #473425;
}


/****************/

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6{
  height: 36px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
  
}


#nav1 {
  width: 93px;
  background-image:url(../img/nav/about_nav.jpg);
  background-repeat: no-repeat; 
}
  
#nav2 {
  width: 151px;
  background-image:url(../img/nav/missions_nav.jpg);
}
#nav3 {
  width: 110px;
  background-image:url(../img/nav/newsletter_nav.jpg);
}
#nav4 {
  width: 86px;
  background-image:url(../img/nav/support_nav.jpg);
}

#nav5 {
  width: 152px;
  background-image:url(../img/nav/prayer_nav.jpg);
}

#nav6 {
  width: 119px;
  background-image:url(../img/nav/multimedia_nav.jpg);
}


/*****************NAV ACTIVE FOR SECOND LEVEL STICK *******************/

#navActive1, #navActive2, #navActive3, #navActive4, #navActive5, #navActive6 {
	background-position: left bottom!important;
	height: 28px!important;
	text-indent: -3000px;}

#navActive1 {
  width: 93px;
  background-image:url(../img/nav/about_nav.jpg);
  background-repeat: no-repeat; 
}
  
#navActive2 {
  width: 151px;
  background-image:url(../img/nav/missions_nav.jpg);
}
#navActive3 {
  width: 110px;
  background-image:url(../img/nav/newsletter_nav.jpg);
}
#navActive4 {
  width: 86px;
  background-image:url(../img/nav/support_nav.jpg);
}

#navActive5 {
  width: 152px;
  background-image:url(../img/nav/prayer_nav.jpg);
}

#navActive6 {
  width: 119px;
  background-image:url(../img/nav/multimedia_nav.jpg);
}

