/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	height: 48px;
	margin: 0;
	padding: 0;
}
#p7PMnav li {
	list-style-type:none;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a {
	text-decoration:none;
	color:#006699;	
	font-weight:bold;	
	height:28px;	
	font-size:14px;	
	margin-top:20px;
	display:block;
}
#p7PMnav .p7PMtrg a	{
	color:#ffffff;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color:#0374BE;
}
	
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #0374BE;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	color:#ffffff;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
}
/*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:182px;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul {
	background-image: url(../images/bkg_dropdwn_menu.gif);
	background-repeat:repeat-x;
	border: 1px solid #999999;
	background-color:#333333;
	padding-bottom: 15px;
}
#p7PMnav ul li a {
	color:#fff;
	font-size: 12px;
	padding-left: 10px;	
	height: 16px;
}

/*sub-menu width*/
#p7PMnav ul, #p7PMnav ul li {
	width: 181px;
}

#pmmcrumb {
	font-weight: bold;

	color:#FFFFFF;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #FFFFFF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #FFFFFF;
}
