/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  
  Theme: Cuadra Blue
  -----------------------------------
*/

#p7PMnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	margin: 0;
	padding: 0;

}
#p7PMnav li {
	list-style-type: none;
	margin: 0px 0px 0px 3px;
}


#p7PMnav ul li {
	border-right: 0;
	padding: 0;
	margin: 0;
	background-image: none;
	font-weight:normal;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #999999;
	background-color: #F8F8F8;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 12px 10px;
	color: #333333;
	line-height:1;
	
}
#p7PMnav ul li a {
	padding: 4px 0px 4px 7px;
	margin: 1px 0px 1px 0px;
}
#p7PMnav li a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #91AABF;
	color: #FFFFFF;
	letter-spacing: .01px;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../img/arrow_grey.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #91AABF;
	background-image: url(../img/tab_active.gif);
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	width: auto;  /*NOTE: better to be auto, but breaks in IE if not fixed */
	float: left;
}
#p7PMnav ul li {
	float: none;
}


/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6466BF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
