/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:5 -Cool Box
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	text-align: center;
	
	/*text-transform:uppercase;*/

	
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 4px 15px 0px 15px;
	display: inline;
	background-image: url(../../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	float:left;
	
	
	/*border-right: solid 1px #FFFFFF;*/
}
#p7PMnav ul {
	margin: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	width: 100%;
	padding: 0px;
	background-color:#DCE4CC;
	text-align: center;
}
#p7PMnav ul li ul {
/*	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #58B32D;
	border-bottom: 1px solid #58B32D;
	border-left: 1px solid #DDDDDD;*/
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	/*background-color: #FFCC00;*/
	padding: 3px 10px;
	line-height:1;
	color: #000000;
	font-size: 13px;
	

}
#p7PMnav ul a {
	padding: 4px 10px;
	/*background-color: #66CC33;*/
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	/*background-color: #66CC33;*/
	color: #000;
}
#p7PMnav a:hover { color: #775C25 }
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #FFFFFF;
	color: #775C25;
	letter-spacing: .01px;
	
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000000;
	font-weight: bold;
}


/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(/wd/p7pm/img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
.p7PMtrg {
	background-image:  url(/wd/p7pm/img/p7PM_light_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	/*background-color: #11456C;*/
	color: #775C25;
	background-image:  url(/wd/p7pm/img/p7PM_dark_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;	
}
#p7PMnav ul .p7PMon {
	color: #775C25;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}


#p7PMnav ul li {
		/*float: none;*/
	
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 185px;
	text-transform: none;
	padding: 0px;
	color: #000000;
	background-image: none;
	border: 1px solid #CFD9B9;

}

/* active submenu item */
#p7PMnav ul, #p7PMnav ul li .p7PMmark {
	color: #775C25;
}

#p7PMnav ul li a {
	font-size: 12px;	
	
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #FFCC00;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #66CC66;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

