/* 

  -----------------------------------

  PopMenu Magic Style Sheet

  by Project Seven Development

  www.projectseven.com

  Menu Type: Vertical

  Style Theme:7 -L'Orange

  -----------------------------------

*/

#p7PMnav, #p7PMnav ul {

	margin:0;

	padding:0;

/*	border: 1px solid #CCCCCC; 

*/

	

	

}

#p7PMnav ul {

	z-index: 10000;

}



/* these are the menu styles */



#p7PMnav li {

	list-style-type: none;

	margin: 0;

	padding: 0;

	border-bottom: 1px solid #CCCCCC; 

}



/* ------ the menu link styles ------ */

#p7PMnav a {

	display: block;

	text-decoration: none;

	background-color: #32477e;

	padding: 5px 10px;

	color: #ffffff; /* 84cdde */

/*	border-left: 1px solid #ffffff; */

	line-height:1.5;

	font-size: 12px;

	font-family: Georgia;

}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {

	background-color: #cc0033;

	color: #ffffff;

	font-size: 12px;

	/* border-left: 1px solid #000;*/ 

	line-height:1.5;

	font-family: Georgia;

	/*letter-spacing: .05px;*/

}



/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {

	color: #FFFFcc;

	font-weight: bold;

}

/* ------ the trigger link styles ------- */



/*the normal trigger link */

#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {

	background-image:  url(img/p7PM_dark_east_w.gif);

	background-repeat:	no-repeat;

	background-position: right center;

}

/* the active trigger link style */

#p7PMnav .p7PMon {

	background-color: #cccccc;

	color: #000000;

	border-left: 1px solid #333;

}



/*the submenu classes */



#p7PMnav .p7PMhide {

	left: -9000px;

	border: 0;

}

#p7PMnav .p7PMshow {

	left: auto;

	z-index: 20000 !important;

}

/* Top level menu width */

#p7PMnav {

	width: 152px;

}



/* 2nd and subsequent Submenu widths */

#p7PMnav ul {

	width: 152px;

}

#pmmcrumb {

	font-weight: bold;

	margin-bottom: 16px;

	color: #333333;

}

#pmmcrumb a, #pmmcrumb a:visited {

	font-weight: normal;

	color: #CCCCCC;

}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

	font-weight: normal;

	color: #333333;

}

.style1 {
	font-family: Georgia;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.style2 {
	color: #FFFFFF;
}
.style3 {
	text-decoration: none;
}