/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:28 - Typemasters
  -----------------------------------
*/
/*The 100% width allows the root menu to fill up its container*/
#p7PMnav {
	margin: 0;
	padding:0;
	width: 100%;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*The separation between links requires that the parent box 
have either a background color or image in MSIE. 
We use a transparent GIF for this purpose.*/
#p7PMnav ul {
	margin: 0;
	padding: 0 0 0 6px;
	background-image: url(img/p7pm_transgif.gif);
	width: 14em;
}
/*Root Links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #E9B649;
	padding: 8px 10px 6px 10px;
	color: #333333;
	line-height:1;
	border-bottom: 6px solid #333366;
	font-size: 1em;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #F9EBAE;
	text-transform: uppercase;
	font-weight: bold;
}
/*Submenu Links*/
#p7PMnav ul a {
	background-color: #FFFFFF;
	color: #000000;
	font-variant: normal;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #CC0000;
	color: #FFFFFF;
}
/*The current page marker ("you are here") style*/
#p7PMnav .p7PMmark {
	font-weight: bold;
	background-color: #B44B1C;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #E9B649;
}
#p7PMnav ul .p7PMmark {
	text-decoration: none;
}
/*The Trigger link and active styles. */
#p7PMnav .p7PMon {
	background-color: #CC0000;
	color: #FFFFFF;
}
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#p7PMnav .p7PMtrg:hover, #p7PMnav .p7PMon {
	background-image:  url(img/p7PM_light_east.gif) !important;
	
}
/*The submenu show-hide classes - Do not edit*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/*Styles for the optional add-on Breadcrumb Trail*/
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
