/* 
  -----------------------------------
  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-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	line-height: normal;
	background-image: url('../images/navigation_home.jpg');
	background-repeat: no-repeat;
}
.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: right;
	width: auto;
	margin-top: 0px;
}
/* Hide from IE5 Mac \*/
.p7PMMh01 li {width: auto;}
/* End Hiding */

/*Top Level Links*/
.p7PMMh01 a {
	display: block;
	text-decoration: none;
	padding: 13px 8px 12px 6px;
	color: #fff !important;
	text-align: left;
}
.p7PMMh01 a:hover {
	color: #000;
	background-color: transparent; 
}
/*
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 {
	border-right: 0;
}
.p7PMMh01 ul ul a.pmmlast {
	border-right: 0;
}
.p7PMMh01 ul li.pmmfirst {
}
.p7PMMh01 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh01 ul ul {
	width: 170px;
	background-color: #CDC7BB;
}
.p7PMMh01 ul ul li {
	float: none;
}
.p7PMMh01 ul ul a {
	padding: 7px 7px;
	color: #000 !important;
	border-left: 0;
	background-color: transparent !important;
	text-align: left;
	overflow: hidden;
}
.p7PMMh01 ul ul a:hover {
	color: #EEE !important;
	background-color: transparent !important;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh01 ul ul ul {
	border: 0;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh01 img {
	border: 0;
}
.p7PMMh01 .p7PMM_img {
	padding: 0;
	border: 0;
}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
