/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 0;
	text-align: left;
}
#p7PMnav ul li {
	border: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	background-color: #DDE8D1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #003399;
	text-align: left;
}
#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: #003399;
	color: #FFFFFF;
	line-height:1;
	border-bottom: 0;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
#p7PMnav ul a {
	border: 0;
	background-color: #003399;
	color: #FFFFFF;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #ACCB88;
	color: #003399;
	letter-spacing: 0px;
	text-align: left;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: DDE8D1;
	color: #003399;
	text-align: left;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669933;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #ACCB88;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	color: #003399;
	text-align: left;
	background-color: #dde8d1;
}
#p7PMnav .p7PMon {
	color: #003399;
	background-color: #ACCB88;
}
#p7PMnav ul .p7PMon {
	background-color: ACCB88;
	color: #FFFFFF;
}
/*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: 151px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
	margin: 1px 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #003399;
}
#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;}
