/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height:36px;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #d3cfb0;
	border-bottom: 1px solid #a19e83;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #00264c;
	line-height:1;
height:28px;
}

#p7PMnav li li a {
height:auto;
padding:7px 10px;
}

#p7PMnav li li li a {
height:auto;
padding:3px 10px;
}


#p7PMnav li li {
height:auto;
border-top:solid thin #a19e83;
border-left:solid thin #a19e83;
border-right:solid thin #a19e83;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {	
	color: #FFFFFF;
	letter-spacing: .01px;
}

#p7PMnav .practice a:hover, #p7PMnav .practice a:active, #p7PMnav .practice a:focus  {
background:url(../images/practice_areas_over.jpg) center no-repeat;
} 

#p7PMnav .practice li a:hover,
#p7PMnav .about li a:hover {
background:#00264c;
}


#p7PMnav .home a:hover, #p7PMnav .home a:active, #p7PMnav .home a:focus  {
background:url(../images/home_over.jpg) center no-repeat;
}

#p7PMnav .about a:hover, #p7PMnav .about a:active, #p7PMnav .about a:focus  {
background:url(../images/about_us_over.jpg) center no-repeat;
}

#p7PMnav .articles a:hover, #p7PMnav .articles a:active, #p7PMnav .articles a:focus  {
background:url(../images/articles_and_links_over.jpg) center no-repeat;
}

#p7PMnav .contact a:hover, #p7PMnav .contact a:active, #p7PMnav .contact a:focus  {
background:url(../images/contact_over.jpg) center no-repeat;
}

#p7PMnav .news a:hover, #p7PMnav .news a:active, #p7PMnav .news a:focus  {
background:url(../images/news_awards_over.jpg) center no-repeat;
}

#p7PMnav .spanish a:hover, #p7PMnav .spanish a:active, #p7PMnav .spanish a:focus  {
background:url(../images/spanish_over.jpg) center no-repeat;
}

#p7PMnav .testimonials a:hover, #p7PMnav .testimonials a:active, #p7PMnav .testimonials a:focus  {
background:url(../images/testimonials_over.jpg) center no-repeat;
}



.hiddenPic {display:none;}
.invis { display:none; }


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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

#p7PMnav .practice ul ul li {
background: none;
}
/* the active trigger link style */
#p7PMnav .practice .p7PMon {
	/*background:url(../images/practice_areas_over.jpg) center no-repeat;*/
	color: #FFFFFF;
}

#p7PMnav .about .p7PMon {
	/*background:url(../images/about_us_over.jpg) center no-repeat;*/
	color: #FFFFFF;
}

#p7PMnav .practice .p7PMon {
	
}

/*the submenu classes */

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