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

/*Menu Outer Wrapper*/
.p7PMMv07 {
	width: auto;
	margin: 0 auto;
	font-size: inherit;
	padding: 0px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv07 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv07 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv07 li {
	list-style-type: none;
	margin-bottom: 4px;
	background: #d6ddf0 url(../images/pmm_sheer_root_vertical.png);
}



.p7PMMv07 a {
	line-height: 125% !important;
	display: block;
	text-decoration: none !important;
	padding: 5px 14px;
	color: #454f8c !important;
	text-align: left;
}
.p7PMMv07 a:hover {
	color: #fff /*#705846*/ !important;
	
}
.p7PMMv07 li:hover {
	background-position: 0px -80px;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv07 ul a.pmmfirst {
}
.p7PMMv07 ul a.pmmlast {
}
.p7PMMv07 ul li.pmmfirst {
}
.p7PMMv07 ul li.pmmlast {
}

/*First Sub Level
*/

.p7PMMv07 ul ul {
	width: auto;
	min-width: 190px;
	background-image: url(img/pmm_sheer_subs.png);
	white-space: nowrap;	
}
.p7PMMv07 ul ul li {
	margin: 0;
	background-image: none;
	background-color: #c4cc87  ;
}
.p7PMMv07 ul ul a {
	color: #705846 !important;
	padding: 6px 7px;
		text-align: left;
	overflow: hidden;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.p7PMMv07 ul ul a:hover {
	background-color: #a76b8c !important;
	color: #FFF !important;
	
}



/*Third Level (Flyouts in horizontal menu)*/
.p7PMMv01 ul ul ul {}
/*




/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv07 img {
	border: 0;
}
.p7PMMv07 .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*/
.p7PMMv07 ul a.trig_closed {
	background-image: url(img/pmm_east_purple.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv07 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv07 ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv07 ul a.trig_open, .p7PMMv07 ul a.trig_open_left {
/*	color: #000 !important;
*//*	background-color: transparent;
*/	/*border-color: #FFF;*/
}
.p7PMMv07 ul li.trig_open, .p7PMMv07 ul li.trig_open_left {
	background-position: 0px -80px;
}
/*Sub Level*/
.p7PMMv07 ul ul li.trig_closed {
	background-image: url(img/pmm_east_purple.gif);
	background-repeat: no-repeat;
	background-position: right center;
/*	background-color: transparent;
*/}
.p7PMMv07 ul ul li.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv07 ul ul a.trig_open, .p7PMMv07 ul ul a.trig_open_left {
/*	color: #FFF !important;
*//*	background-color: #000 !important;
*/	background-image: none;
}



/*The Current Marker (You are here) links*/
.p7PMMv07 .current_mark {
	font-weight: bold!important;
	color: #a5b0d3 !important;
	
}
.p7PMMv07 ul ul .current_mark {
font-weight: bold !important;
	color: #a5b0d3 !important;
	/*background-repeat: no-repeat;
	background-position: right center;}*/
	}
	
p7PMMv02 .current_mark:hover {
	font-weight: bold;
	color: #a5b0d3 !important;
}
	
	
	
	
	/*.p7PMMv02 .current_mark {
	font-weight: bold;
	color: #FFFFFF !important;
}
.p7PMMv02 ul ul .current_mark {
	color: #000 !important;
}
.p7PMMv02 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}*/