/* 
  -----------------------------------
WSA - PMMV2 style HERD Menu
  -----------------------------------
*/
     
/*Menu Outer Wrapper*/
.p7PMM_herd {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.35em;
	background-color: #EEF7FC;
	text-align: center;
	text-transform: capitalize;
	margin-left: -10px;
}
/*Hide Sub-Menu in Design View*/
.p7PMM_herd ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMM_herd ul {
	margin: 0;
	padding: 0;
}
.p7PMM_herd li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMM_herd li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.p7PMM_herd a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #000000;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #000000;
}
.p7PMM_herd a.lastitem {
	border-right: 1px solid #000000;
}
.p7PMM_herd a:hover {
	color: #0099CC !important;
	background-color: #EEF7FC;
}
.p7PMM_herd ul a.pmmfirst {
	border-left-style: none;
}
.p7PMM_herd ul a.pmmlast {
}
.p7PMM_herd ul li.pmmfirst {
}
.p7PMM_herd ul li.pmmlast {

}
 /*First Sub Level*/
.p7PMM_herd ul ul {
	z-index: 10000;
	width: 200px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #666;
}
.p7PMM_herd ul ul li {
	float: none;
	background-image: none;
}
.p7PMM_herd ul ul a {
	padding: 4px 16px;
	color: #FF0000 !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
.p7PMM_herd ul ul a:hover {
	background-color: #424242 !important;
	color: #FFF !important;
	background-image: none;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMM_herd 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
*/
.p7PMM_herd img {
	border: 0;
}
.p7PMM_herd .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*/
.p7PMM_herd ul a.trig_closed, .p7PMM_herd ul a.trig_closed_left {
	background-position: right center;
}
.p7PMM_herd ul a.trig_closed_up {
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMM_herd ul li.trig_open {
	color: #000000 !important;
	background-color: #EEF7FC !important;
}
.p7PMM_herd ul a.trig_open {
	background-position: 100% -165px;
	color: #FFF !important;
}
.p7PMM_herd ul a.trig_open_up {
	background-color: #000;
	color: #FFF !important;
}
.p7PMM_herd ul ul a.trig_closed {
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMM_herd ul ul a.trig_closed_left {
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMM_herd ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/*The Current Marker (You are here) links*/
.p7PMM_herd .current_mark {
	color: #663300 !important;
}
.p7PMM_herd ul ul .current_mark {
	color: #FFF !important;
}

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

