/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_365424 {
	margin: 0;
	padding:0;
}
#nav_365424 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images/menubar.gif);
	background-position: right top;
	background-repeat: no-repeat;
	font-size: 12px;		
}
#nav_365424 ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
* html #nav_365424 ul {
	clear:both;
}
#nav_365424 a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	text-align: center;
	font-weight:bold;
	/*padding: 16px 32px 17px 33px;*/
        padding: 16px 19px 17px 20px;
}
* html #nav_365424 a {
	float:left;
}
#nav_365424 a:hover, #nav_365424 a:active, #nav_365424 a:focus {
	font-weight: bold;
	color: #001148;
}

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

/*the trigger link */
#nav_365424 ul .p7PMtrg, #nav_365424 ul .p7PMon {
/*	background-image:  url(img/p7PM_dark_east.gif);
*/	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_365424 .p7PMon {
	background-color: #0066FF;
	color: #FFFFFF;
}
/*the submenu classes */

#nav_365424 .p7PMhide {
	left: -9000px;
}
#nav_365424 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_365424 li {
	float: left;
/*	width: 124px;
*/}
#nav_365424 ul li {
	float: none;
}
#nav_365424 ul, #nav_365424 ul li {
	width: 150px;
}

