/* 
  -----------------------------------
AARONS DROPMENU
  -----------------------------------
*/



#p7PMnav {
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
	font-size: small;
	background-image: url(../images/01_menu_bkgrnd.jpg);
	background-repeat: no-repeat;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-color: #006633;
}
#p7PMnav ul ul {
	border: none;
}
#p7PMnav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: auto !important;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 15px;
	padding-right: 14px;
	padding-bottom: 15px;
	padding-left: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006633;
}
#p7PMnav ul a {
	padding: 6px 12px;
	color: #CCCCCC;
	zoom: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #00CC33;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	color: #FFFFFF;
	letter-spacing: 0.01px;
	background-image: none;
	background-color: #00CC33;
}

/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {
	font-weight: none;
}
#p7PMnav ul .p7PMmark {
	color: #CCCCCC;
}

/* ------ the trigger link styles ------- */


/*the trigger link */

/* the active trigger link style */

#p7PMnav .p7PMon {
	color: #999999;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image: url(../temp_images/arrow.gif);
}
#p7PMnav ul .p7PMon {
	color: #CCCCCC;
	background-color: #404040;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 148px;
}

/* hide from IE mac \*/
#p7PMnav li {width: auto;}

/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 250px;
}

#pmmcrumb {

}
#pmmcrumb a, #pmmcrumb a:visited {

}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

}
