/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:12 - Golden Sands
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	width: 150px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #cdb38b url(../images/layout/menu/menu-background.jpg);
	border-width: 0 1px 1px 6px;
	border-style: solid
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border-width: 0 0 1px 0;
	border-style: solid;
	z-index: 10000;
}
#p7PMnav ul li {
	border-width: 1px 6px 0 1px;
	border-style: solid;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px;
	color: #000000;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active, #p7PMnav .p7PMon:focus, 
#p7PMnav ul li a:hover, #p7PMnav ul li a:active,
#p7PMnav ul li a:focus {
	color: #ffffff;
	letter-spacing: 0.01px;
}

/* ------ the current page marker styles ------ */
/* top level */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* second and subsequent levels */
#p7PMnav ul li .p7PMmark, #p7PMnav ul li .p7PMmark:hover {
	font-weight: bold;
}
#p7PMnav .p7PMcurrent {
	color: #ffffff;
}
#p7PMnav .p7PMcurrenttrg {
	background-image:  url(../images/layout/menu/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	color: #ffffff;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-image:  url(../images/layout/menu/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMtrg:active {
	background-image:  url(../images/layout/menu/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 150px;
}

/* submenu category headings */
	#p7PMnav li .category, #p7PMnav ul li .category {
		padding: 1px 0 1px 5px;
		color: #ffffff;
		font-weight: bold;
		display: block;
	}
	#p7PMnav li .category img, #p7PMnav ul li .category img {
		padding-right: 10px
	}
	

/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}

