/* 

  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv01 {
	width: auto;
	font-size: 13px;
	text-align: left;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 18px;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv01 li {
	list-style-type: none;
	margin-bottom: 2px;
}
/*Top Level Links*/
.p7PMMv01 a {
	display: block;
	text-decoration: none;
	color: #BEC0C2 /* !important; */
	background-color: #FFF !important;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.p7PMMv01 a:hover {
	color: #666666 !important;
	background-color: #FFFFFF !important;
}
/*Sub Level*/
.p7PMMv01 ul ul {
	z-index: 10000;
	width: 200px;
	border: 1px solid #000;
	background-color: #FFF;
}
.p7PMMv01 ul ul li {
	margin: 0;
}
.p7PMMv01 ul ul a {
	border: 0;
	padding: 6px 12px;
	text-align: left;
	overflow: hidden;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMv01 ul ul ul {}
/*
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 {
}
/*
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
*/

/*Sub Level*/
.p7PMMv01 ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul ul a.trig_closed {
	background-image: url(img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul a.trig_open, .p7PMMv01 ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
.p7PMMv01 ul ul a.trig_open, .p7PMMv01 ul ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMv01 .current_mark {
	color: #666666;
}
.p7PMMv01 ul ul .current_mark {
	font-weight: bold;
}
