/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 01 - Multicolor
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh01 {
	width: auto;
	margin: 0 auto;
	font-size: 13px;
	text-align: left;
	line-height: 18px;
}
.p7PMMh01 .p7PMM {
	margin: 0 auto;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh01 li {
	list-style-type: none;
	float: left;
	width: 170px;
	margin-top: 0px;
}
/* Hide from IE5 Mac \*/
.p7PMMh01 li {
	width: auto;
}
/* End Hiding */

/*Top Level Links*/
.p7PMMh01 a {
	display: block;
	text-decoration: none;
	color: #F15D22 !important;
	text-align: left;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: bold;
}
.p7PMMh01 a:hover {
	color: #F15D22 !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh01 ul a.pmmfirst {
}
.p7PMMh01 ul a.pmmlast {
}
.p7PMMh01 ul ul a.pmmlast {
	border-right: 0;
}
.p7PMMh01 ul li.pmmfirst {
}
.p7PMMh01 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh01 ul ul {
	width: 170px;
}
.p7PMMh01 ul ul li {
	float: none;
}
.p7PMMh01 ul ul a {
	color: #BEC0C2 !important;
	text-align: left;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: normal;
}
.p7PMMh01 ul ul a:hover {
	color: #666666 !important;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh01 ul ul ul {
	border: 1px solid #000;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh01 img {
	border: 0;
}
.p7PMMh01 .p7PMM_img {
	padding: 0;
	border: 0;
}
/*Special Multicolor Rules*/

/*
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
*/
.p7PMMh01 ul a.trig_closed, .p7PMMh01 ul a.trig_closed_left {
}
.p7PMMh01 ul a.trig_closed_up {
}
/*Sub Level*/
.p7PMMh01 ul ul a.trig_closed {
}
.p7PMMh01 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh01 ul a.trig_open, .p7PMMh01 ul a.trig_open_up {
	color: #F15D22 !important;
}
.p7PMMh01 ul ul a.trig_open {
	color: #EEE !important;
	background-color: #666 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh01 .current_mark {
	color: #666666 !important;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
