/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_856648 {
	margin: 0;
	padding:0;
}
#nav_856648 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_856648 ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav_856648 a {
	display: block;
	font-size:14px;
	text-decoration: none;
	color: #fff;
	line-height:1;
	background:url(../images/menu-a-bg.gif) left no-repeat;
}
/*#nav_856648 a span{display:block; 	padding: 8px 37px 8px; background:url(../images/menu-span-bg.gif) right no-repeat;}*/
/*#nav_856648 a span{display:block; 	padding: 8px 28px 8px; background:url(../images/menu-span-bg.gif) right no-repeat;}*/
#nav_856648 a span{display:block; 	padding: 8px 28px 8px 27px; background:url(../images/menu-span-bg.gif) right no-repeat;}
#nav_856648 a:hover, #nav_856648 a:active, #nav_856648 a:focus, #nav_856648 .p7PMmark {
	background:url(../images/menu-a-hover-bg.gif) left no-repeat;
	color: #231f20;

}
#nav_856648 a:hover span, #nav_856648 a:active span, #nav_856648 a:focus span, #nav_856648 .p7PMmark span{ background:url(../images/menu-span-hover-bg.gif) right no-repeat;}

/* ------ the current page marker style ------ */
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_856648 ul .p7PMtrg, #nav_856648 ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_856648 .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#nav_856648 .p7PMhide {
	left: -9000px;
}
#nav_856648 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_856648 li {
	float: left;
}
#nav_856648 ul li {
	float: none;
}
#nav_856648 ul, #nav_856648 ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

* html #nav_856648 a {
	float:left;

}
* html #nav_856648 ul{
	clear:both;
}

* html #nav_856648 ul li a {
	width: 172px;
}