/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:left; margin: 0; font-weight:bold;	padding:0; margin:0 auto; padding-top:20px;}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav h3 { font-family:"Trebuchet MS", Arial, Tahoma; font-size:16px;color: #4F739E; margin-bottom:3px; margin-top:-5px;	border:1px solid #ECF3FC; padding-bottom:5px; background-image:url(../hospitalimages/hospitaljpg/bgsubmenu.jpg); padding:5px}
#p7PMnav ul {
	margin: 0 auto;
	padding: 0;
	z-index: 10000; background-image:url(../hospitalimages/hospitaljpg/bgsubmenu.jpg); padding-left:10px;
}
#p7PMnav a { margin:0 auto;
	display: block;
	text-decoration: none;
	color: #4F739E;
	line-height:2.5;
	border-bottom:2px solid #ECF3FC; padding-left:3px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #C3D1E1;
	color: #fff;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #666; background-image:url(../hospitalimages/hospitalgif/flecha.gif); background-repeat:no-repeat; background-position:center left; font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #C3D1E1;
	color: #fff;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 190px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 190px;
}
#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;
}
