/* Adapted from PopMenu Magic Style Sheet (#9 Tee border) by Project Seven Development
  www.projectseven.com */
  
  
#p7PMnav {
	margin: 0 auto;
	padding:0;
	width: 800px;
	font-size: 70%
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color: #890000;
	border: 1px solid #000000;
}
#p7PMnav ul ul {
	border-top: 1px solid #000000;
}
#p7PMnav ul a {
	padding: 4px 0 6px 20px;
	color: #999999;
	text-align: left
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 8px 10px;
	color: #777777;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #690000;
	color: #efefef;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-color: #690000;
	color: #888888;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../images/layout/right-arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMon {
	background-color: #690000;
	color: #bcbcbc;
}
/*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: 160px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 160px;
}
