
/*Font-size is set for all menu items here*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;

}

#p7PMnav ul li, #p7PMnav ul li ul, #p7PMnav {
	z-index: 1000000;

}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*border top is set to zero to allow the top of the first dropdown to abut the bottom of our buttons*/
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 0;
	background:#ddd;
}
/*top border is put back on for flyouts*/
#p7PMnav ul li ul {
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
/*this is all we need for top-level links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
}
/*This rule styles the sub-menu links*/
#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 4px 5px 4px 5px;
	background-color: #ddd;
	color: #333;
}
/*This is top-level*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon {
	background-position: 0 -30px;
}



/*the sub-menu hovers*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #ccc;
	color: #000;
}
/* ------ the current page marker style ------ */
#p7PMnav ul .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image: url(img/p7PM_light_east.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
}
/* the active trigger link style 
We turn the background image off to ensure that our top-level images do not
inherit down.*/
#p7PMnav ul .p7PMon {
	background-color: #666666;
	color: #CCCCCC;
	background-image: none;
}
/*the submenu classes */
/*The top property here and in the show class serves to fix a minor bug introduced
by the good folks at Apple in their Safari browser for Panther OS*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	top: auto;
	left: auto;
	z-index: 100000 !important;
}
/* Top level menu width
We set width to auto because we are using top-level bg images and the width is
assigned directly via the IDs assigned to the links.*/
#p7PMnav li {
	width: auto;
	float:left;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 195px;
}
#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;
}


#home, #gallery, #about, #news, #contact, #commission {
  height: 30px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
  padding:0 20px 0 0;

}

#home {
  width:49px;
  background-image: url(../images/home.gif);
}

#gallery {
width:72px;
  background-image: url(../images/gallery.gif);
}

#about {
width:51px;
  background-image: url(../images/about.gif);
}


#news {
width:44px;
  background-image: url(../images/newsblog.gif);
}
#commission {
width:112px;

  background-image: url(../images/commissions.gif);
}

#contact {
	width:65px;
  background-image: url(../images/contact.gif);
}



body.contact a#contact, body.home a#home, body.image a#gallery, body.albumindex a#gallery, 
body.index a#gallery, body.commission a#commission, body.news a#news, body.philosophy a#about,
body.biography a#about, body.insights a#about, body.profile a#about, body.photos a#news, body.links a#news
 {
background-position:0 -30px;
}
