/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_965988 {
	margin: 0;
	padding:0;
}
#nav_965988 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_965988 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav_965988 a {
	display: block;
	text-decoration: none;
	padding: 10px 14px 0 15px;
	color: #fff;
	line-height:1;
	font-size:15px;
}
#nav_965988 a:hover, #nav_965988 a:active, #nav_965988 a:focus {
	color: #ff8d01;
}

/* ------ the current page marker style ------ */
#nav_965988 .p7PMmark {
	color: #ff8d01;
	font-weight: bold;
}
#nav_965988 .p7PMmark cufon{
	color: #ff8d01;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

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

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

/*** ADDITIONAL CSS ***/

#nav_965988 li ul {
	margin:8px 0 0 10px;
}

#nav_965988 li li a {
	width:auto;
	border:0px;
	padding: 5px 0 5px 5px;
	background:url(../images/bg_submenu.png) repeat left top;
	color:#fff;
	/*filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;*/
	text-align:left;
	width:175px;
	font-weight:normal;
}
#nav_965988 li li a:hover, #nav_965988 li li a:active, #nav_965988 li li a:focus {
	color:#ff8d01;
	text-decoration:none;
}