/* 
  -----------------------------------
  PopMenu Style Sheet
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0px 0 0 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/*This will effect the dropdown menus*/
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #38360f;
	border: 1px solid #fff;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

/*This effects main menu across the top*/
#p7PMnav a {
	font-size:13px;
	font-weight:bold;
	display: block;
	text-decoration: none;
	padding: 13px 9px 8px 8px;
	color: #fff;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #c68d17;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style for the top area ------ */
#p7PMnav .p7PMmark {
                font-size:13px;
	color: #fff;
	font-weight: bold;
background-color: #c2903b;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(http://www.essentialservicesinc.com/irishbyways/images/p7menu/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* If there is a dropdown menu this is the top link ----- the active trigger link style*/
#p7PMnav .p7PMon {
	background-color: #000;
	color: #FFFFFF;
}
/*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: 140px;
}
/* Dropdown menu styles*/
#p7PMnav ul, #p7PMnav ul li a {
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	padding: 6px;
	color: #fff;
	width: 110px;
}

#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;
}


/* 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;}

