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

/*Menu Outer Wrapper*/
.p7PMMh04 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	text-align: left;
	line-height: normal;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 9999998;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh04 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
	margin: 0;
	padding: 0;

}
.p7PMMh04 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin: 0;

}
/* Hide from IE5 Mac \*/
.p7PMMh04 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh04 a {
	display: block;
	text-decoration: none;
	padding: 0 20px;
	text-align: left;

}
.p7PMMh04 a:hover {
	color: #FFF !important;
	/*background-color: #333;*/
	text-decoration: none;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh04 ul a.pmmfirst {
}
.p7PMMh04 ul a.pmmlast {
}
.p7PMMh04 ul li.pmmfirst {
}
.p7PMMh04 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh04 ul ul {
	z-index: 10000;
	width: 220px;
	text-shadow:none;
	text-transform:none;
}
.p7PMMh04 ul ul li {
	float: none;
	background-image: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #AFA89B;
}

.p7PMMh04 ul ul a {
	color: #333 !important;
	border-right: 0;
	background: none;
	text-align: left;
	overflow: hidden;
	height: 26px;
	line-height: 16px;
	width: 170px;
	background-color: #EAEAEA;
}
.p7PMMh04 ul ul a:hover {
	background-image: none;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh04 ul ul ul {
	background-color: #CCC;
}

.p7PMMh04 ul ul ul ul {
	background-color: #B5B5B5;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh04 img {
	border: 0;
}
.p7PMMh04 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}



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