/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:10 - Plum Royale
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:960px;
	background-image: url(img/buttontile1.jpg);
	height:30px;
	margin-top:1px;
	background-repeat: repeat-x;
	background-color: #B98790;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	padding-left:10px;
	background-image: url(img/buttontile1.jpg);
	background-repeat: repeat-x;
	background-color: #B98790;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;

	position: absolute;
	left: -9000px;
	z-index: 10000;
	
	
}
#p7PMnav ul li {
	background-image: url(img/buttontile1.jpg);
	border-bottom:1px solid white;
	padding-left:0px;

}
#p7PMnav ul ul {
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 8px 7px 6px 6px;
	color: #FF6633;
	font-size:12px;
	line-height: 1;
}
#p7PMnav ul a {
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 8px 12px 5px 10px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	
	color: #FF6633;
	background-color: #C9C9C9;
	letter-spacing: 0.01px;
	background-image:  url(img/buttontile2.jpg);
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
	color: #FF6633;
	background-color: #C3C3C3;
	letter-spacing: 0.01px;
	background-image:  url(img/buttontile2.jpg);

	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
	
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(img/buttontile2.jpg);
	background-repeat: repeat-x;
}
/*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;

}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 255px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	
	color: #956870;
}
