/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:1 -Windows XP Style
  -----------------------------------
*/
#p7PMnav {
	float: left;
	height: 15px;
	width: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
}


#p7PMnav li {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#p7PMnav ul li {
	border-right: 0;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	
	background-color:#e8e8e8;
	color: #5a5a5a;
	text-align: left;

	border:1px;
	border-style:solid;
	
	border-top-color: #EEEFEA;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #EEEFEA;
	border-top-style: solid;
	text-indent: 5px;
}

#p7PMnav a {
	text-decoration: none;
	color: #5a5a5a;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: auto;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 1px;
	display: block;
	/*text-align: left;*/
	text-align: center;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	/*margin-left: 5px;*/
	margin-left: 0px;

}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #5a5a5a;
	background-color: #E8E8E9;
	
	margin-left: 2px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #A3161A;
	font-weight: bold;

	
	margin-left: 2px;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
.p7PMtrg{
height:25px;
background-image:url(img/menup7.jpg);
background-repeat:no-repeat;
background-position:78px;

}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	

}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #5a5a5a;
	
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	height:24px;
	float: left;
	width: 80px;
	
}
#p7PMnav ul li a:link, #p7PMnav ul li a:visited {
	float: none;
	text-align: left;
	
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
	
}
#pmmcrumb {
	font-size: 0.9em;
	font-weight: bold;
	margin-bottom: 16px;
	color: #8B9478;
	
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6D755E;
	
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
	
}
.p7PMtrg a:link{

background-image:url(img/menup7.jpg);
background-repeat:no-repeat;
background-position:78px;

}
