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

/*Menu Outer Wrapper*/
.p7PMMh08 {
	width: auto;
	margin: 0 auto;
	font-family: "Century Gothic", Arial, Helvetica, "MS Sans Serif";
	font-size: 9px;
	background-color: #FFF;
	text-align: right;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh08 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh08 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh08 li {
	list-style-type: none;
	float: left;
	width: 110px;
}
/* Hide from IE5 Mac \*/
.p7PMMh08 li {width: auto;}
/*End Hiding*/

/*Top Level Links*/
.p7PMMh08 a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
	color: #333 !important;
	background-color: #FFF;
	text-align: right;
	font-size: 10px;
}
.p7PMMh08 a:hover {
	color: #45A75B !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh08 ul a.pmmfirst {
	border-left-width: 0;
}
.p7PMMh08 ul a.pmmlast {
	border-right: 0;
}
.p7PMMh08 ul li.pmmfirst {
	border-left: 0;
}
.p7PMMh08 ul li.pmmlast {
	border-right: 0;
}
.p7PMMh08 ul ul a.pmmfirst {
	border-top: 0;
}
.p7PMMh08 ul ul ul a.pmmfirst {

}
.p7PMMh08 ul ul a {
	padding: 4px 16px;
	color: #333 !important;
	background-image: none;
	zoom: 1;
	background-color: #FFF;
	text-align: left;
	overflow: hidden;
}
.p7PMMh08 ul ul a:hover {
	background-color: #FFF !important;
	color: #060 !important;
	background-image: none;
	border-color: #FFF !important;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh08 ul ul ul {

}
.p7PMMh08 ul a.trig_open {
	color: #999 !important;
}
.p7PMMh08 ul ul a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh08 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh08 ul ul a.trig_open {
	color: #666 !important;
	background-color: #FFF !important;
	border-color: #FFF !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh08 .current_mark {
	font-weight: bold;
	color: #000 !important;
	font-variant: small-caps;
}
.p7PMMh08 ul ul .current_mark {
	color: #FFF !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

