/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	line-height: 100%;
	}

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

#p7PMnav ul {
	margin: 0;
	padding: 0;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	}
/*set size,color and letter spacing of the root dropdown menu items*/
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	/*font-family: Arial, "MS Trebuchet", sans-serif;*/
	/*font-size: 1.2em;*/
	/*letter-spacing: .05em;*/
	}

#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon, #p7PMnav ul, #p7PMnav ul li {
	background-color: #ffffff;
	}

/* set background and foreground color of all links during rollover */
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	background-color: #CC3333;
	color: #ffffff;
	}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
	}
/* ------ the trigger link styles ------- */

/*background color of the dropdowns */
#p7PMnav ul .p7PMtrg,
#p7PMnav ul .p7PMon {
	/*background-color: #001F7B;*/
	/*background-color: #5F9DBF;*/
	text-align: left;
	color: #000000;
	line-height:70%;
	}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #000000;
	/*background-color: #001F7B;*/
	/*background-color:#5F9DBF;*/
	}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	}

#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	}
/* Top level menu width */
#p7PMnav li {
	float: left;
	}

#p7PMnav ul li {
	float: none;
	/*font-size: 11px;*/
	/*padding: 0px;*/
	/*border-bottom: 1px solid #000000;*/
	/*border-left:1px solid #fff;*/
	/*border-right:1px solid #fff;*/
	width: auto;
	}

#p7PMnav ul li a {
	float: none;
	/*font-size: 11px;*/
	/*border-bottom: 1px solid #fff;*/
	/*border-left: 1px solid #fff;*/
	/*border-right: 1px solid #fff;*/
	width: auto;
	}

#p7PMnav ul, #p7PMnav ul li:hover {
	background-color: #CC3333;
	/*background-color: #2B30A1;*/
	color: #000000;
	width: auto;
	}

/*breadcrumb styles*/
#pmmcrumb {
	font-weight: normal;
	margin-bottom: 10px;
	color: #3a1d6c;
	font-size: 95%;
	}

#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #3a1d6c;
	}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #3a1d6c;
	}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {
	width: auto;
	}