/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:4 -Cayenne
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	text-align: left;
 }
#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #336699;
	border-left: 1px solid #3399CC;
	border-right: 1px solid #000000;
	padding: 5px;
	color: #FFCC66;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #336699;
	color: #FFCC66;
	letter-spacing: .01px;
        text-decoration: underline;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #C14444;

}
#p7PMnav ul a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #FFCC66;
	background-color: #840042;
	border-top: 1px solid #CC3300;
	border-left: 1px solid #CC3300;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height:1;
}
#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	background-color: #C14444;

}
#p7PMnav ul ul a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #FFCC66;
	background-color: #840042;
	border-top: 1px solid #CC3300;
	border-left: 1px solid #CC3300;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height:1;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFCC66;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	background-image:  url(/menu_files_p7pm/csn/arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #336699;
	color: #FFCC66;
}
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
	background-image:  url(/menu_files_p7pm/csn/arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #C14444;
	color: #FFCC66;
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 90px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
}
#p7PMnav ul li {
	float: left;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #776F55;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #776F55;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;
}

