#p7PMnav {
margin:0;
padding:0 0 0 12px;
font-size:13px;
font-weight:bold;
z-index:1000;
height:24px;
background-color:#333;
filter:alpha(Opacity=70);
opacity: .7;
-moz-opacity:.70;
}
#p7PMnav li {
list-style-type: none;
margin: 0;
padding: 0;
text-align:left;
float:left;
}
#p7PMnav ul {
margin:0;
padding: 0;
position: absolute;
left: -9000px;
}
#p7PMnav ul li {
	clear:both;
}
/* normal state main */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding:0 8px 0 20px;
	color: #FFF;
	height:24px;
	line-height:24px;
	background-color:transparent;
	width:auto;
	background-image: url(../images/info.gif);
	background-repeat:no-repeat;	
}
/* normal state drop */
#p7PMnav li li a {
margin-left:20px;
padding:0 5px;
height:24px;
line-height:24px;
background-color:#333;
filter:alpha(Opacity=90);
opacity: .9;
-moz-opacity:.90;
font-size:13px;
color:#FFF;
background-image:none;
}
/* hover main */
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color:#333;
	color: #FFF;
	background-image: url(../images/info-over.gif);
	background-repeat:no-repeat;
}
/* hover drop */
#p7PMnav li li a:hover, #p7PMnav li li a:active, #p7PMnav li li a:focus {
	background-color:#FFF;
	color: #333;
		background-image:none;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {

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

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {

}
/* highlighted drop down */
#p7PMnav li li .p7PMmark  {

}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav ul, #p7PMnav ul li {
	width: 196px;
}
#pmmcrumb {

}
#pmmcrumb a, #pmmcrumb a:visited {

}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

}
/* The single backslash \ character inside this comment causes IE5 Mac to ignore the following rule, which allows other browsers to render top-level menu items to their natural width. */ 
#p7PMnav li {width: auto;}