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

/*Menu Outer Wrapper*/
.p7PMMv02 {
	width: auto;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 12px;
	color: #67591E;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv02 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv02 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv02 li {
	list-style-type: none;
	background-repeat: repeat-y;
}
.p7PMMv02 a {
	display: block;
	text-decoration: none;
	padding: 4px 0px 6px 5px;
	color: #67591E !important;
	text-align: left;
}
.p7PMMv02 a:hover {
	color: #FFF !important;
	background-color: #6A712E !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv02 ul a.pmmfirst {
}
.p7PMMv02 ul a.pmmlast {
}
.p7PMMv02 ul li.pmmfirst {
}
.p7PMMv02 ul li.pmmlast {
}

/*First Sub Level*/
.p7PMMv02 ul ul {
	z-index: 10000;
	width: 180px;
	background-repeat: repeat-x;
}
.p7PMMv02 ul ul li {
	background-image: none;
	background-color: transparent;
}
.p7PMMv02 ul ul a {
	color: #333 !important;
	text-align: left;
	overflow: hidden;
	padding: 4px 0px 8px 10px;
	background-color: #AABE3C;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv02 img {
	border: 0;
}
.p7PMMv02 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
.p7PMMv02 a.trig_open, .p7PMMv02 a.trig_open_left {
	color: #FFF !important;
	background-color: #333 !important;
}
/*Sub Level*/
.p7PMMv02 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv02 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv02 ul ul a.trig_open, .p7PMMv02 ul ul a.trig_open_left {
	color: #CCC !important;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-image: url(img/pmm_topaz_v1.jpg);
}

/*The Current Marker (You are here) links*/
.p7PMMv02 .current_mark {
	font-weight: bold;
	color: #596221 !important;
}
.p7PMMv02 ul ul .current_mark {
	color: #000 !important;
}
.p7PMMv02 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}
/*
NO-SCRIPT RULES
The following rules enable your menu to work even when javascript is disabled in the browser
*/
.p7PMMv02.p7PMMnoscript {
	position: relative;
}
.p7PMMv02.p7PMMnoscript ul div {
	position: absolute;
	display: block;
	left: -9999px;
	top: -1em;
}
.p7PMMv02.p7PMMnoscript ul ul div {
	left: -9999px;
	top: 0px;
}
.p7PMMv02.p7PMMnoscript li:hover div {
	display: block;
	left: 190px;
}
.p7PMMv02.p7PMMnoscript li:hover ul div, .p7PMMv02.p7PMMnoscript li:hover ul ul div, 
.p7PMMv02.p7PMMnoscript li:hover ul ul ul div, .p7PMMv02.p7PMMnoscript li:hover ul ul ul ul div, 
.p7PMMv02.p7PMMnoscript li:hover ul ul ul ul ul div {
	left: -9999px;
}
.p7PMMv02.p7PMMnoscript li:hover div, .p7PMMv02.p7PMMnoscript li li:hover div, .p7PMMv02.p7PMMnoscript li li li:hover div, 
.p7PMMv02.p7PMMnoscript li li li li:hover div, .p7PMMv02.p7PMMnoscript li li li li li:hover div,
.p7PMMv02.p7PMMnoscript li li li li li li:hover div {
	left: 160px;
	top: 1.5em;
}
