/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 22 - Carbon
  -----------------------------------
*/
#p7PMnav {
	background-image: url(img/pmgreystone_root.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	text-align: left;
	height: 32px;
	margin-top: 0px;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#p7PMnav ul {
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color:#101532;
	margin: 0;
}
#p7PMnav ul ul {
}
#p7PMnav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: auto !important;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
#p7PMnav ul a {
	background-image: none;
	zoom: 1;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:none /*capitalize*/;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
	background-image: url(img/pmgreystone_root_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #363E6E;
	color: #AAAAFF;
	background-image: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
	background-image: url(img/pmgreystone_root_highlight.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav ul .p7PMon {
	background-color: #363E6E;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 170px;
}
/* hide from IE mac \*/
#p7PMnav li {width: auto;}
/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 170px;
}
#pmmcrumb {
	font-weight: normal;
	color: #8080FF/*#283283*//*#232F84*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left: 22px;
	text-align: left;
	vertical-align: middle;
	margin-top: 8px;
	margin-bottom: 8px;
}
#pmmcrumb a:link{
	font-weight: normal;
	color:#283283/*#535FAC*/;
}
#pmmcrumb a:visited {
	font-weight: normal;
	color:#283283;
}
#pmmcrumb a:hover{
	font-weight: normal;
	color: #8080FF/*#AAAAFF*/;
	text-decoration: underline;
}
#pmmcrumb a:active{
	font-weight: normal;
	color: #283283;
	text-decoration: underline;
}
#pmmcrumb a:focus{
	font-weight: normal;
	color: #283283/*#AAAAFF*/;
	text-decoration: underline;
}


