/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:12 - Golden Sands
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #95221B;
	font-weight: bold;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	/* background-image: url(img/p7PM_goldbghz.jpg); */
	background-repeat: repeat-x;
	background-color: #CAAA6F;
		text-align: left;   /* FIX FOR IPBOARD SUB MENU ALIGNMENT ISSUE */
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 1px solid #95221B; /*Right Border for PRIMARY AND SECONDARY slide outs */
	border-left: 1px solid #95221B; /*Right Border for PRIMARY AND SECONDARY slide outs */
	border-right: 1px solid #95221B; /*Right Border for PRIMARY AND SECONDARY slide outs */
	text-align: left; /* FIX FOR IPBOARD SUB MENU ALIGNMENT ISSUE */
}
#p7PMnav ul li {
	background-image:  url(img/main_menu_item.gif);
	border-bottom: 1px solid #95221B; /*Bottom Border for PRIMARY AND SECONDARY slide outs */
}
#p7PMnav ul ul {
	border-top: 1px solid #95221B; /* looks to be the top border of the SECONDARY slide out */
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	color: #95221B;
	line-height: 1;
	
}
#p7PMnav ul a {
	border-top: 0px;
	border-left: 0px;
	padding: 4px 10px 4px 4px; /* padding around menu text */
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	border-left: 0px;
	border-right: 0px;
	color: #FFFFFF;
	/* background-color: #9498B3;    This is an intermediary transition between stepping through dynamic primary sub menus - color exists between rollovers! */
	letter-spacing: .01px;
	background-image:  url(img/main_menu_item_roll.gif); /*roll over bg for MAIN buttons */
	font-weight: bold;

}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
	color: #FFFFFF;
	letter-spacing: .01px;
	background-image:  url(img/main_menu_item_roll.gif); /*roll over bg for PRIMARY AND SECONDARY slide outs */
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	font-weight: bold;
	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
/* Use this to change the style of the CURRENT page when it is listed in the menu */
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover, #p7PMnav ul .p7PMtrg:active {
	background-image:  url(img/arrow.gif); /* Arrows */
	background-repeat:	no-repeat;
	background-position: right center;

}
#p7PMnav .p7PMtrg:hover {
	background-image:  url(img/p7PM_goldbgover.jpg);
}
/*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: 190px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 188px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
