/* 
  -----------------------------------
waterproof.pro menu css
  -----------------------------------
*/

#p7PMtrg {
	font-weight: bold;
}

#p7PMnav {
	margin:0;
	padding:0;
	
}
#p7PMnav li ul {
    list-style-type: none;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #666666;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #c1d72e;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666666;
	line-height: 1;
	font-weight: bold;
	vertical-align: middle;
	
}

#p7PMnav ul a {
	padding: 8px 12px 8px 10px;
	text-align: left;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#p7PMnav .p7PMon:active {
	color: #ffffff;
	background-color: #666666;
	text-decoration: none; 
	font-weight: bold;

}

#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: #f78e1e;
	font-weight: bold;
}
/* ------ subnav ------ */



#subp7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #cccccc;
	font-weight: bold;
	vertical-align: middle;
	
}

#subp7PMnav ul a {
	padding: 8px 12px 8px 10px;
}


#subp7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#subp7PMnav .p7PMon, #p7PMnav .p7PMon:hover, 
#subp7PMnav .p7PMon:active {
	color: #ffffff;
	background-color: #666666;
	text-decoration: none; 
	font-weight: bold;
}

#subp7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus,
#subp7PMnav ul .p7PMon, #p7PMnav ul .p7PMon:hover, 
#subp7PMnav ul .p7PMon:active {
	color: #ffffff;
	background-color: #f78e1e;
	font-weight: bold;

}

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

/*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: 100px;
}
#p7PMnav ul li {
	float: none;
/*new styles for dropdown navigation*/
/*border-bottom: 1px solid #cccccc; */
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 184px;
}
#pmmcrumb {
	font-weight: bold;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #956870;
}

