/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  
  Modified by Lake WebWorks
  www.lakewebworks.com
  -----------------------------------
*/
/*
ul#p7PMnav {
	margin: 0;
	padding:0;
	float: right;
	height: 29px;
	width: 584px;
}


div#mainNav ul {
	float: right;
	list-style: none;
	height: 29px;
	width: 584px;
}
*/

ul#p7PMnav li {
/*
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 29px;
*/
}
/* widths, image replacements defined below */

ul#p7PMnav li a {
	/*
	display: block;

	text-decoration: none;
	padding: 4px 10px;
	color: #666666;
	line-height:1;

	height: 29px;
	*/
}

ul#p7PMnav li a span { /* display: none; */ }

ul#p7PMnav li a:hover, ul#p7PMnav li a:active, ul#p7PMnav li a:focus {
	/*
	background-color: #0066FF;
	color: #FFFFFF;
	letter-spacing: .01px;
	*/
}


ul#p7PMnav li ul {
	margin: 0;
	padding: 0;
	width: 170px;
	background-color: #EFE9DB;
	background-color: #BBA78E;
	border: 3px solid #CAC0A6;
	border: 3px solid #B68C46;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

/* ------ the current page marker style ------ */
/* LWW NOTE: see if this class applies to sub menu */
ul#p7PMnav .p7PMmark {
	color: #f00;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
ul#p7PMnav ul .p7PMtrg, ul#p7PMnav ul .p7PMon {
	background:  url(.._images/_global/mainnav/p7PM_light_east.gif) right center	no-repeat !important;
}
/* the active trigger link style */
ul#p7PMnav .p7PMon {
	background-color: #f00;
	color: #fff;
}
/*the submenu classes */

ul#p7PMnav .p7PMhide {
	left: -9000px;
}
ul#p7PMnav .p7PMshow {
	left: auto;
	z-index: 200 !important;
}

ul#p7PMnav li ul {

}

ul#p7PMnav ul li {
	float: left;
	border-bottom: 1px solid #CAC0A6;
	border-bottom: 1px solid #B68C46;
	width: 170px;
	width: 100%;
	font-size: 1em;
	text-transform: uppercase;
	height: auto;
	background-image: none !important;
}

ul#p7PMnav ul li.last_item {
	border-bottom: none;
}

ul#p7PMnav ul li a {
	background-image: none !important;
	height: auto;
	padding: 7px 5px 8px;
}

ul#p7PMnav ul li a:link, ul#p7PMnav ul li a:visited {
	width: auto !important;
	color: #583311;
	background: #EFE9DB;
	background: #FFF6DC !important;
	text-decoration: none;
}
ul#p7PMnav ul li a:hover {
	color: #583311;
	color: #ffc;
	background: #F6E195;
	background: #BBA78E !important;

}

