/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #a37313;/*ac8648*/
}
#p7PMnav ul {
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-style: solid;
	border-color: #e2c792;
	border-width: 1px 1px 1px 1px;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 12px;
	color: #FFFFFF;
	line-height:1;
	background-color: #a37313;/*ac8648*/
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #FFEECC;
	color: #996600;/*A18348*/
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ 
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	background-color: #FFEECC;
}*/
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #FFEECC;
	color: #996600;/*A18348*/
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 195px;
}
#pmmcrumb {
	margin-bottom: 16px;
}
.pmmcrumb {
	/*font-weight: bold;*/
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 16px;
	color: #a37313;
	border-bottom: solid #A37313 1px;
	height: 20px;
	vertical-align: top;
}
#crumbs a, #crumbs a:visited #crumbs a:active {
	color: #a37313;
	font-size: 10px;
	line-height: 13px;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
#crumbs a:hover, /*#pmmcrumb a:active,*/ #crumbs a:focus {
	color: #FFFFFF;
	background-color: #a37313;
	text-decoration: none;
}
.main_nav {
	font-weight: 800;
	font-size: 12px;
}
/* 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;}

#navlinebox {
	width: 180px;
	background-color: transparent;
	margin: 0 0 0 10px;
	padding: 4px 0 5px 0;
}
#navline {
	margin-bottom: 0px;
	background-color: #FFEECC;
	color: #FFEECC;
	border: 0;
	width: 80%;
	height: 1px;
}