/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 12 - Typemasters
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh12 {
	width: 964px;
	margin: 0 auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: left;
	line-height: normal;
	margin-left: 58px;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh12 ul div {
	display: none;
}
/*Provide Buffer for lowered 1st level Drop Down*/
.p7PMMh12 ul div {
	padding-top: 6px;
	background-image: url(img/pmm_iefix.gif);
}
/*Remove Buffer 2nd level flyouts*/
.p7PMMh12 ul ul div {
	padding-top: 0px;
}
/*
TOP LEVEL MENU
*/
.p7PMMh12 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh12 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 6px;
}
/* Hide from IE5 Mac \*/
.p7PMMh12 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh12 a {
	display: block;
	text-decoration: none;
	padding: 5px 9px 5px 9px;
	color: #FFF !important;
	text-align: left;
	font-variant: small-caps;
	background-color: #8fafd6;
	border: 1px solid #000;
}
.p7PMMh12 a:hover {
	color: #FFF !important;
	background-color: #467bbd;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh12 ul a.pmmfirst {
}
.p7PMMh12 ul a.pmmlast {
}
.p7PMMh12 ul li.pmmfirst {
	background-image: none;
}
.p7PMMh12 ul li.pmmlast {
	margin-right: 0px;
}
/*First Sub Level*/
.p7PMMh12 ul ul {
	z-index: 10000;
	width: 200px;
}
.p7PMMh12 ul ul li {
	float: none;
	background-image: none;
	margin-bottom: 6px;
	margin-right: 0;
}
.p7PMMh12 ul ul a {
	padding: 4px 12px;
	color: #fff !important;
	text-align: left;
	border: 1px solid #000;
	font-variant: normal;
	font-size: .9em;
	overflow: hidden;
	background-color: #8fafd6;
}
.p7PMMh12 ul ul a:hover {
	background-color: #467bbd !important;
	color: #FFF !important;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh12 ul ul ul {}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh12 img {
	border: 0;
}
.p7PMMh12 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}

.p7PMMh12 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #467bbd !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh12 .current_mark {
	font-weight: bold;
	background-color: #467bbd !important;
}
.p7PMMh12 ul ul .current_mark {

}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
