#p7PMnav {
	margin: 0;
	padding:0;
	float: right;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p7PMnav li.about {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images_new/about.jpg);
	background-repeat: no-repeat;
	width:98px;
	height: 34px;
}
#p7PMnav li.services {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images_new/services.jpg);
	background-repeat: no-repeat;
	width:90px;
	height: 34px;
}
#p7PMnav li.products {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images_new/products.jpg);
	background-repeat: no-repeat;
	width:90px;
	height: 34px;
}
#p7PMnav li.news {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images_new/news.jpg);
	background-repeat: no-repeat;
	width:90px;
	height: 34px;
}
#p7PMnav li.resources {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../images_new/resources.jpg);
	background-repeat: no-repeat;
	width:94px;
	height: 34px;
}

/*top level*/

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px;
	color: #FFFFFF;
	line-height:1;
	text-align: center;
}

#p7PMnav li.about a:hover, #p7PMnav li.about a:active, #p7PMnav li.about a:focus {
	width:98px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../images_new/about-over.jpg) no-repeat;
}
#p7PMnav li.services a:hover, #p7PMnav li.services a:active, #p7PMnav li.services a:focus {
	width:98px;
	height: 34px;
	margin: 0;
	padding: 0;	
	background: url(../images_new/services-over.jpg) no-repeat;
}
#p7PMnav li.products a:hover, #p7PMnav li.products a:active, #p7PMnav li.products a:focus {
	width:98px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../images_new/products-over.jpg) no-repeat;
}

#p7PMnav li.news a:hover, #p7PMnav li.news a:active, #p7PMnav li.news a:focus {	
	width:98px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../images_new/news-over.jpg) no-repeat;
}

#p7PMnav li.resources a:hover, #p7PMnav li.resources a:active, #p7PMnav li.resources a:focus {
	width:98px;
	height: 34px;
	margin: 0;
	padding: 0;
	background: url(../images_new/resources-over.jpg) no-repeat;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: bold;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	margin-right: 25px;
}
#p7PMnav ul#subnav {
	margin: 0;
	padding: 0;
	top: 109px;
	width: 120px;
}
#p7PMnav ul#subnav li a {
	background:#EEE;
	width: 120px;
	height: 24px;
	padding: 8px 0 0;
	margin: 0;
	border: 1px solid #174F9C;
	font: 12px/normal Arial, sans-serif;
	color: #174F9C;
}
#p7PMnav ul#subnav li a:hover, #p7PMnav ul#subnav li a:active, #p7PMnav ul#subnav li a:focus{
	background: #174F9C;
	width: 120px;
	height: 24px;
	padding: 8px 0 0 0;
	margin: 0;
	color: #FFF;
}
