/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:5 -Cool Box
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-size: .8em ; 
	background-color: #c6dd87;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	background-color: #c6dd87;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	background-color: #c6dd87;
	left: -9000px;
	z-index: 10000;
	border-top: 0; /*border for drop down menu*/
	border-right: 1px solid #999999; /*border for drop down menu*/
	border-bottom: 1px solid #999999; /*border for drop down menu*/
	border-left: 0; /*border for drop down menu*/
}
.NoRightBorder, #NoRightBorder {
	border-right: 0;
}
#p7PMnav ul li ul { /* don't think this is being used -- 3rd level?*/
	border-top: 1px solid #DDDDDD; /*DDDDDD is a light gray*/
	border-right: 1px solid #58B32D; /*58B32D is dark green*/
	border-bottom: 1px solid #58B32D; /*58B32D is dark green*/
	border-left: 1px solid #DDDDDD; /*DDDDDD is a light gray*/
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #333333; /*menu background*/
	padding: 6px 10px;
	color: #eaf5fe; /*main nav text color*/
	line-height:1;
	border-left: 1px solid #999999; /*puts line on main nav AND sub menu box*/
}
#p7PMnav ul a { /*submenu spacing and color*/
	padding: 4px 10px;
	background-color: #c6dd87; /*c6dd87 is lt green*/
	color: #333333;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus { /*main nav over*/
	background-color: #f36f21;  /*f36f21 is orange*/
	color: #ffffff;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #f36f21; /*f36f21 is a orange*/ /*sub nav over*/
	color: #ffffff;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark { /*style of current page*/
	color: #ffffff;
	font-weight: normal;
	background-color: #EFDE21;  
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon { /*main nav over when menu is open*/
	background-color: #a6ce38;  /*a6ce38 is a green*/
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon { /*don't know what this is -- maybe 3rd level?*/
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #FFFFFF;
	color: #333333;
}
/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 132px; /* width of individual main nav buttons*/
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px; /*width of sub menu*/
}
#pmmcrumb {  /*not sure*/
	font-weight: bold;
	margin-bottom: 16px;
	color: #ff0000;
}
#pmmcrumb a, #pmmcrumb a:visited { /*not sure*/
	font-weight: normal;
	color: #ff0000; 
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {  /*not sure*/
	font-weight: normal;
	color: #EFDE21;
}
