/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/

/*#p7PMnav {
	position: absolute;
	top: 220px;
	left: 15px;
	width: 545px;
	height: 22px;
	z-index: 20000;
}
*/

/*#p7PMnav { margin: 0; padding: 0; }*/

#p7PMnav li {
	list-style-type: none;
}

/* drop down submenu */
#p7PMnav ul {
	background: url(../page_graphics/subMenu_bg.png);
	border: 1px solid #666666;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav .separator { 
	height: 2px;
	border-top: none;
	border-bottom: 1px solid #999999;
}

#p7PMnav ul li {
	/*border-top: 1px solid #CCC;*/
}

/* top level menu item */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	margin-right: 20px;
	color: #003399;
	line-height: 1;
	font-size: 95%;
	font-weight: bold;
}

/* drop down submenu item */
#p7PMnav ul a { 
	color: #003399; 
	font-size: 90%;
	padding-left: 8px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #003366;
	letter-spacing: .01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #3366FF;
	letter-spacing: .01px;
}

/* submenu indicator */
#p7PMnav a.p7PMtrg {
	padding-right: 10px;
	background: url(../page_graphics/SpryMenuBarDown.gif) 100% 50% no-repeat;
}
#p7PMnav .p7PMon {
	padding-right: 10px;
	background: url(../page_graphics/SpryMenuBarDownHover.gif) 100% 50% no-repeat;
}


#p7PMnav ul a.p7PMtrg {
	background: url(../page_graphics/SpryMenuBarRight.gif) 95% 50% no-repeat;
}

#p7PMnav ul a.p7PMon {
	background: url(../page_graphics/SpryMenuBarDownHoverBlack.gif) 95% 50% no-repeat;
}



/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	/*color: #660033;	*/	/* same as all other items for now */
	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;
}
*/

/* the active trigger link style */
#p7PMnav .p7PMon {
	/*background-color: #0066FF;*/
	color: #993300;
}
#p7PMnav ul .p7PMon {
	/*background-color: #0066FF;*/
	color: #3366FF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	/*padding-right: 10px;*/ 
	padding-right: 8px;
	/*width: 124px;*/
	width: 120px;
}

#p7PMnav ul li {
	float: none;
	border-top: 1px solid #CCC;	
}
#p7PMnav ul/*, #p7PMnav ul li*/ {
	/*width: 215px;*/
	width: 230px; 
}
#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;}

