/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 08 - Cayenne
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh08 {
	width: 955px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-color: #73832a;
	text-align: left;
	line-height: 1.1em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/* fix for Z index of menu */
	position: relative;
	z-index: 1000;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh08 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh08 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh08 li {
	list-style-type: none;
	float: left;
	/*overrides bullet from other stylesheet*/
	list-style-image: none;
	font-size: 1em;
	line-height: normal;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh08 a {
	display: block;
	text-decoration: none;
	padding: 11px 23px 11px 15px;
	color: #fff !important;
	background-color: #73832a;
	text-align: left;
	border-right: 1px solid #716B04;
	border-bottom: 1px solid #716B04;
	border-left: 1px solid #716B04;
}
/*.p7PMMh08 a:hover {
	color: #FFF !important;
}*/

.p7PMMh08 a:hover, .p7PMMh08 a:active, .p7PMMh08 a:focus {
	color: #FFF !important;
	background-color: #716B04;
}
	
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh08 ul a.pmmfirst {
	border-left-width: 0;
}
.p7PMMh08 ul a.pmmlast {
	border-right: 0;
}
.p7PMMh08 ul li.pmmfirst {
	border-left: 0;
}
.p7PMMh08 ul li.pmmlast {
	border-right: 0;
}
.p7PMMh08 ul ul a.pmmfirst {
	border-top: 0;
	border-left-width: 1px;
}
.p7PMMh08 ul ul ul a.pmmfirst {
	border-top: 1px solid #555;
}
/*First Sub Level*/
.p7PMMh08 ul ul {
	z-index: 2000;
	background-color: #FFF;
	width: 180px;
}
.p7PMMh08 ul ul li {
	float: none;
	background-image: none;
	background-color: #000;
}
/*background color for first sub menus*/
.p7PMMh08 ul ul a {
	padding: 8px 16px;
	color: #FFF !important;
	background-image: none;
	zoom: 1;
	background-color: #73832A;
	border-top: 1px solid #4E4A03;
	border-right: 1px solid #4E4A03;
	border-left: 1px solid #4E4A03;
	border-bottom: 1px solid #716B04;
	text-align: left;
	overflow: hidden;
}

.p7PMMh08 ul ul a:hover {
	background-color: #73832A;
!important;
	color: #CCCC66 !important;
	background-image: none;
	/*border-color: #716B04 !important;*/
	}
	
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh08 ul ul ul {

}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh08 img {
	border: 0;
}
.p7PMMh08 .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*/
.p7PMMh08 ul a.trig_closed, .p7PMMh08 ul a.trig_closed_left {
	background-image: url(img/pmm_south_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh08 ul a.trig_closed_up {
	background-image: url(img/pmm_north_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*trigger border color*/
.p7PMMh08 ul a.trig_open, .p7PMMh08 ul a.trig_open_up {
	color: #FFF !important;
	border-color: #716B04;
	background-color: #716B04;
}
.p7PMMh08 ul a.trig_open {
	color: #FFF !important;
	background-color: #716B04;
}
.p7PMMh08 ul ul a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh08 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*trigger border color*/
.p7PMMh08 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #716B04;
!important;
	border-color: #716B04 !important;
}

/*The Current Marker (You are here) links*/
.p7PMMh08 .current_mark {
	font-weight: bold;
}
.p7PMMh08 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;
}

