/* 
  -----------------------------------
  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*/

#cat_408316_divs {
        height: 39px;
	margin: 0px;
	padding: 0px;
        clear: both;
}
#nav_408316 {
        height: 39px;
	margin: 0px;
	padding: 0px;
}
#nav_408316 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav_408316 li.selected {
	list-style-type: none;
}
/*border top is set to zero to allow the top of the first dropdown to butt the bottom of our buttons*/
#nav_408316 ul {
	margin: 0px 0 0 10px;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
/*top border is put back on for flyouts*/
#nav_408316 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_408316 a {
        color: #151410;
	display: block;
	text-decoration: none;
	padding: 10px 10px;
	margin: 0 3px;
	-moz-border-radius: 6px;
        -webkit-border-radius: 6px;
}
#nav_408316 a:hover, #nav_408316 a:selected, #nav_408316 a:focus {
	background-color: #151410; /*top level background*/
        color: #151410; /*top level text color*/
	padding: 10px 10px;
	margin: 0 3px;
	letter-spacing: .01px;
}
/*This rule styles the sub-menu links*/
#nav_408316 ul a, #nav_408316 ul a:visited {
        font-size: 11px;
	padding: 12px;
	color: #d8cdaf;
	background-color: #151410; /*dropdown background*/
        filter:alpha(opacity=90);
        opacity: .90;
        -moz-opacity: .90;
	-moz-border-radius: 0px;
        -webkit-border-radius: 0px;
}
/*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_408316 a:hover, #nav_408316 a:active, #nav_408316 a:focus,
#nav_408316 .p7PMon, #nav_408316 .p7PMmark {
        background-color: #151410;
	color: #d8cdaf;
}
/*the sub-menu hovers*/
#nav_408316 ul a:hover, #nav_408316 ul a:active, #nav_408316 ul a:focus {
        font-size: 11px;
	letter-spacing: 0.01px;
	text-decoration: none;
	padding: 12px;
	background-color: #762A00; /*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_408316 .p7PMmark {
        background-color: #151410;
	color: #d8cdaf;
}
#nav_408316 ul li .p7PMmark {
        background-color: #762A00;
	color: #fff;
        filter:alpha(opacity=100);
        opacity: 1.0;
        -moz-opacity: 1.0;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_408316 ul .p7PMtrg, #nav_408316 ul .p7PMon {
        background-color: #4f99d0;
	color: #000;
}
/* the active trigger link style */
#nav_408316 .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_408316 .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#nav_408316 .p7PMshow {
        margin-top: 7px !important;
	top: auto;
	left: auto;
	z-index: 20000 !important;
}
#nav_408316 ul .p7PMshow {
	margin-top: 0px !important;
	top: 5px;
	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_408316 li {
	float: left;
	width: auto;
}
#nav_408316 ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#nav_408316 ul {
	width: 165px;
}
#nav_408316 ul .p7PMon, #nav_408316 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;
}