/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#cat_408316_divs {
         text-align: center;
	 padding: 0 0 0 100px;
	 margin: 108px 0 50px 0;
}
#nav_408316 {
	padding: 0;
	margin: 0;
}
#nav_408316 li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#nav_408316 ul {
       margin: 0 0 0 10px;
       padding: 0;
       background-color: #FFFFFF;
       border: 0px solid #000000;
       position: absolute;
       left: -9000px;
       z-index: 10000;
}
#nav_408316 a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	margin: 0 8px;
	color: #fff;
	line-height:1;
}
#nav_408316 a:hover, #nav_408316 a:active, #nav_408316 a:focus {
	background-color: #142946;
	padding: 6px 10px;
	margin: 0 8px;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#nav_408316 .p7PMmark {
	color: #fff;
        background-color: #142946;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_408316 ul .p7PMtrg, #nav_408316 ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_408316 .p7PMon {
	background-color: #c85d36;
	color: #FFFFFF;
}
/*the submenu classes */

#nav_408316 .p7PMhide {
	left: -9000px;
}
#nav_408316 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_408316 li {
	float: left;
	width: auto;
}
#nav_408316 ul li {
	float: none;
}
#nav_408316 ul li a {
	margin: 0;
}
#nav_408316 ul, #nav_408316 ul li {
	width: 152px;
	margin: 0 0 0 10px;
}
#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;
}

