	


	/* Sliding Doors state for child links of LI while LI is being hovered */
#nav li:hover {
	background-position: 0px -45px !important;
}

#nav li:hover a {
	background-position: 0px -45px !important;
	color: #fff !important;
}

/*Top Level Links*/
#nav 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;
	vertical-align: bottom;
}

/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
#nav ul a.pmmfirst {
}
#nav ul a.pmmlast {
}
#nav ul li.pmmfirst {
}
#nav ul li.pmmlast {
}
/*First Sub Level*/
#nav ul ul {
	background-color: #e57010;
	width: 200px;
	background-image: url(img/pmm_topaz_sub.jpg);
	background-repeat: repeat-x;
	border: 1px solid #fff;
	vertical-align: bottom;
}
#nav ul ul li {
	float: none;
	background-image: none;
	margin: 0;
	padding: 0;
	position: static;
	height: 100%;
}
#nav ul ul a {
	padding: 4px 16px;
	margin: 0;
	color: #FFF !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
#nav ul ul a:hover {
	background-color: #d76300 !important;
	color: #fff !important;
	background-image: none;
	vertical-align: bottom;
}
/*Third Level (Flyouts in horizontal menu)*/
#nav ul ul ul {
	border: 1px solid #fff;
	padding-top: 0px;
}
/*
SPECIAL IMAGE-BASED RULES
*/
#nav img {
	border: 0;
}
#nav .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CURRENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/
#nav ul a.trig_closed {
	background-position: 100% -45px;
}
#nav ul a.trig_closed_up {
	background-position: 100% -45px;
}
/*Sub Level*/
#nav ul li.trig_open {
	background-position: 0px -45px;
	color: #FFF !important;
}
#nav ul a.trig_open {
	background-position: 100% -45px;
	color: #FFF !important;
}
#nav ul ul a.trig_closed {
	background-image: url(img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
}
#nav ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center !important;
}
#nav ul ul a.trig_open {
	color: #FFF !important;
	background-color: #d76300 !important;
}
/*The Current Marker (You are here) links*/
#nav .current_mark {
	font-weight: bold;
	color: #fff !important;
	background-position: 100% -45px !important;
}
#nav .li_current_mark {
	background-position: 0px -45px;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
