/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*//*Font-size is set for all menu items here*/


#nav_692663 {
        height: 39px;
	margin: 0;
	padding:0;
}
#nav_692663 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_692663 li:active {
        background-color: #333;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*border top is set to zero to allow the top of the first dropdown to butt the bottom of our buttons*/
#nav_692663 ul {
	margin: 0 0 0 10px;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*top border is put back on for flyouts*/
#nav_692663 ul li ul {
	border-top: 0px solid #666666;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #666666;
}
/*this is all we need for top-level links*/
#nav_692663 a {
        color: #fff;
	display: block;
	text-decoration: none;
	padding: 10px 17px;
	margin: 3px 3px;
	-moz-border-radius: 5px;
        -webkit-border-radius: 5px;
}
#nav_692663 a:hover, #nav_692663 a:active, #nav_692663 a:focus {
	background-color: #1b1b1b; /*top level background*/
        color: #fff; /*top level text color*/
	padding: 10px 17px;
	margin: 3px 3px;
	letter-spacing: .01px;
}
/*This rule styles the sub-menu links*/
#nav_692663 ul a, #nav_692663 ul a:visited {
        font-size: 11px;
	padding: 12px;
	color: #fff;
	background-color: #1b1b1b; /*dropdown background*/
        filter:alpha(opacity=70);
        opacity: .70;
        -moz-opacity: .70;
}
/*This is top-level only and is the rule that shifts the background image so that we now
see the bottom one. It is deployed via multiple selectors for hovering, tab key access,
and so it stays persistent when its associated sub-menu is open*/

#nav_692663 a:hover, #nav_692663 a:active, #nav_692663 a:focus,
#nav_692663 .p7PMon, #nav_692663 .p7PMmark {
        background-color: #1b1b1b; /*top level background*/
	color: #fff;
}
/*the sub-menu hovers*/
#nav_692663 ul a:hover, #nav_692663 ul a:active, #nav_692663 ul a:focus {
        font-size: 11px;
	letter-spacing: 0.01px;
	text-decoration: none;
	padding: 12px;
	background-color: #4f99d0; /*dropdown highlight-hover*/
	color: #fff;
	letter-spacing: .01px;
        filter:alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}
/* ------ the current page marker style ------ */
#nav_692663 .p7PMmark {
        font-weight: bold;
        background-color: #1b1b1b;
	color: #fff;
	padding: 10px 17px;
	margin: 3px 3px;
	letter-spacing: .01px;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_692663 ul .p7PMtrg, #nav_692663 ul .p7PMon {
        background-color: ;
	color: #000;
}
/* the active trigger link style */
#nav_692663 .p7PMon {
	background-color: #241007; /*dropdown highlight-hover*/
	color: #d8cdaf;
}
/*the submenu classes */
/*The top property here and in the show class serves to fix a minor bug introduced
by the good folks at Apple in their Safari browser for Panther OS*/
#nav_692663 .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#nav_692663 .p7PMshow {
	top: auto;
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width
We set width to auto because we are using top-level bg images and the width is
assigned directly via the IDs assigned to the links.*/
#nav_692663 li {
	float: left;
	width: auto;
}
#nav_692663 ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#nav_692663 ul { 
	width: 165px;
}
#nav_692663 ul .p7PMon, #nav_692663 ul .p7PMon:hover {
	background-image:  url(/images/arrow.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background-color: #7c1116;
	color: #FFFFFF;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
	background-color: #241007;
}