/* 
  -----------------------------------
BaysideCo Menu (PVII)
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0px;
	width: 800px;
	float: left;
	background-image: url(img/menu_bg.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #C2C2C2;
}
#p7PMnav a {
	color: #C2C2C2;
	text-decoration: none;
	display: block;
	height: auto !important;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #111111;
}
#p7PMnav a:active {
	background-color: #B7B7B7;
	color: #404040;
	letter-spacing: 0.01px;
	font-weight: normal;
}
#p7PMnav a:hover, #p7PMnav a:focus {
	background-color: #B7B7B7;
	color: #404040;
	letter-spacing: 0.01px;
	font-weight: normal;
}

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

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #C2C2C2;
}
/*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: 148px;
}
/* hide from IE mac \*/
#p7PMnav li {width: auto;}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
