/* 
  -----------------------------------
  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-size: 11px;
   margin-left: 90px; /* to fake centre alignment */
   text-align: left;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* second-level drop-down */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
   background-color: #064b7a;
}

/* link styles */
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFF;
	line-height:30px;
   text-align: center;
   border-left: 1px solid #347daf;
   border-right: 1px solid #064B7A;
}


#p7PMnav a:hover {
	text-decoration: underline;
}

/* second-level links */
#p7PMnav li li a {
   line-height: normal;
   padding: 5px 10px;
   border: none;
   text-align: left;
	background:none;
}

#p7PMnav li li a:hover {
   background:#043556;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
   background: url(../_images/menu-bg-glass-hover.gif);
}

#p7PMnav li li .p7PMmark {
   background: none;
}

/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../_images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 118px;
}

#p7PMnav ul li {
	float: none;
}

/* Sub level menu width */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}

