/* CSS Document */

.mauve li a {
	 background-color: #6E7758; 
	}
.mauve li ul a:hover {
	background-color: #7b8562; 
	color: #FFFFFF;
	padding: 4px 10px;
}
.mauve li a:hover {
	color: #FFFFFF;
	background-color: #CC9900;
	}

#p7PMnav ul .mauveexpander {
	background-image:url(../images/arrow-qwhiteright.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #CC9900;
}

/*   --------------------------------------------Universal Colors & Settings*/



#p7PMnav {
	padding:0;
	margin:0;
	font-size: .7em;
	display:block;
	height:1.9em;
	}
#p7PMnav li {
	/* very top menu */
	position: relative;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:99;
	background-color:#996633;
	}
#p7PMnav > li {
	border-right-width:1px; border-right-style:solid;border-right-color: #FFFFFF;
	}
#p7PMnav ul {
	padding:0;
	border:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	margin-left:auto;
	margin-right:auto;
	}
* html #p7PMnav ul {
	}
#p7PMnav a {
/*top menu*/
	display: block;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:3px;
	padding-bottom:4px;
	margin:0;
	color: #FFFFFF;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #AAAAAA;
 	z-index:99;
	text-align:left;
	}
#p7PMnav a:hover {
	color:#FFCC00;
	background-color:#6E7758;
	}
/* -------Only Submenu Links-------- */
#p7PMnav ul a {
	position:relative;
	padding:4px 10px;
	border-top: 1px solid #000;
	background-color:#CC9900;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color: #bbb;
	width:150px;
	}
* html #p7PMnav ul a {
	margin:0;
	padding:0;
	}
/* ------ the current page "You are Here" style ------ */
#p7PMnav .p7PMmark {
	font-weight:bold;
}

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
* html #p7PMnav ul li ul {
	
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: auto;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #009999;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #81829E;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

/* IE5 Mac \ */
#p7PMnav li {width: auto;}