/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
  
  
   NOTE FROM KDS:
   Styles in this sheet will be intended to override the main.css.
   
   
*/
#homepage #boarddownload {
	display:inline;
}
#boarddownload {
	display:none;
}
#mainnavdivmiddle * {
	font:8pt Arial, Verdana, Helvetica, sans-serif;
}
#mainnavdivmiddle a {
 	color: #FFFFFF;
	text-decoration:none;
}
#mainnavdivmiddle a:hover {
	color: #e5e5d8;
}







#p7PMnav {
	margin: 0;
	padding: 0;
	
	text-align:center;			/* overrides main.css */
	margin-left:20px;			/* overrides main.css */
	
}
/* Top level list items */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;	
	background-color: #5C613A;
}
/* The sub-menu drop-down and/or flyout "boxes" */
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-bottom:1px solid #5C613A;
	border-left:1px solid #5C613A;
	border-right:1px solid #5C613A;	
}
/* The menu links */
#p7PMnav a {
	display: block;
	text-decoration: none;
	text-align:left;

	padding: 4px 8px;
	line-height:normal;
	
}
#p7PMnav a:hover {
	
}

/* Added by KDS? This would be for the individual list items within the subnav*/
#p7PMnav ul li {
	text-align:left;
	margin:0;
	padding:0;
	background-color:#FFFFF2;
	border-top:1px solid #5C613A;
		z-index: 10001;

}
/* KDS: added this style: */
#p7PMnav ul li a {
	text-indent:3px;
		z-index: 10002;

}
#p7PMnav ul li a:hover {
	color:#484c2d;

}


/* separate styling for SUBMENU links -- doesn't seem to have intended effect? see below */
#p7PMnav ul a {
	color:#5C613A;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}
/* KDS: hmm, this would appear to be the same as the previous style, but is more specific? and hence, works? */
#p7PMnav li ul li a {
	color:#5C613A;
	margin:0;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
}


/* hovers, actives, and focuses for all links */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}
/* hovers, actives, and focuses for just the submenu links */
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color:#d2d7a5;
}
/* KDS: this seems to be more specific?: */
#p7PMnav li ul li a:hover {
	background-color:#d2d7a5;
}





/* The current page marker ("you are here") style */
/* KDS: override so that this effect only takes place on SUBMENU... */
/*
#p7PMnav .p7PMmark {
	color: #4c254d;
	font-weight:bold;
}
*/
#p7PMnav ul .p7PMmark {
	color: #4c254d;
	font-weight:bold;
}



/* 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;
}
/* The active trigger link style */
#p7PMnav .p7PMon {
	background-color: #5C613A;
	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;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	/*
	width:auto;				-- who said you could change me to AUTO!? -- I will destroy your functionality!
	*/
	width: 220px;
}

/* KDS: not using these... */
/*
#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;
}
*/

/* 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;}
