/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border-bottom: 4px solid #2f2f2f;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #181818;
	padding: 8px 10px;
	color: #CCCCCC;
	line-height:1;
	/*border-top-width: 1px;*/
	border-bottom-width: 1px;
	/*border-top-style: solid;*/
	border-bottom-style: solid;
	/*border-top-color: #2f2f2f;*/
	border-bottom-color: #2f2f2f;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border: 2px solid #000000;
}
#p7PMnav ul a {
	background-color: #222222;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #222222;
	color: #FFCC00;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #470000;
	color: #FFCC00;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #FFCC00;
	background-color: #000000;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg {
	background-image:  url(../../lightwave_08/css/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #CCCCCC;
}
#p7PMnav .p7PMon {
	background-color: #000000;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-color: #000000;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#p7PMnav {
	width: 100%;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 180px;
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #988263;
}
#pmmcrumb a {
	font-weight: normal;
	color: #BBA997;
}

