/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-weight: bold;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #33ABB9;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-left: 1px solid #26737A;
	border-top: 1px solid #26737A;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	line-height:1;
	padding-top: 6px;
	padding-right: 13px;
	padding-bottom: 6px;
	padding-left: 10px;
	background: url(../../images/links_separator.gif) bottom right no-repeat;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-image: url(../../images/bg_links2.gif);
	background-repeat: repeat-x;
	color:#ffffff;
	letter-spacing: .01px;

}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffff;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(../../images/links_separator_trigger.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
	font-weight:bold;
}

#p7PMnav .p7PMtrgright, #p7PMnav .p7PMon {
	background-image:  url(../../images/links_separator_trigger_right.gif);
	background-repeat:	no-repeat;
	background-position: right bottom;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-image: url(../../images/bg_links2.gif);
	background-repeat: no-repeat;
	color: #ffffff;
	background-position: right;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 88px;
	}
	
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 140px;
	border-bottom: 1px solid #26737A;
	float: left;
	}
#pmmcrumb {
	margin-bottom: 16px;
	color: #ffffff;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
