/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_784440 {
	margin: 0;
	padding:0;
}
#nav_784440 li {
	list-style-type: none;
	margin-bottom: -8px;
	padding: 0;
}
#nav_784440 ul {
	margin: 0;
	padding: 0;
	z-index: 2;
}
#nav_784440 li a {
    background: url("../images/menu-bg.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 11px;
    padding: 19px 0 18px 24px;
    text-decoration: none;
    width: 172px;}
#nav_784440 a:hover, #nav_784440 a:active, #nav_784440 a:focus {
	color: #FFFFFF;
/*	letter-spacing: .01px;*/
}
/* ------ the current page marker style ------ */
#nav_784440 .p7PMmark {
/*	color: #333333;
	font-weight: bold;*/
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#nav_784440 .p7PMtrg, #nav_784440 .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_784440 .p7PMon {
	background-color: #0066FF;
	color: #CCCCCC;
}

/*the submenu classes */

#nav_784440 .p7PMhide {
	left: -9000px;
	border: 0;
}
#nav_784440 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_784440 {
/*	width: 180px;*/
}
/* 2nd and subsequent Submenu widths */
#nav_784440 ul.p7PMshow {
	display:block;
  	margin-top:-10px;
margin-bottom:8px;}
#nav_784440 ul li{
	margin:0;
	padding:0;}
#nav_784440 ul li a {
    background: url("../images/show-bg.gif") repeat-x scroll center top transparent;
   padding:8px 0 5px 10px;
   margin-left:16px;
   line-height:13px;
   font-size:9px;
   width:143px;
   color:#FFFFFF;
 margin-top: 2px;
}
#nav_784440 ul {
/*	width: 180px;*/
	position:relative;
	display:none;
}
#pmmcrumb {
	font-weight: bold;
	/*margin-bottom: 16px;*/
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
