.PMMv07 {
	width: auto;
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.PMMv07 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.PMMv07 ul {
	margin: 0;
	padding: 0;
}
.PMMv07 li {
	list-style-type: none;
	margin-bottom: 6px;
	background-image: url(img/pmm_sheer_root_vertical.png);
}
.PMMv07 a {
	display: block;
	text-decoration: none;
	padding: 8px 16px;
	color: #303030 !important;
	border: 1px solid #FFFFFF;
	text-align: left;
}
.PMMv07 a:hover {
	color: #211F20 !important;
}
.PMMv07 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
*/
.PMMv07 ul a.pmmfirst {
}
.PMMv07 ul a.pmmlast {
}
.PMMv07 ul li.pmmfirst {
}
.PMMv07 ul li.pmmlast {
}

/*First Sub Level*/
.PMMv07 ul ul {
	width: 225px;
	background-image: url(img/pmm_sheer_subs.png);
	border: 1px solid #FFFFFF;
}
.PMMv07 ul ul li {
	margin: 0;
	background-image: none;
	background-color: transparent;
}
.PMMv07 ul ul a {
	color: #333333 !important;
	border: 0;
	padding: 5px 16px;
	background-image: none;
	text-align: left;
	overflow: hidden;
	font-size: 13px;
}
.PMMv07 ul ul a:hover {
	background-color: #85A2AA !important;
	color: #FFF !important;	
}

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

/*The Current Marker (You are here) links*/
.PMMv07 .current_mark {
	font-weight: bold;
	color: #333 !important;
	letter-spacing: .1em;
}
.PMMv07 ul ul .current_mark {
	color: #000 !important;
}
