/*Menu Outer Wrapper*/
.p7PMMh03 {
	width: 71em;
	margin: 2.75em 0 0 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	list-style-type: none;
	float: right;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh03 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh03 ul {
	margin: 0 auto;
	width: auto;
}
.p7PMMh03 li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMMh03 li {
	width: auto;
}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh03 a {
	display: block;
	text-decoration: none;
	padding: 13px;
	color: #029fc9!important;
	text-align: left;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 1px;
}

.p7PMMh03 a:hover {}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/

/* Home link at top nav */
.p7PMMh03 ul a.pmmfirst {

}

/* Client Login at top nav */
.p7PMMh03 ul a.pmmlast {
	border-right: none;
}

.p7PMMh03 ul li.pmmfirst {
}

.p7PMMh03 ul li.pmmlast {
}

/*First Sub Level - sublevel section*/
.p7PMMh03 ul ul {
	width: 235px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 11px;
	padding-top: 9px;
	background-color:#000;
	margin:0 0 0 -1px;
	background-image: url(img/pmm_greystone_subs.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.p7PMMh03 ul ul li {
	float: none;
	background-image: none;
	margin:0 2em 0 0 ;
}

/* Linkable text in the drop down menu elements */
.p7PMMh03 ul ul a {
	padding: 6px 0px 6px 0px;
	color: #7dcce1 !important;
	text-align: left;
	overflow: hidden;
	margin:0 0 0 1em;
}
/* Hover drop down links - text and bg strip */
.p7PMMh03 ul ul a:hover {
	background-color: #6fc1d7;
	color: #FFF !important;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:0.5em 1em;
	margin:0;
}

/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh03 ul ul ul {
	border-top: 1px solid #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #555;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh03 img {
	border: 0;
}
.p7PMMh03 .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*/
.p7PMMh03 ul a.trig_closed, .p7PMMh03 ul a.trig_closed_left {
}
.p7PMMh03 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/* top tabs */
.p7PMMh03 ul li.trig_open {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top:1px solid #999;
	background-color:#000;
	background-image: url(img/pmm_greystone_subs_top.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
.p7PMMh03 ul a.trig_open {
	background-position: 100% -165px;
	color: #FFF !important;
}
.p7PMMh03 ul a.trig_open_up {
	background-color: #000;
	color: #029fc9 !important;
}
.p7PMMh03 ul ul a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh03 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh03 ul ul a.trig_open {
	color: #029fc9 !important;
}
/*The Current Marker (You are here) links - This is the current page link */
.p7PMMh03 .current_mark {
	font-weight: bold;
	color: #229100 !important;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.p7PMMh03 ul ul .current_mark {
	color: #029fc9 !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

