/*Menu Outer Wrapper*/
.p7PMMv02 {
	padding:0; margin:0;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv02 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv02 ul {
	margin:0px; padding:0px; list-style:none; list-style-image:none; list-style-type:none;
}
.p7PMMv02 li {
color:#295400; font:12px arial; margin-bottom:3px; line-height:16px; padding:0px;
	
}
.p7PMMv02 a { display:block;
	color:#9babbc; font:12px/20px "Times New Roman", Times, serif; text-decoration:none; font-weight:bold; text-transform:uppercase; display:block; padding:7px 0px 0px 32px; height:27px; width:153px; background:url(../images/side-nav-bg.gif) no-repeat 0px 0px;
}
.p7PMMv02 a:hover { display:block;color:#7d96b0; text-decoration:none; background:url(../images/side-nav-bg.gif) no-repeat 0px -36px;
}
.p7PMMv02 a.hover{
	color:#7d96b0; text-decoration:none; background:url(../images/side-nav-bg.gif) no-repeat 0px -36px;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv02 ul a.pmmfirst {
}
.p7PMMv02 ul a.pmmlast {
}
.p7PMMv02 ul li.pmmfirst {
}
.p7PMMv02 ul li.pmmlast {
}

/*First Sub Level*/
.p7PMMv02 ul ul {
	z-index: 10000;
	width: 190px;
	font:normal 12px/25px Tahoma, Arial, sans-serif;
	color:#666666;
	background-color: #F7F7F7;
	border:1px #D1D1D1 solid;

}
.p7PMMv02 ul ul li {
	background-image: none;
	font:normal 12px/25px Tahoma, Arial, sans-serif;
	color:#666666;
	background-color: transparent;
}
.p7PMMv02 ul ul a {
	font:normal 12px/25px Tahoma, Arial, sans-serif;
	color:#666666;
	text-align: left;
	overflow: hidden;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv02 img {
	border: 0;
}
.p7PMMv02 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}

/*
TRIGGERS and CUURENT 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
*/

/*Root Level*/
.p7PMMv02 a.trig_closed {
	}
.p7PMMv02 a.trig_closed_up {
	}
.p7PMMv02 a.trig_closed_left {
	}
.p7PMMv02 a.trig_open, .p7PMMv02 a.trig_open_left {
	color: #CCC !important;
	background-color: #FFFFFF !important;
}
/*Sub Level*/
.p7PMMv02 ul ul a.trig_closed {
	}
.p7PMMv02 ul ul a.trig_closed_left {
	
}
.p7PMMv02 ul ul a.trig_open, .p7PMMv02 ul ul a.trig_open_left {
	color: #CCC !important;
	

/*The Current Marker (You are here) links*/
.p7PMMv02 .current_mark {
	font-weight: bold;
	color: #000000 !important;
}
.p7PMMv02 ul ul .current_mark {
	color: #FFFFFF !important;
}
.p7PMMv02 .current_mark:hover {
	font-weight: bold;
	color: #000000 !important;
}
