/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#ajaxmenu {
	margin:0;
	padding: 6px 4px 2px 0px;
}
#ajaxmenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ajaxmenu ul {
	margin: 0;
	padding: 0;
	border: none;
	z-index: 10000;
}
#ajaxmenu a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #333333;
	font-size: 12px;
	border-bottom:1px solid #c2c2c2;
}
#ajaxmenu a:hover, #ajaxmenu a:active, #ajaxmenu a:focus {;
	color: #8a0b0b;
	font-size: 12px;
}

/* ------ the current page marker style ------ */
#ajaxmenu .p7PMmark {
	color: #333333;	
	font-size: 12px;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#ajaxmenu .p7PMtrg, #ajaxmenu .p7PMon {
	background-image:  url(images/arrow.jpg);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#ajaxmenu .p7PMon {
	color: #333333;
	font-size: 12px;
}

/*the submenu classes */

#ajaxmenu .p7PMhide {
	left: -9000px;
	border: 0;
}
#ajaxmenu .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#ajaxmenu {
	width: 100%;
	max-width:245x;
	padding-right:22px;
}
/* 2nd and subsequent Submenu widths */
#ajaxmenu ul li ul{
	width: 169px;
	margin-left:20px;
	background-color:#ffffff;
}

#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
