/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	/*border: 1px solid #000000;*/
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #4F4D58;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	

}
#p7PMnav ul a {
	background-image: none;
	text-indent: 0;
	padding: 2px 10px;
	height: auto;
	
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	text-indent: -9000px;
	height: 22px;
	background-image: url(../global/button-bar-uk.gif);
	background-repeat: no-repeat;
	line-height:1.4em;
	font-size: 0.9em;
	padding: 0px;
	border-bottom:none;
}

#p7PMnav a#button1 {background-position: 0px 0px; width: 85px;}
#p7PMnav a#button2 {background-position: -85px 0px; width: 117px;}
#p7PMnav a#button3 {background-position: -202px 0px; width: 133px;}
#p7PMnav a#button4 {background-position: -335px 0px; width: 104px;}
#p7PMnav a#button5 {background-position: -439px 0px; width: 129px;}
#p7PMnav a#button6 {background-position: -568px 0px; width: 151px;}
#p7PMnav a#button7 {background-position: -719px 0px; width: 81px;}

#p7PMnav a#button1:hover {background-position: 0px -22px;}
#p7PMnav a#button2:hover, #p7PMnav #button2.p7PMon {background-position: -85px -22px;}
#p7PMnav a#button3:hover, #p7PMnav #button3.p7PMon {background-position: -202px -22px;}
#p7PMnav a#button4:hover, #p7PMnav #button4.p7PMon {background-position: -335px -22px;}
#p7PMnav a#button5:hover, #p7PMnav #button5.p7PMon {background-position: -439px -22px;}
#p7PMnav a#button6:hover, #p7PMnav #button6.p7PMon {background-position: -568px -22px; cursor:default;}
#p7PMnav a#button7:hover, #p7PMnav #button7.p7PMon {background-position: -719px -22px;}

#p7PMnav ul a:hover {
	background-image: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #797785;
}
/* ------ the trigger link styles ------- */


/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
	border-bottom: 1px solid #222129;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 150px;
}
#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;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #797785;
	letter-spacing: 0.01px;
}
/* remove extra dotted lines from Firefox */
/* hide from IE mac \*/
#p7PMnav a {overflow: hidden;}
#p7PMnav ul a {overflow: visible;}
/* end hiding from IE5 mac */
