/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid Red;
	border-left: 1px;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-width : 1px;
	border-right-width : 1px;
	border-right : Red;
}


/* 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: #FFFFFF;
	padding: 3px 10px;
	color: #333333;
	line-height:1;
	border-right : 1px solid Red;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: Red;
	color: White;
	border-left: 1px solid Red;
	border-top: 0px solid Red;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
    background-color: Red;	
	color: White;
	font-weight: bold;
	border-top: 1px solid Red;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: White;
	color: Red;
	border-left: 1px solid Red;
}

/*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: 108px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666699;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: xx-small;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: Red;
	text-decoration: underline;
	background-color: transparent;
	text-align: center;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: xx-small;
	line-height: 16px;
	font-weight: normal;
	color: Red;
	background-color: transparent;
	text-align: center;
	text-decoration : underline;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: xx-small;
	line-height: 16px;
	font-weight: normal;
	color: #669999;
	background-color: transparent;
	text-align: center;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: xx-small;
	line-height: 16px;
	font-weight: normal;
	color: Red;
	text-decoration: overline;
	background-color: transparent;
	text-align: center;
}
