/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	text-align:left;

}
#p7PMnav ul {
	padding: 0;
	/*background-color: #d9e9ff;
	position: absolute;
	left: -9000px;
	z-index: 10000;*/
}
#p7PMnav li {
	background: url(../intImages/bgmenuDiv.png) right;
	background-repeat: repeat-y;

	padding-top:2px;
	text-align:center;
	padding-right:12px;
	padding-left:5px;
	float:left;
}
/*#p7PMnav ul .inUl {
	background-color: #666666;
	margin-top: 12px;
	padding: 0px;
	padding-left: 20px;
	padding-top: 40px;
}*/
#p7PMnav li .inner {
	padding: 0px;
	padding-left: 3px;
	padding-top: 4px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	margin-right: 0px;
}

#p7PMnav ul a {
	text-align: left;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 0;
	font: 12px//*1 Verdana, Arial, Helvetica, sans-serif;
	color: #003366;*/
}
/*#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	letter-spacing: .01px;
}

 ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/*color: #85B1E0;*/
	font-weight: bold;
}

#p7PMnav .p7PMmark a:hover {
	/*color: #85B1E0;*/
	font-weight: bold;
	background: #d9e9ff;
}

/*#p7PMnav ul .p7PMtrg  a, a:hover, a:active, a:focus {
	letter-spacing: .01px;
}*/

/* the active trigger link style */
	#p7PMnav .p7PMon {
	/*color: #85B1E0;*/
	background: #d9e9ff;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	/*left: -9000px;*/
}
#p7PMnav .p7PMshow {
	left: auto;
	/*z-index: 20000 !important;*/
}
/* Top level menu width */

#p7PMnav ul li {
	float: none;
	width:170px;
	
}

#p7PMnav ul li a {
	background: #d9e9ff;
	/*color: #ffffff;*/
	font-weight: normal;
	width:170px;

}
#p7PMnav ul a:hover, /*a:active, a:focus,*/ #p7PMnav ul li {
	background-color: #d9e9ff;
	color: #336699;
	
}


/* ------ the trigger link styles ------- */

/*the trigger link
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon  {
	background-image:  url(http://www.guyleonard.co.uk/dev2006/p7pM/img/p7PM_medium_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;
} */
/* ---end trigger link --- */
/*#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;
}*/
