/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
  behavior: url(iepngfix.htc); Is to fix the horrible IE6 png view bug
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li {
	border-right: 0px;
	border-bottom: 1px solid #FE6C33;
}
#p7PMnav ul {
	margin: 0;
	padding: 10px 0 0 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background: url(../gfx/navSubBg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FE4300;
}
#p7PMnav ul ul {
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	line-height: 1.0;
	padding: 9px 13px 1px 13px;
	height: 23px;
	color: #000;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
#p7PMnav ul a {
	padding: 5px 10px;
	border: 0;
	color: #FFF;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 11px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #333;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #FFF;
	background-color: #BB261C;
	height: 16px;
	white-space: nowrap;
	overflow: hidden;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFF;
	/*background-image: url(../gfx/selectedPrntBg.gif);
	background-repeat:repeat-x;*/
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav a.p7PMtrg:hover, #p7PMnav a.p7PMon:hover,
#p7PMnav a.p7PMtrg:active, #p7PMnav a.p7PMon:active,
#p7PMnav a.p7PMtrg:focus, #p7PMnav a.p7PMon:focus {
	color: #FFF;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background: url(../gfx/white_arrow.png);
	background-repeat:no-repeat;
	background-position: 185px 10px;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background: url(../gfx/white-arrow-prnt.png);
	background-repeat:no-repeat;
	background-position: 15px 25px;
}
#p7PMnav ul .p7PMon {
	color: #FFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	top: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 197px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
