/* 
  -----------------------------------
  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;
	
	}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #D9DEB4;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding:5px 3px 3px;
	line-height:1;
	color: #336600;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #C0C985;
	color: #003300;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #003300;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

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

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
#sublinks a {
	color: #003300;
}
/* Top level menu width */
#p7PMnav li {
	float: right;
	width: auto;
	padding: 2px;
}
#p7PMnav ul li {
	float: left;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 137px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #003300;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #003300;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #003300;
}

a:link.p7PMtrg, a:hover.p7PMtrg, a:active.p7PMtrg, a:visited.p7PMtrg {
	color:  #003300;!important; 
	font-weight: normal;
}

#p7PMnav .details {
	float:left;
	background-color: #D9DEB4;
	height: 19px;
	width: 95px;
	padding-left: 10px;
}


table.navbar {
	background-color: #F7F5DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003300;
	border-right-color: #003300;
	border-bottom-color: #003300;
	border-left-color: #003300;
	
}
table.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	letter-spacing: .01em;
}

