#p7PMnav {
	margin: 0;
	padding:0;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 80%;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#p7PMnav ul {
	margin: 0;
	padding: 0;
	background-color: #e1e2ec;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}

#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 6px 15px 0px 15px;
	color: #999;
	line-height:1.3;
	min-height:24px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #333;
}


/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #e1e2ec;
	color: #333;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
#p7PMnav ul {
	width: 175px;
}


#p7PMnav ul li {
	width: 175px;
	padding-top:6px;
}


/* Custom */


.navonhome { 
	background: #7C197A;
	min-height:24px;
}

.navonwork { 
	background: #CADB2A;
	min-height:24px;
}

.navonservices { 
	background: #F7931D;
	min-height:24px;
}

.navonabout { 
	background: #008EAF;
	min-height:24px;
}

.navupto { 
	background: #C11F61;
	min-height:24px;
}

.navwho { 
	background: #008FD4;
	min-height:24px;
}

.navwhere { 
	background: #BCD631;
	min-height:24px;
}




