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

/*Menu Outer Wrapper*/
.p7PMMh01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FDF3CA;
	width: 100%;
	z-index: 1000;
}
.p7PMMh01 .p7PMM {
	margin: 0 auto;
	background-color: #FDF3CA;
	z-index: 1000;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh01 ul div {
	display: none;
	width: auto;
	z-index: 1000;
}
/*
TOP LEVEL MENU
*/
.p7PMMh01 ul {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FDF3CA;
	z-index: 1000;
}
.p7PMMh01 li {
	list-style-type: none;
	margin-top: 0px;
	float: left;
	text-align: justify;
	width: 19%;
	z-index: 1000;
}
/* End Hiding */

/*Top Level Links*/
.p7PMMh01 a {
	display: block;
	text-decoration: none;
	background-color: #FDF3CA!important;
	text-align: left;
	z-index: 1000;
}
.p7PMMh01 a:hover {
	color: #FFF !important;
	background-color: #FFF8DE!important;
	z-index: 1000;
}
/*First Sub Level*/
.p7PMMh01 ul ul {
	width: 150px;
	background-color: #FDF3CA;
	border: 1px solid #000;
	margin-left: 40px;
	z-index: 1000;
}
.p7PMMh01 ul ul li {
	float: none;
	width: 150px;
	z-index: 1000;
}
.p7PMMh01 ul ul a {
	color: #22477C!important;
	border-left: 0;
	background-color: #FFF8DE!important;
	text-align: left;
	overflow: hidden;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	z-index: 1000;
}
.p7PMMh01 ul ul a:hover {
	color: #000000!important;
	background-color: #EFBF34!important;
	z-index: 1000;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh01 img {
	border: 0;
	z-index: 1000;
}
.p7PMMh01 .p7PMM_img {
	padding: 0;
	border: 0;
	width: 126px;
	z-index: 1000;
}
/*The Current Marker (You are here) links*/
.p7PMMh01 .current_mark {
	font-weight: normal;
	color: #999999!important;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	margin: 0px;
	padding: 0px;
}
