/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 03 - Greystone
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv01 {
	width: auto;
	margin: 0 auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv01 ul {
	margin: 0;
	padding: 0;
	background-repeat: repeat-y;
	background-color: #fff;
}
.p7PMMv01 li {
	list-style-type: none;
}
.p7PMMv01 a {
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	padding: 8px 10px 8px 10px;
	color: #000 !important;
	text-align: left;
}
.p7PMMv01 a:hover {
	color: #222 !important;
	background-color: #e1c867 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv01 ul a.pmmfirst {
}
.p7PMMv01 ul a.pmmlast {
}
.p7PMMv01 ul li.pmmfirst {
}
.p7PMMv01 ul li.pmmlast {
}

/*First Sub Level*/
.p7PMMv01 ul ul {
	z-index: 10000;
	width: 220px;
	border:1px #ae9d57 solid;
	background-color: #e1c867;
}
.p7PMMv01 ul ul li {
	background-image: none;
}
.p7PMMv01 ul ul a {
	color: #222 !important;
	text-align: left;
	border:0px;
	overflow: hidden;
}
.p7PMMv01 ul ul a:hover {
	background-color: #d0ba59 !important;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv01 img {
	border: 0;
}
.p7PMMv01 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}

/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Root Level*/
.p7PMMv01 li.trig_open {
}
.p7PMMv01 a.trig_closed {
	background-image: url(http://www.nbrlawfirm.com/p7pmm/img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 a.trig_closed_left {
	background-image: url(http://www.nbrlawfirm.com/p7pmm/img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 a.trig_open, .p7PMMv01 a.trig_open_left {
	color: #000 !important;
	background-color: #d0ba59 !important;
}
/*Sub Level*/
.p7PMMv01 ul ul a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul ul a.trig_open, .p7PMMv01 ul ul a.trig_open_left {
	color: #CCC !important;
	background-color: #d0ba59 !important;
	background-image: none;
}

/*The Current Marker (You are here) links*/
.p7PMMv01 .current_mark {
	font-weight: bold;
	color: #222 !important;
}
.p7PMMv01 ul ul .current_mark {
	color: #EEE !important;
	background:#d0ba59;
}
.p7PMMv01 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}