/* this is the positioning of the menu and sub menu spacing colour and border*/

#p7PMnav {
	margin:0;
	padding:0;
	}

#p7PMnav ul {
	margin:0;
	padding:0;
	border: 3px solid #464646;
	border-left: 0;
	border-right: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	}


#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}






/*here are the colours of the menu and sub menu*/

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 9px 4px 9px;
	color: #FFFFFF;
	line-height:1;
	}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #A49482;
	color: #FFFFFF;
	}





/* here is the widths of each menu and sub menu*/

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 150px;
	}
#p7PMnav ul li {
	float: none;
	}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 239px;
	}