/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	line-height:12px;
	font-size: 10px;
}

#p7PMnav li {
	list-style-type: none;
	
}
#p7PMnav ul li {
	border: 0;
	margin: 0;
	padding: 0;
	
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #cccccc;
  width: 100%;
	background-color: #999999;	
	
	
}
#p7PMnav ul ul {
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #999999;
  width: 100%;
	background-color: #999999;	
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #E8E8E8;
	padding: 3px 12px;
	color: #000000;
	border-bottom: 1px solid #333333;
	border-top: 0px solid;
	border-right: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	width: 100%;
}
#p7PMnav ul a {
	background-color: #E8E8E8;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #2A2A2A;
	color: #FFFFFF;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #999999;
	color: #FFFFFF;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #333399;
	background-color: #E8E8E8;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_medium_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #333333;
}

#p7PMnav .p7PMsouth{
	background-image:  url(img/p7PM_medium_south.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #333333;

}
#p7PMnav .p7PMon {
	background-color: #666666;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-color: #999999;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	height: 0px
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
	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;}

