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

/*Menu Outer Wrapper*/
.p7PMMh06 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-align: left;
	line-height: normal;
}
.p7PMMh06 .p7PMM {
	margin: 0 auto;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh06 ul div {
	display: none;
}
.p7PMMh06 ul ul div {
	left: auto;
}
/*
TOP LEVEL MENU
*/
.p7PMMh06 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh06 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 3px;
	padding: 1px;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
}
/* Hide from IE5 Mac \*/
.p7PMMh06 li {width: auto;}
/* End Hiding */

/*Top Level Links*/
.p7PMMh06 a {
	display: block;
	text-decoration: none;
	padding: 8px 18px 8px 12px;
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
}
.p7PMMh06 a:hover {
	color: #CC6600;
	background-color: #FFFFFF;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh06 ul a.pmmfirst {
}
.p7PMMh06 ul a.pmmlast {
}
.p7PMMh06 ul ul a.pmmlast {

}
.p7PMMh06 ul li.pmmfirst {
}
/*
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
*/
.p7PMMh06 ul a.trig_closed, .p7PMMh06 ul a.trig_closed_left {
	background-image: url(img/pmm_south_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh06 ul a.trig_closed_up {
	background-image: url(img/pmm_north_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*The Current Marker (You are here) links*/
.p7PMMh06 .current_mark {
	color: #CC6600;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
