/* 
  -----------------------------------
  Main Verticle Menu
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv08 {
	width: 194px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 0;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv08 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv08 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv08 li {
	list-style-type: none;
}
.p7PMMv08 a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 0px;
	color: #ffffff !important;
	background-color: #023d27;
	border-right: 1px solid #023d27;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #023d27;
	text-align: left;
	text-indent: 15px;
}
.p7PMMv08 a:hover {
	color: #ffffff !important;
	background-color: #668033 !important;
	border-right: 1px solid #668033;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #668033;
	text-indent: 15px;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv08 ul a.pmmfirst {
}
.p7PMMv08 ul a.pmmlast {
}
.p7PMMv08 ul li.pmmfirst {
}
.p7PMMv08 ul li.pmmlast {
}

/*First Sub Level*/
.p7PMMv08 ul ul {
	z-index: 10000;
	width: 210px;
	background-color: #51031d;
	border-top: 1px solid #ffffff;
}
.p7PMMv08 ul ul li {
	background-image: none;
	background-color: #51031d;
}
.p7PMMv08 ul ul a {
	width: 210px;
	color: #ffffff !important;
	background-color: #51031d;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding-left: 5px;
	text-align: left;
	overflow: hidden;
}
.p7PMMv08 ul ul a:hover {
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv08 img {
	border: 0;
}
.p7PMMv08 .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*/
.p7PMMv08 a.trig_open {
	border-right: 1px solid #668033;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #668033;
}
.p7PMMv08 a.trig_closed {
	background-image: url(../menu/img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv08 a.trig_closed_up {
	background-image: url(../menu/img/pmm_north_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv08 a.trig_closed_left {
	background-image: url(../menu/img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv08 a.trig_open, .p7PMMv08 a.trig_open_left {
	color: #fff !important;
	background-color: #668033 !important;
}
/*Sub Level*/
.p7PMMv08 ul ul a.trig_closed {
	background-image: url(../menu/img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv08 ul ul a.trig_closed_left {
	background-image: url(../menu/img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv08 ul ul a.trig_open, .p7PMMv08 ul ul a.trig_open_left {
	color: #CCC !important;
	background-color: #000 !important;
	background-image: none;
	border-color: #E83A00;
}

/*The Current Marker (You are here) links*/
.p7PMMv08 .current_mark {
	font-weight: bold;
	color: #cad7ac !important;
	font-variant: small-caps;
}
.p7PMMv08 ul ul .current_mark {
	color: #cad7ac !important;
}
.p7PMMv08 .current_mark:hover {
	font-weight: bold;
	color: #cad7ac !important;
}

