/* 
  -----------------------------------
  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.   
*/
#p7PMnav {
	margin:0;
	padding: 0;
}
/* Top level list items */
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Top level list items bullet deco and rollover */
#p7PMnav li a {
	background:url(../images/bullet-off.gif) no-repeat left center;
}
#p7PMnav li a:hover {
	background:url(../images/bullet-over.gif) no-repeat left center;
}

/* 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 #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;		
	background-color:#2d5733;			/* fill in any gaps between subitems with children*/
}
/* The menu links */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #ffffff;
}
/* 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:#2d5733;
	border-top:1px solid #FFFFFF;
	list-style-type:none;
}
#p7PMnav ul li {
	vertical-align:bottom;			/* eliminate those pesky I.E. gaps!! */
}
/* KDS: added this style: */
#p7PMnav ul li a {
	color:#ffffff;
	background-image:none; /* colored bullets for top level nav only */
}



/* separate styling for SUBMENU links */
/* KDS: supplied P7 selector isn't specific enough, adding our own more specific element to the following: */

#p7PMnav ul a, #p7PMnav li ul li a {
	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 {
	color: #1a4522;
	
}
/* hovers, actives, and focuses for just the submenu links */

#p7PMnav li ul li a:hover {
	color:#1a4522;
	background-image:none;
	background-color:#a2b4a8;
}
/* 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 {
	background-color: #002e07;
	font-weight:bold;
}

/* The trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../images/p7PM_dark_east.gif) !important;
	background-repeat:	no-repeat;
	background-position: right center;
}
/* The active trigger link style */
#p7PMnav .p7PMon {
	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: 124px;

}
#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: 250px;
}


body.home li a#home,
body.personnel li a#personnel,
body.services li a#services,
body.testimonials li a#testimonials,
body.contact li a#contact,
body.repass li a#repass,
body.download li a#download {
	background:url(../images/bullet-over.gif) no-repeat left center;
}



/* 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;}




