/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:12 - Golden Sands
  -----------------------------------
*/

#btmbdr {
	border-bottom: 1px solid #145965;
}
#p7PMnav {
	margin: 0;
	padding:0;
	list-style-image: none;
	list-style-type:none;
	border-bottom: 1px solid #145965;
text-align:center
line-height:25px;
}
#p7PMnav li {
	list-style-image: none;
	list-style-type:none;
	margin: 0;
/* 	padding: 0; */
	background: #68bfd1 url(/images/navbar/sliver-blue.gif)  repeat-x bottom;

text-align:left;

}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-left: 1px solid #145965;
	border-right: 1px solid #145965;
	list-style-image: none;
	list-style-type:none;

text-align:left;

}
#p7PMnav ul li {
	background: #68bfd1  url(/images/navbar/sliver-blue.gif)  repeat-x bottom;
	list-style-image: none;
	list-style-type:none;

text-align:left;

}
#p7PMnav ul ul {
	border-top: 1px solid #145965;
	list-style-image: none;
	list-style-type:none;

text-align:left;

}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
line-height:25px;
padding:2px 3px;
/* 	padding:6px 5px 6px 5px; */
	color: #145965;
	line-height: 1;
	list-style-image: none;
	list-style-type:none;

text-align:left;

}
#p7PMnav ul a {
display:block;
line-height:25px;
padding:2px 3px;
	border-top: 1px solid #145965;
/*	border-left: 1px solid #145965; */
/* 		padding:8px 5px 8px 5px; */
	list-style-image: none;
	list-style-type:none;

text-align:left;

}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
/*	border-left: 1px solid #145965; */
/*	border-right: 1px solid #145965; */
/*	color: #FFFFFF; */
	background-color: #fcbe16;
	letter-spacing: .01px;
	background-image:  url(/images/navbar/sliver-yellow.gif);
	list-style-image: none;
	list-style-type:none;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#p7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#p7PMnav ul .p7PMon:active {
/*	color: #FFFFFF; */
	background-color: #fcbe16;
	letter-spacing: .01px;
	background-image:  url(/images/navbar/sliver-yellow.gif);

text-align:left;

/*	border-left: 1px solid #145965; /*
	border-top: 1px solid #145965;
/*	border-right: 1px solid #145965; */
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark, #p7PMnav .p7PMmark:hover {
	font-weight: bold;
}
/* ------ the trigger link styles ------- */


/*the normal trigger link */
#p7PMnav ul #p7PMtrg, #p7PMnav ul #p7PMtrg:hover, #p7PMnav ul #p7PMtrg:active {
	background-image:  url(/images/navbar/sliver-blue.gif) repeat;


text-align:left;

}
#p7PMnav #p7PMtrg:hover {
	background-image:  url(/images/navbar/sliver-yellow.gif);

text-align:left;

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

text-align:left;

}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 90px; 
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 140px; 
}
#pmmcrumb {
	font-weight: bold;
	color: #145965;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #145965;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}
