/*this controls the parent <ul> - the top level navigation items*/
#p7PMnav {
	margin: 0;
	padding:0;

}
/* this removes the bullet point on the list items */
/* it also sets the margins and padding to zero on all list items*/
#p7PMnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
/* this sets the background colour and look and feel of drop downs menu surrounding area */
#p7PMnav ul {
	text-align:left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 10px;
	padding: 0;
	background-color: #000000;
	/* don't touch these last three*/
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

/* this controls the formatting of the links themselves*/
#p7PMnav a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
/* this sets the colour of the mouseover and the links */

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #F0BD28;
}
#p7PMnav ul li a:hover {
	color:#FFFFFF;
	background-image: url(images/BGsubNavItem.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#p7PMnav ul li a {
	color:#FFFFFF;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FF0000;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	color: #FFFFFF;
	font-weight: normal;
}
/* the active trigger link style - this is the primary nav when you hover over it */
#p7PMnav .p7PMon {
	color: #F0BD28;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 85px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 190px;
}
#p7PMnav ul li {
	margin-bottom: 3px;
	margin-top: 3px;
}
/* this can be used to set borders, padding and backgrounds on sub menu as well*/
#p7PMnav li ul {
	padding-bottom:5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #696969;
	border-bottom-color: #696969;
	border-left-color: #696969;
	background-image: url(images/BGsubNav.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
/* these are for breadcrumbs i.e. marking what you selected*/
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #F0BD28;
}
#pmmcrumb a, #pmmcrumb a:visited {
	color: #F0BD28;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	color: #F0BD28;
	font-weight: bold;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
#media img {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#media p {
	background-image: url(images/BGmedia.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px;
	height: 60px;
	margin-bottom: 0px;
}
#media strong {
	color: #D4D0C8;
}
