/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: Murphies
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0px;
	background-repeat: 200;
	background-image: url(img/bg_off.jpg);
	font-size: 15px;
	font-family: "Lucida Grande", Arial, Verdana;
	height: 48px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	text-align:left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left:  1px solid #777777;
	border-top: 0;
	background-image:url(img/pmbluestone_subs.jpg);

	
}
#p7PMnav ul ul {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #FFFFFF;


}
#p7PMnav a {
	color: #cba964;
	font-weight:normal;
	text-decoration: none;
	display: block !important;
	height: auto !important;
	background-image: url(img/bg_off.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 26px;
	padding-bottom: 15px;
	padding-left: 26px;
}
#p7PMnav ul a {
	padding: 4px 32px;
	color:#000000;
	background-image:none;
	

}

#p7PMnav ul ul a {
	border-left: 0;
	color:#00FF00;
	
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFCC00;
	letter-spacing: 0.02px;
	background-image:url(img/bg_on.jpg);
	background-repeat:repeat-x;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background-image: url(img/p7PM_dark_east.gif);
	background-repeat:no-repeat;
	background-position: left center;
	}

/* ------ the CURRENT PAGE marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: normal;
	background-image:url(img/bg_on.jpg);
	background-repeat: repeat-x;	
	
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	
	color: #ffffff;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: left ;
}
#p7PMnav ul .p7PMon {
	color: #FFFFFF;
	background-color: #777777;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
/* hide from IE mac \*/
#p7PMnav li {
}
/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
