/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding-bottom:0px;
	background:#fff;
	
}



/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	
}
a.p7PMtrg{
	
	font-size:1em;
	margin-bottom:10px;
	display:block;
	line-height:13px;
	height:72px;
	width:200px;
	font-weight:normal;
	text-decoration:none;
}
a:hover.p7PMtrg{
	
	font-size:1em;
	margin-bottom:10px;
	display:block;
	line-height:13px;
	height:196px;
	width:200px;
	font-weight:normal;
}
/* the active trigger link style hover bground image*/
#p7PMnav .p7PMon {
			display:block;
		  	font-size:1em;			  	
		  	text-decoration:none;  	
			background:url(images/bground-event-li-hover.gif) no-repeat;
			height:72px;
			color:#fff;
			font-weight:normal;
			cursor:pointer;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border-left:1px solid #1b5d7c;	
					border-right:1px solid #1b5d7c;						  							
					border-bottom:1px solid #1b5d7c;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width:199px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
		width:199px;	
		margin: 0;
		padding:0;
		text-align:left;
}

#p7PMnav li {
				  	margin:0;
					padding:0;
					list-style:none;
					border:0px solid green;
					
		  }
#p7PMnav li.headerflyout{
	background:url(images/bground-event-li.gif) no-repeat;
	font-size:1em;
	margin-bottom:10px;
	line-height:13px;
	height:72px;
	font-weight:normal;
}
#p7PMnav li.headerflyout p{
	color:#000;
	padding:5px 0 0 30px;
}

				  
#p7PMnav li.top	 {background:#1b5d7c;
color:#fff;
font-weight:bold;

 } 
 
 #p7PMnav li.top span.header{
 display:block;				
	padding:5px 0px 5px 14px;		
 }

#p7PMnav ul a,  #p7PMnav ul a:visited{ 
					
				  	display:block;					
				  	padding:2px 0px 0px 14px;			  		
					line-height:17px; 
				  	text-decoration:none; 
					border-left:1px solid #1b5d7c;	
					border-right:1px solid #1b5d7c;						  							
					border-bottom:1px solid #1b5d7c;		
					border-top: 0;		
					color:#227d9f;					
					background-image:none;
					background-color:white; 
					text-decoration:none;
					cursor:pointer;
					font-size:0.9em;
					}
					
 #p7PMnav ul a:hover{ 
 	

				  	padding:2px 0px 0px 14px;			  		
					line-height:17px; 
				  	text-decoration:none; 
					border-left: solid #227d9f 1px;	
					border-right: solid #227d9f 1px;				  								
					border-bottom:1px solid #1b5d7c;	
					border-top: 0;	
					color:#000;	
							
					}
#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;
}
