/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 22 - Carbon
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	background: url(../images/nav_curve.gif) no-repeat right 0px;
	float: left;
	padding: 0px 0px 0px 204px;
	padding-right: 8px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
    background: url(../images/nav_bg.gif) repeat-x 0 0 #2361c8;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color:#171717;
}
#p7PMnav a {
	padding: 8px 8px 7px 8px;
	color: #a3b9dc;
	text-decoration: none;
	display: block;
}
#p7PMnav ul a {
	padding: 4px 12px;
	background-image: none;
	border: 0;
	zoom: 1;
}

#p7PMnav a:hover,
#p7PMnav a:active,
#p7PMnav a:focus
{
	background-color: #14336C;
	color: #FFF;
/*	letter-spacing: 0.01px; */
}
#p7PMnav ul a:hover,
#p7PMnav ul a:active,
#p7PMnav ul a:focus
{
	background-color: #000000;
	color: #CCCCCC;
/*	letter-spacing: 0.01px; */
	background-image: none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
/*	letter-spacing: 0.15em !important; */
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #454545;
	color: #CCCCCC;
}
#p7PMnav ul .p7PMon {
	background-color: #010101;
	color: #CCCCCC;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 148px;
}
/* hide from IE mac \*/
#p7PMnav li {width: auto;}
/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 170px;
	background-image: none;
	background-color: #133c80;
}
#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;
}
