/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:2 -Mac OSX Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
/* Top level menu attributes */
#p7PMnav li {
	list-style-type: none;
	background-color: #42a5bc;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #f2f2f2;
	margin: 0;
	float: left;

}
#p7PMnav li.last { /* this removes the white border from the right 
ide on the last menu item on the end/right... It also fills in a little padding on the right so the total width of the menu fills up the white space. The class "last" must
be assigned to this <li> tag in the html */
	border-right: none !important;
	padding-right: 1px;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 24px 4px 24px;
	color: #000;
	line-height: 1.1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #cdca85;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #fff;
	
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif); 
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #cdca85;
	color: #FFFFFF;
}



#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

#p7PMnav ul li {
	display: block !important;
	float: none;
	border: none !important;
	padding: 0;
	margin: 0;
	background-color: #42a5b6;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li   {
	width: 172px;
}


/* ------  below added by Barbie ------ */
	/* (These control the look of the submenus - text & bg colors different from top level) */
	#p7PMnav ul a {
		display: block;
		text-decoration: none;
		color: #333333;
		padding: 3px 8px;
		line-height:1.5;
	}
	#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
		background-color: #cdca85;
		color: #FFFFFF;
		letter-spacing: 0.01px;
	}


#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6466BF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

 
 /* Assign the class "divideBelow" to a <li> within a menu when you want
 a menu divider BENEATH it.   */
#p7PMnav ul li.divideBelow, #p7PMnav ul ul li.divideBelow {
	border-bottom: 1px solid #000 !important;
	padding-bottom: 8px;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
 */ 
 #p7PMnav li {width: auto;} 
