/* 
  -----------------------------------
  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 li {
	list-style-type: none;
}

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

#p7PMnav .separator { 
/*	height: 1px;
	background: url(../images/parts/separator.gif) 0 50% repeat-x;
	border-top: none;
*/
	height: 2px;
	border-top: none;
	border-bottom: 1px solid #999999;
}

#p7PMnav ul li {
	border-top: 1px solid #CCCCCC;
}

/* top level menu item */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 5px 0;
	margin-right: 10px;
	color: #FFCC00;
	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: #FFF;
	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(../images/parts/SpryMenuBarDown.gif) 100% 50% no-repeat;
}
#p7PMnav .p7PMon {
	padding-right: 10px;
	background: url(../images/parts/SpryMenuBarDownHover.gif) 100% 50% no-repeat;
}


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

#p7PMnav ul a.p7PMon {
	background: url(../images/parts/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: #FFFFFF;
}
#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;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 150px;
}
#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;}
