/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  Focus On Mexico
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0px 0 0 20px;
	font-family: Arial, Helvetica, sans-serif; 
	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: none;
}

#p7PMnav li li { 
border-bottom:1px solid #cccccc; }

#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right:1px solid #cccccc;
	position: absolute;
	left: -9000px;
	}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #666666;
	line-height:1;
}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background-color: #FFB720;
	color: #ffffff;
	letter-spacing: .01px;
}

#p7PMnav ul li a { padding: 4px 10px; }

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */

#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../img/nav/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav li li a:hover { background-position: right center !important; }
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: transparent;
	color: #333333
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 200000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 188px;
}

#p7PMnav a:hover {
	background-position: right bottom;
}

#p7PMnav li.active { background-position: right bottom; }

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6 { height: 24px !important; text-indent: -5000px; }

#nav1 { width: 115px; background: url(../img/nav/nav-about.jpg) repeat-y; }
#nav2 { width: 122px; background: url(../img/nav/nav-volunteers.jpg) repeat-y; }
#nav3 { width: 161px; background: url(../img/nav/nav-guest.jpg) repeat-y; }
#nav4 { width: 78px; background: url(../img/nav/nav-links.jpg) repeat-y; }

#navActive1 { 
	width: 115px; 
	background: url(../img/nav/nav-about.jpg) repeat-y; 
	background-position: right bottom;
	height: 24px !important; text-indent: -5000px; }

#navActive2 { 
	width: 122px; 
	background: url(../img/nav/nav-volunteers.jpg) repeat-y; 
	background-position: right bottom;
	height: 24px !important; text-indent: -5000px; }

#navActive3 { 
	width: 161px; 
	background: url(../img/nav/nav-guest.jpg) repeat-y; 
	background-position: right bottom;
	height: 24px !important; text-indent: -5000px; }

#navActive4 { 
	width: 78px; 
	background: url(../img/nav/nav-links.jpg) repeat-y; 
	background-position: right bottom;
	height: 24px !important; text-indent: -5000px; }

