/*Menu Outer Wrapper*/
.p7PMMh07 {margin: 0 0 0 20px; width: auto; font-size: 11px; font-weight: bold; text-align: left; }

/*Hide Sub-Menu in Design View*/
.p7PMMh07 ul div { display: none;}

/*Provide Buffer for lowered 1st level Drop Down*/
.p7PMMh07 ul div { padding-top: 2px; }

/*Remove Buffer 2nd level flyouts*/
.p7PMMh07 ul ul div { padding-top: 0px; background-image: none;}


/* TOP LEVEL MENU */
.p7PMMh07 ul {margin: 0; padding: 0; }
.p7PMMh07 li {list-style-type: none; float: left; width: 200px; }

/* Hide from IE5 Mac \*/
.p7PMMh07 li {width: auto;}

/*Top Level Links*/
.p7PMMh07 ul a { display: block; text-decoration: none !important; text-transform: uppercase; padding: 9px 35px 8px 10px; color: #505050 !important; text-align: left; text-transform: uppercase; letter-spacing: 0.175em;}
.p7PMMh07 a:hover {background: #e7e7e7;}
.p7PMMh07 li:hover {background-position: 0px 80px;}

/*.level_1 li.pmmlast {
	width: 300px;
	float: right;
	text-align: right;
	padding-right: 50px;
	padding-top: 5px;
}*/

.level_1 input {
	border:1px solid #919191;
	display: inline;
	margin:0px;
	padding: 0px;
	height: 15px;
	width: 120px;
}

/*.level_1 li.pmmlast a {
	display: inline;
	margin:0px;
	padding: 0px;
	padding-left: 10px;
}*/
.level_2 li.pmmlast {
	float: none;
	width: auto;
	padding:0px;
}
.level_2 li.pmmlast a{
	display: block;
	padding: 7px 9px;
}



/* Syntax for special classes programatically assigned to first and last links and also LIs */
.p7PMMh07 ul a.pmmfirst {}
.p7PMMh07 ul a.pmmlast {}
.p7PMMh07 ul li.pmmfirst {}
.p7PMMh07 ul li.pmmlast {}

/*First Sub Level*/
.p7PMMh07 ul ul { z-index: 10000; width: 200px;  background-color:#e7e7e7; text-transform: none;}
.p7PMMh07 ul ul li { float: none;  font-weight:normal; text-transform: none; border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.p7PMMh07 ul ul a {letter-spacing: 0.01em; color: #333 !important; text-align: left; overflow: hidden; font-weight: bold; text-transform: none; padding: 7px 9px; }
.p7PMMh07 ul ul a:hover {background: #fff;}

/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh07 ul ul ul {padding: 0px; margin: 0px; margin-top: 1px;}


/* 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*/
.p7PMMh07 ul a.trig_closed { /*background-image: url(img/pmm_west_dark.gif);*/ background-repeat: no-repeat; background-position: left center; }
.p7PMMh07 ul a.trig_closed_up { /*background-image: url(img/pmm_east_dark.gif);*/ background-repeat: no-repeat; background-position: left center;}
.p7PMMh07 ul li.trig_open, .p7PMMh07 ul li.trig_open_left, .p7PMMh07 ul li.trig_open_up { background: #fff; background-position: 0px -80px; color: #333 !important;}
.p7PMMh07 ul a.trig_open {color: #333 !important; position:relative; z-index:15000; background: #e7e7e7;}

/*Sub Level*/
.p7PMMh07 ul ul a.trig_closed { background-image: url(img/pmm_east_medium.gif); background-repeat: no-repeat; background-position: right center;}
.p7PMMh07 ul ul a.trig_closed_left { background-image: url(img/pmm_west_medium.gif); background-repeat: no-repeat;background-position: left center;}
.p7PMMh07 ul ul a.trig_open { color: #333 !important; background-color: #f0f0f0 !important; background: url(img/pmm_east_medium.gif) right center no-repeat !important; }

/*The Current Marker (You are here) links*/
.p7PMMh07 .current_mark, .p7PMMh07 .current { color: #222222 !important; background-color: #f7f7f7 !important;}
.p7PMMh07 ul ul .current_mark { color: #000 !important;}
.p7PMMh07.pmmlast.current_mark {background-color: lightGrey;}
.pmmlast.current_mark {background-color: lightGrey;}
/* Utility Rule used for Clearing floats in Horizontal Menus */
.p7pmmclearfloat { clear: both; height: 0; line-height: 0; font-size: 0;}