/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	width: 925px;
	clear: both;
	height: 29px;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
}
#p7PMnav ul a {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active{
	background-color: #CCCCCC;
	color: #000000;
	padding: 5px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul #p7PMnav ul .p7PMon {
	background-repeat:	no-repeat;
	background-position: right center;
	margin: 0px;
	padding: 0px;
}
/*the normal trigger links  IE6 FIX*/
.p7PMtrg {
	float: left;
}


/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFFFFF;
	color: #FFFFFF;
}

/*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;
	background-color: #FFFFFF;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
	padding: 0px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
