/* this is the positioning of the menu and sub menu spacing colour and border*/

#p7PMnav {
	margin:0;
	padding:0;
	}

#p7PMnav ul {
	margin:5;
	padding:5;
	border: 0px solid #25565A;
	border-left: 5;
	border-right: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	}


#p7PMnav li {
	list-style-type: none;
	padding: 0;
	margin-left: 0px;
	margin-right: 0px;
	}






/*here are the colours of the menu and sub menu*/

#p7PMnav a {
	display: block;
	text-decoration: none;
	line-height:1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	font-weight: normal;
	}





/* here is the widths of each menu and sub menu*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border-left: 8;
	}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 2000!important;
	}

/* Top level menu width */
#p7PMnav li {
	float: left;
	}
#p7PMnav ul li {
	float: none;
	}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	padding: 2px 0px 0px 0px;
	border-left: 0px solid #ffffff;
	float: center;
	width: 182px;
	}
