/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 0px 0 0;
	padding: 0;
	font-family: Tahoma, Arial;
	font-size: 12px;
}
#p7PMnav ul li {
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: thin;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 11px;
	text-align: left;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005CB0;
	border-right-color: #005CB0;
	border-bottom-color: #005CB0;
	border-left-color: #005CB0;
}
#p7PMnav ul ul {
	border-top: 1px solid #F4EDD5;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #F4EDD5;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #005CB0;
	color: #FFFFFF;
	line-height:1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005CB0;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #005CB0;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}
#p7PMnav ul a {
	border: 0;
	background-color: #D3E2F0;
	color: #005CB0;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FADC5A;
	color: #003366;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #6AA4D1;
	color: #FFFFFF;
	letter-spacing: 0.01px;
	font-weight: normal;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #339933;
}
#p7PMnav ul .p7PMmark {
	color: #FFFFFF;
	background-color: #999999;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #CCCCCC;
	font-weight: normal;
}
#p7PMnav .p7PMon {
	background-color: #339933;
	color: #FFFFFF;
	font-weight: normal;
}
#p7PMnav ul .p7PMon {
	background-color: #005CB0;
	color: #FFFFFF;
	font-weight: normal;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 110px;
}
#p7PMnav ul li {
	float: left;
	width: 0px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 130px;
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #988263;
}
#pmmcrumb a {
	font-weight: normal;
	color: #BBA997;
}
/* 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;}
