/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(img/p7PM_sapphire.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a, #p7PMnav ul a {
	display: block;
	text-decoration: none;
	background-color: #2c197a;
	padding: 3.5px 6px 3.0px 8px;
	color: #CCCCCC;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	line-height:1;
	font-size: 11px;
	font-family: Tahoma;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: transparent;
	border-top: 0px solid #3722ad;
	color: #333333;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #5971AE;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/*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: auto;
}
#root1 {
width:110px;
}
#root2 {
width:120px;
}
#root3 {
width:95px;
}
#root4 {
width:70px;
}
#root5 {
width:75px;
}
#root6 {
width:45px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 120px;
}
#pmmcrumb {
	font-weight: normal;
	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;
}
.bodytext {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.linktext {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #6633cc;
}
.bodytextbold {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.bodytextboldindigo {

	font-family: Tahoma;
	font-size: 11pt;
	font-style: normal;
	color: #2C197A;
	text-decoration: none;
	font-weight: bolder;
}
.bodytextbulleted {
	font-family: Tahoma;
	font-size: 11pt;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	list-style-image: url(img/p7PM_dark_east.gif);
}
.bodytextitalic {

	font-family: Tahoma;
	font-size: 10pt;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
.bodytextorangebold {
	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
.orangebodytext {

	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #ff6600;
	text-decoration: none;
}
.bodytextitalic9 {


	font-family: Tahoma;
	font-size: 9pt;
	font-style: italic;
	color: #333333;
	text-decoration: none;
}
.bodytextboldlined {

	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.bodytextboldwhite {

	font-family: Tahoma;
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
