/* Start of CMSMS style sheet 'lefmenu' */
#p2PMnav 
{
margin: 0;
padding:0;
border:0px;
font-size: 12px;
font-family:Georgia, "Times New Roman", Times, serif;
position:relative;
}

#p2PMnav  ul {padding:0;margin:0;}
#p2PMnav  ul li {padding:0;margin:0;}
#p2PMnav  li {padding:0;margin:0;}

#p2PMnav ul li a, #p2PMnav ul .p2PMon, .p2PMtrg  {background-image:url(imgs/bg-mainnav.gif);}

#p2PMnav ul li ul , #p2PMnav ul {border: 1px solid #E1E1C7; border-bottom:0px;background-image:url(imgs/bg-mainnav.gif);}

#p2PMnav ul li a{border-bottom: 1px solid #E1E1C7;}


#p2PMnav li 
{
list-style-type: none;
margin: 0;
padding-top: 0px;
}

#p2PMnav ul {
margin: 0;
padding: 0;
position: absolute;
left: -9000px;
z-index: 10000;
}


#p2PMnav ul li ul {
border-left: 1px solid #E1E1C7;
}

#p2PMnav a {
display: block;
text-decoration: none;

}

/*  Background of the second menu  */

#p2PMnav ul a, #p2PMnav ul a:visited 
{
padding: 7px 7px 7px 10px;
background-color: #F6F6D6;
color: #000;
}


#p2PMnav a:hover, #p2PMnav a:active, #p2PMnav a:focus,
#p2PMnav .p2PMon, #p2PMnav
{
background-position: 0px -50px;
}

/*  current Page add to class of link  */
.on {background-position: 0px -25px}


/*  this is the hover of the 2nd level  */

#p2PMnav ul li ul a:hover, #p2PMnav ul li ul a:active, 
#p2PMnav ul li ul a:focus, #p2PMnav ul li a:hover, 
#p2PMnav ul li a:active, #p2PMnav ul li a:focus 
{
background-color: #E4EF9B;
color: #000;
}

/*  the current page marker style  */
#p2PMnav ul .p2PMmark 
{
font-weight: bold;
}

/*  the trigger link styles  */
#p2PMnav ul .p2PMtrg:hover 
{
background-color: #F6F6D6;
}

/*the normal trigger links */

#p2PMnav ul .p2PMtrg
{
/*background-repeat: no-repeat;*/
background-position: 0 0 !important;
}

/* the active trigger link style  - 3rd level a:focus - when the third level is moused, this is the trigger*/

#p2PMnav ul .p2PMon 
{
color: #000;
background-color: #E4EF9B;
}

/*the submenu classes */

#p2PMnav .p2PMhide 
{
left: -9000px;
top: 0;
}

#p2PMnav .p2PMshow 
{
top: auto;
left: auto;
z-index: 20000 !important;
}

/* Top level menu width */
#p2PMnav li {
width: auto;
}

/* Second Menu Stuff */
#p2PMnav ul li 
{
float: none;

}

/* 2nd and subsequent Submenu widths */

#p2PMnav ul, #p2PMnav ul li 
{
width: 180px;
background-image: none;
}


/*  the link IDS for replacing the text with images  */


#services, #healthlibrary, #aboutus, #yourpregnancy, #insurance, #career, #links, #patientstories
{
height:25px!important;
background-repeat: no-repeat;
text-align:left;
text-indent:-3000px;
width:187px;
}

#services {background:url(imgs/n-services.gif)}
#healthlibrary {background:url(imgs/n-library.gif)}
#aboutus {background:url(imgs/n-aboutus.gif)}
#yourpregnancy {background:url(imgs/n-pregnancy.gif)}
#insurance {background:url(imgs/n-insurance.gif)}
#career {background:url(imgs/n-career.gif)}
#links {background:url(imgs/n-links.gif)}
#patientstories {background:url(imgs/n-patientstories.gif)}

/*body.services a#services, body.healthlibrary a#healthlibrary, 
body.aboutus a#aboutus, body.yourpregnancy a#yourpregnacy, 
body.career a#career, body.links a#links, body.insurance a#insurance,
body.patientstories a#patientstories
{background-position: 0 -25px;} */

/* End of 'lefmenu' */

