/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  -----------------------------------
*/
#p7PMnavwrapper {
	margin:0;
	padding:0;
	width:954px;
	height:28px;
	background: #ab0d0c;
	font-size: 110%;
}
#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 1px solid #FFF;
}

/* these are the menu styles */

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

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #ab0d0c;
	padding: 6px 15px;
	color: #FFF;
	text-align:center;
	border-bottom: 1px solid #FFF;
	
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #3d63aa;
	color: #FFF;
}
#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	background-color: #3d63aa;
	color: #FFF;
}
#p7PMnav ul ul a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #FFF;
	background-color: #ab0d0c;
	line-height:1;
	margin-left:1px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFF;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(../images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #3d63aa;
	color: #FFF;
}
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image:  url(../images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #3d63aa;
	color: #FFF;
}

/*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;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul li a {
	text-align:left;
	padding:3px 5px;
	line-height:1.3em;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 150px;
	text-align: left;
}


/******** Left Nav **********/

#leftnav {
	margin:0;
	padding:0;
	font-size:90%;
}
#leftnav a {
	text-decoration: underline;
	color: #ab0d0c;
}
#leftnav ul {
	margin:0;
	padding:0;
}
#leftnav li {
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	font-weight: bold;
}
#leftnav li li {
	list-style-type: none;
	margin: 5px 0 5px 10px;
	padding: 0;
	font-weight:normal;
}
#leftnav a:hover, #leftnav a:active, #leftnav a:focus {
	text-decoration: underline;
	color: #3d63aa;
}