/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
display: block;
text-decoration: none;
padding: 0;
}
#p7PMnav ul a {
padding: 4px 10px;
color: #302c2e;
line-height:1;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: .01px;
	background-position: bottom;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	color:#333333;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #000000;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
	padding: 0px;
}
#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;
}
#b1, #b2, #b3, #b4, #b5, #b6, #b7, #b8, #b9 {
	height: 24px!important;
	background-repeat: no-repeat;
	text-indent: -3000px;
}
/*The individual top-level IDS. We simply set width to match the width of the
associated background image and then we set the background image.
If you need to add more links, add more selectors, incrementing from #b5*/
#b1 {
	width: 67px;
	background-image: url(../images/menu_01.gif);
	background-position: top;
}
#b2 {
	width: 97px;
	background-image: url(../images/menu_02.gif);
	background-position: top;
}
#b3 {
	width: 90px;
	background-image:url(../images/menu_03.gif);
	background-position: top;
}
#b4 {
	width: 105px;
	background-image:url(../images/menu_04.gif);
	background-position: top;
}
#b5 {
	width: 130px;
	background-image:url(../images/menu_05.gif);
	background-position: top;
}
#b6 {
	width: 79px;
	background-image:url(../images/menu_06.gif);
	background-position: top;
}
#b7 {
	width: 143px;
	background-image:url(../images/menu_07.gif);
	background-position: top;
}
#b8 {
	width: 89px;
	background-image:url(../images/menu_08.gif);
	background-position: top;
}
