
/*Menu Outer Wrapper*/
.p7PMMh02 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	/*border-bottom: 6px solid #000;*/
	text-align: left;
	line-height: normal;
}

/*
TOP LEVEL MENU
*/
.p7PMMh02 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh02 li {
	list-style-type: none;
	float: right;
	margin: 0 1px 0 0;
	padding:0 0 0 10px;
	background-image: url(img/pmm_topaz_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMMh02 li {
	width: auto;
}
/* End Hiding */

.p7PMMh02 li:hover, .current {
	background-position: 0px -240px !important;
}
/*Sliding Doors state for child links of LI while LI is being hovered */
.p7PMMh02 li:hover a, .current a {
	background-position: 100% -240px !important;
	color: #FFF !important;
}
/*Top Level Links*/
.p7PMMh02 a {
	display: block;
	text-decoration: none;
	padding: 8px 16px 8px 6px;
	color: #fff !important;
	border-right: 0;
	background-image: url(img/pmm_topaz_right.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	text-align: left;
}

/*The Current Marker (You are here) links*/
.p7PMMh02 .current_mark {
	font-weight: bold;
	color: #ccc !important;
	background-position: 100% -240px !important;
}
.p7PMMh02 .li_current_mark {
	background-position: 0px -240px;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
