/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:10 - Plum Royale
  -----------------------------------
*/

#p7PMnav {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	}


#p7PMnav a, 
#p7PMnav a:link,
#p7PMnav a:visited { 
	padding-bottom: 0; 
	}
	
#p7PMnav a:focus, #p7PMnav a:hover, #p7PMnav a:active {
	border-bottom: none;
	}


#p7PMnav li {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	/*background-image: url(../img/grey_top_menu.jpg);
	background-repeat: repeat-x;*/
	background-color: transparent; /*#d7d9db;*/
	font-size: 12px;
	text-align: left;
	}
	
	#p7PMnav li a:link.topgreen {color:#9bb234;	
	}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	/*border-left: 1px solid #113785;*/
	/*border-right: 1px solid #113785;*/
}

#p7PMnav ul li {
	background:url(white_sub_menu.png) repeat transparent;	
	font-size: 10px;
	color: #000;	
}

#p7PMnav ul li a:link, #p7PMnav ul li a:visited{
	color: #000;
		
}



#p7PMnav ul ul {
	/*border-top: 1px solid #113785;*/
}
#p7PMnav a, #p7PMnav a:link, #p7PMnav a:visited{ 
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 5px 23px 5px 23px;
	color:#fff; /*#333333;*/
	line-height: 1;
}



#p7PMnav ul a, #p7PMnav ul a:link, #p7PMnav ul a:visited {
	/*border-top: 1px solid #FFF;*/
	padding: 4px 12px 4px 10px;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #999933;/*#333;*/
	font-weight: normal;
	/*background-color: silver; *//*#ffffff;*/
	letter-spacing: 0.01px;
	/*background-image:  url(../img/grey_rollover.jpg);*/
	/*border-bottom:1px solid #333333;
	background:url(grey_sub_menu.png) repeat transparent;*/
}

#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
	color: #999933;/*#333;*/
	font-weight:normal;	f
	/*background-color: silver; /*#ffffff;*/*/
	letter-spacing: 0.01px;
	/*background-image:  url(../img/grey_rollover.jpg);*/
	/*border-top: 1px solid #333333; 
	border-bottom: 1px solid #333333;*/	
	/*background:url(grey_sub_menu.png) repeat transparent;*/	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: normal;
}

/* ------ the trigger link styles ------- */


/*the normal trigger link */

#p7PMnav ul .p7PMtrg {
	/*background-image:  url(../img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
	background:url(grey_sub_menu.png) repeat transparent;*/
	color: #999933;/*#333;*/
}

#p7PMnav .p7PMtrg:hover, #p7PMnav ul .p7PMtrg:hover {
	/*background-image:  url(../img/grey_rollover.jpg);
	background-repeat: repeat-x;
	background:url(grey_sub_menu.png) repeat transparent;*/
	color: #999933;/*#333;*/
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}

#p7PMnav .p7PMshow {
	left: auto; 
	z-index: 20000 !important;
}

/* Top level menu width */
#p7PMnav li {
	float: left;	
	/*width: 110px;*/ /*135px;*/
	/*border-right: 1px solid #333333;*/
}

#p7PMnav ul li {
	float: none;
}

/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 142px;
	text-align: left;
	
}

#pmmcrumb {
	font-weight: normal;
	color: #333;
}

#pmmcrumb a, #pmmcrumb a:visited, #pmmcrumb a:link {
	font-weight: normal;
	color: #333;
}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #fff;
}


#p7PMnav ul li a:hover{
	color: #999933;
}