/* 
  -----------------------------------------------------------------
  Carol Stream Park District Menu Stylesheet --- CSPD-menu.css 
  -----------------------------------------------------------------
*/

#nav-shadow {
	background-attachment: scroll;
	background-image: url(../assets/layout/nav-shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 14px;
	width: 760px;
}
#p7PMnav {
	margin:0;
	padding:0;
	font-size: 1em;
	letter-spacing: .01px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	width: 758px;
}

#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	font-weight: normal;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the main menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #416CC1;
	padding: 4px 13px 4px 13px;
	color: #ffffff;
	border-top: 1px solid #517ACE;
	border-bottom: 1px solid #0C2C9B;
	border-right: 1px solid #0C2C9B;
	border-left: 1px solid #517ACE;
	line-height:1;
	font-family: tahoma,;
}
/*the main and sub active styles */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #518CCC;
	color: #ffffff;
	letter-spacing: .01px;
	font-family: tahoma,;
}
/*the flyout active styles */
#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	background-color: #66A3E6;	font-weight: normal;
}
/*the flyout styles */
#p7PMnav ul ul a {
	display: block;
    font-family: tahoma,;
	text-decoration: none;
	padding: 4px 7px;
	color: #ffffff;
	font-weight: normal;
	border-left: 1px solid #0C2C9B;
	background-color: #518CCC;
	line-height:1;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(../assets/layout/nav-arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
    font-weight: normal;
}
/* the active main menu link style */
#p7PMnav .p7PMon {
	background-color: #518CCC;
	color: #FFFFFF;
}
/*the sub-trigger classes */
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image:  url(../assets/layout/nav-arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #518CCC;
	color: #FFFFFF;
	font-weight: normal;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
	filter: alpha(opacity=90);
	-moz-opacity:0.95;

}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 165px;
}

/* 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;}



