/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	border: 1px solid #c00;
	font-size:95%;
	
}



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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	display:block;
		  	padding:5px 0px 5px 10px;			  	
			height:45px; 
		  	text-decoration:none;  	
		  	white-space:nowrap; 				
			border-bottom: solid #CC0000 1px;	
			border-top: solid #CC0000 1px;		
			border-left: solid gray 0px;	
			border-right: solid #CC0000 15px;			
			color:gray;
			background:white;
			font-weight:bold;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#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;
		border:0px solid green;
}

#p7PMnav li {
				  	margin:0;
					padding:0;
					list-style:none;
					border:0px solid green;
					
		  }
				  
#p7PMnav li.top	 {background:url("../images/tab_pop_top.gif") no-repeat;
color:#FFFFFF;
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;			  		
					height:17px; 
				  	text-decoration:none; 
					border-left: solid #c00 1px;	
					border-right: solid #c00 1px;					  							
					border-bottom: dashed #FFCC66 1px;		
					border-top: 0;		
					color:black;					
					font-weight:bold;
					background-image:none;
					background-color:white; 
					}
					
 #p7PMnav ul a:hover{ 
				  	display:block;
				  	padding:2px 0px 0px 14px;			  		
					height:17px; 
				  	text-decoration:none; 
					background-image:none;
					background-color:#f2f2f2; 
					border-left: solid #c00 1px;	
					border-right: solid #c00 1px;				  								
					border-bottom: dashed #c00 1px;		
					border-top: 0;	
					color:#c00;					
					font-weight:bold;
					}
#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;
}
