/* 
  -----------------------------------
  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_692663_divs {
	margin: 0;
	padding: 15px 0 0 40px;
}

#nav_692663 {
    font-size: 12px;
    font-family: "Myriad Pro", sans-serif;
    letter-spacing: 3px;
    height: 34px;
	margin: 0;
	padding:0;
}
#nav_692663 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/*this hides the submenu arrow img on the top-level*/

#nav_692663 li a img {
	display: none;
	margin: 0;
	padding: 0;
}
/*this activates when user clicks on links in top-level menu*/

#nav_692663 li:active {
    background-color: transparent;
	list-style-type: none;
	padding: 0px 8px 0 8px;
	margin: 0px;
}
/*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 dropdown 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: #777;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
#nav_692663 a:hover, #nav_692663 a:active, #nav_692663 a:focus {
	background-color: #; /*top level background*/
    color: #000; /*top level text color*/
    letter-spacing: 3px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
}
/*the sub-menu links*/

#nav_692663 ul a, #nav_692663 ul a:visited {
    font-size: 11px;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	color: #777;
	letter-spacing: 0px;
	background-color: transparent; /*dropdown background*/
}
/*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: #fff; /*top level background*/
	color: #4083c0;
    letter-spacing: 3px;	
}
/*the sub-menu hovers*/

#nav_692663 ul a:hover, #nav_692663 ul a:active, #nav_692663 ul a:focus {
    font-size: 11px;
	text-decoration: none;
	background-color: transparent; /*dropdown highlight-hover*/
	color: #4083c0;
	padding-top: 2px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
    letter-spacing: 0px;    
}
/* ------ top-level current page marker style ------ */

#nav_692663 .p7PMmark {
	height: 17px;
    font-weight: lighter;
	color: #4083c0;
	background-color: #fff;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
    letter-spacing: 3px;
    border-left: 1px solid #4083c0;
    border-right: 1px solid #4083c0;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_692663 ul .p7PMtrg, #nav_692663 ul .p7PMon {
    background-color: #7c1116;
	color: #000;
}
/* the active trigger link style */

#nav_692663 .p7PMon {
	background-color: #7c1116; /*dropdown highlight-hover*/
	color: #000;
}
/*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 {
	margin: 0px 8px 0 8px;
	float: left;
	width: auto;
}
/* 2nd and subsequent Submenu widths */

#nav_692663 ul {
	padding: 0px 0px 0 0px;
	margin: 10px 0px 0 10px;
	text-align: left; 
	width: auto;
}
#nav_692663 ul li {
	padding: 0px 0px 0 0px;
	margin: 2px 0 0 0px;
	float: none;
}
/*this activates when user clicks on links in sub menu*/

#nav_692663 ul li a:active {
	padding: 0px 0px 0 10px;
	margin: 2px 10px 0 0px;
	float: none;
}

/* Submenu current page marker */

#nav_692663 ul .p7PMmark {
	height: 13px;
	background-color: transparent;
    font-weight: lighter;
	color: #4083c0;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
    letter-spacing: 0px;
    border-left: 1px solid #4083c0;
    border-right: 1px solid #4083c0;
}
#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: #000;
}