@charset "UTF-8";
/* CSS Document */

/*begin P7navigation*/

/*Auto left and right margins center the wrapper in modern browsers.
IE5.x Windows has a workaround found in the Conditional Comment in the
Starter Page code. It is described in the tutorial.*/
#navwrap {
	width: 810px;
        height: 42px;
        padding: 48px 0 0 140px;
        margin-top: -5px;
	background-image:  url(/Images/nav/background.png);
	background-repeat:	repeat-x;
	background-position: left bottom!important;
}
#navwrapHM2 {
        position: relative;
        top: -84px;
	width: 810px;
        height: 39px;
        padding: 0px 0 0 140px;
        z-index: 50;
}
#navcontainer {
	padding: 0 0 0 0px;
	width: 100%;
	height: 39px;
	position: relative; /*optional fix for IE5 Mac OS9 only*/
}
/*Font-size is set for all menu items here*/
#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Helvetica;
	font-size: 11px;
}
.small {
        color: #777;
	margin: 0;
	padding:0;
	font-family: Helvetica;
	font-size: 7px;
        text-transform: uppercase;
}

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*border top is set to zero to allow the top of the first dropdown to abut the bottom of our buttons*/
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border-top: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*top border is put back on for flyouts*/
#p7PMnav ul li ul {
	border-top: 0px solid #666666;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #666666;
}
/*this is all we need for top-level links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
}
/*This rule styles the sub-menu links*/
#p7PMnav ul a, #p7PMnav ul a:visited {
	padding: 12px;
	color: #fff;
	line-height:1;
	background-color: #6b6b6b; /*dropdown background*/
        filter:alpha(opacity=90);
        opacity: .90;
        -moz-opacity: .90;
}
/*This is top-level only and is the rule that shifts the background image so that we now
see the bottom one. It is deployed via multiple selectors for hovering, tab key access,
and so it stays persistent when its associated sub-menu is open*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMmark {
	background-position: left bottom;
}
/*the sub-menu hovers*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #BF2E1B;
	letter-spacing: 0.01px;
	text-decoration: none;
	padding: 12px;
	background-color: #103e69; /*dropdown highlight-hover*/
	color: #fff;
	letter-spacing: .01px;
        filter:alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}
/* ------ the current page marker style ------ */
#p7PMnav ul li .p7PMmark {
	color: #fff;
	font-weight: bold;
        background: #103e69; /*current page background*/
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(/Images/nav/arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center!important;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #7c1116; /*dropdown highlight-hover*/
	color: #fff;
}
/*the submenu classes */
/*The top property here and in the show class serves to fix a minor bug introduced
by the good folks at Apple in their Safari browser for Panther OS*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	top: auto;
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width
We set width to auto because we are using top-level bg images and the width is
assigned directly via the IDs assigned to the links.*/
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul { 
	width: 165px;
}
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image:  url(/Images/nav/p7PM_light_east.gif2);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #7c1116;
	color: #FFFFFF;
}
#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: 39px!important;
  background-repeat: no-repeat;
  text-indent: -3000px;
}
#b1 {
  width: 98px;
  background-image: url(/Images/nav/home.png);
}
#b2 {
  width: 89px;
  background-image: url(/Images/nav/about.png);
}
#b3 {
  width: 82px;
  background-image: url(/Images/nav/news.png);
}
#b4 {
  width: 78px;
  background-image: url(/Images/nav/stats.png);
}
#b5 {
  width: 84px;
  background-image: url(/Images/nav/public.png);
}
#b6 {
  width: 96px;
  background-image: url(/Images/nav/gallery.png);
}
#b7 {
  width: 95px;
  background-image: url(/Images/nav/contact.png);
}
#b8 {
  width: 139px;
  background-image: url(/Images/nav/joinpack.png);
}
#b9 {
  width: 40px;
  background-image: url(/Images/nav/right_blank.png);
}