/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	color: #F8E39C;
	text-decoration: none;
	letter-spacing:0;
	font-family: Palatino, Georgia, Times, serif;
	font-weight: bold;
	padding:6px 8px 6px 32px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
}
#p7PMnav ul ul a:hover, #p7PMnav ul ul a:active, #p7PMnav ul ul a:focus {
	color: #FFFFFF;
}
#p7PMnav ul ul a {
	color: #F8E39C;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	text-decoration: none;
	color:#FFF;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMtrg:hover {
	color: #FFFFFF;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
color: #FFFFFF;
	text-decoration: none;

}
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover {
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	font-size:13px;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	width: auto;
	background-image:url(../images/nav_up.jpg);
	background-position: left top;
	background-repeat:no-repeat;
}
#p7PMnav ul li {
	float: none;
	
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul {
	border: 1px solid #6D0517;
	
}
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
	background-image: url(../images/menu_up.gif);
	background-position: left top;
	background-repeat:none;
	background-color:#F8E39C;
	
}

#p7PMnav ul a:link, #p7PMnav ul a:visited {
color: #6D0517;
}

#p7PMnav ul a:hover {
color:#FFFFFF;
background-color: #6D0517;
background-image: url(../images/menu_over.gif);
	background-position: left top;
	background-repeat:none;
}


#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #776F55;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #776F55;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #000000;
}
