/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:3 -Blue Sapphire
  -----------------------------------
*/
#p7PMnav, #p7PMnav ul, #p7PMnav ul ul {
	margin:0;
	padding:0;
}
#p7PMnav li, #p7PMnav li li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../img/glossyback.gif);
	background-repeat: repeat-x;
	background-position: left center;
	color: #ffffff;
	font-weight:bold!important;
	font-size: 12px;
}

*html #p7PMnav li, #p7PMnav li li {
	float:left;}
	
#p7PMnav ul, #p7PMnav ul ul {
	z-index: 10000;
	
}
#p7PMnav a, #p7PMnav ul a, #p7PMnav ul ul a{
	display: block;
	text-decoration: none;
	padding: 6px 10px;
	border:0;
	/*line-height: 1;*/
	color: #ffffff;
	font-weight:bold!important;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#115B8E;
	color: #ffffff;
	font-weight:bold!important;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon{
	background-image:  url(../img/arrow.gif);
	background-repeat:	no-repeat;
	background-position:right;
}

/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color:#115B8E;
	color: #ffffff;
	font-weight:bold!important;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: 15px;
	/*top:276px;
	z-index: 20000 !important;*/
}
/* Top level menu width */
#p7PMnav {
	width: 160px;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 160px;
}

#p7PMnav li li .p7PMtrg li , #p7PMnav li li .p7PMon {
	background-image:  url(../img/arrow.gif);
	background-repeat:	no-repeat;
	background-position:right;
}
/*#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #415485;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}*/
/*****************NAV ACTIVE FOR SECOND LEVEL STICK *******************/

#navActive {
	background-color:#115B8E;
	color: #ffffff;
}