/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#menunav {
	margin: 0;
	padding:0;
	font-family: Verdana1, Verdana, Geneva, sans-serif;
}
#menunav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menunav ul {
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	background-image: url(../images/menu90b.png);
	margin: 0px;
	background-repeat: repeat;
	background-position: center center;
	border: 2px ridge #764C07;
}
#menunav a {
	display: block;
	text-decoration: none;
	color: #CCC;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 14px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #784D06;
}
#menunav li ul li a{
	display: block;
	text-decoration: none;
	color: #CCC;
	padding-top: 10px;
	font-size: 13px;
	text-align: left;
	height: auto;
	width: 150px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menunav a:hover, #menunav a:active, #menunav a:focus {
	color: #FFF;

}

/* ------ the current page marker style ------ */
#menunav .menumark {
	color: #FFF;
	text-decoration: underline;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#menunav ul .menutrg, #menunav ul .menuon {
	background-image:  url(../images/menu/menu_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#menunav li .menutrg, #menunav li .menuon {
	background-image:  url(../images/menu/p7PM_light_south.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#menunav .menuon {

}
/*the submenu classes */

#menunav .menuhide {
	left: -9000px;
}
#menunav .menushow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#menunav li {
	float: left;
	width: 120px;
}
#menunav ul li {
	float: none;
}
#menunav ul, #menunav ul li {
	width: 172px;
}
#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;
}
