/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_362868 {
	margin: 0;
	padding:0;
}
#nav_362868 li {
	list-style-type: none;
	margin: 0;
	padding: 0px 1px 0px 0px;
	background-image:url(../images/chevron1.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#nav_362868 li#offBorder2 {
	background-image:none;
}
#nav_362868 ul {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#nav_362868 a {
	display: block;
	text-decoration: none;
	padding: 9px 19px;
	color: #ffffff;
	line-height:1;
}
* html #nav_362868 a {
	float:left;
}
* html #nav_362868 ul {
	clear:both;
}
#nav_362868 a:hover, #nav_362868 a:active, #nav_362868 a:focus {
	background-color: #0066FF;
	color: #FFFFFF;
	background-image:url(../images/bg16.gif);
	background-repeat:repeat-x;
}

/* ------ the current page marker style ------ */
#nav_362868 .p7PMmark {
	color: #FFFFFF;
	background-image:url(../images/bg16.gif);
	background-repeat:repeat-x;
	
}
/* ------ the trigger link styles ------- */

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

#nav_362868 .p7PMhide {
	left: -9000px;
}
#nav_362868 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_362868 li {
	float: left;
/*	width: 124px;
*/}
#nav_362868 ul li {
	float: none;
}
#nav_362868 ul, #nav_362868 ul li, * html #nav_362868 li li a {
	width: 172px;
}
#nav_362868 li li {
	background-image:none;
}
#nav_362868 li li a {
	color:#666666;
}