/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  Menu Type: Horizontal
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	font-size: 10px;
}
#p7PMnav li {
	list-style-type: none;
	padding: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-color: #CCCCCC;
	border-right-color: #CCCCCC; 
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	padding: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #666666;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #330000;
	letter-spacing: .01px;
	font-weight: bold;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}

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

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 120px;
	text-align: center;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
