/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 12 - Typemasters
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh12 {
	position: relative;
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: normal;
	z-index:50;
}
/*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(../images/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 18px 5px 12px;
	color: #FFF !important;
	text-align: left;
	background-color: #000;
	border: 1px solid #000;
	text-transform: none;
	font-weight: bold;
}
.p7PMMh12 a:hover {
	color: #FFF !important;
	background-color: #FF8B1A;
}
/*
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: 160px;
}
.p7PMMh12 ul ul li {
	float: none;
	background-image: none;
	margin-bottom: 1px;
	margin-right: 0;
}
.p7PMMh12 ul ul a {
	padding: 4px 12px;
	color: #000 !important;
	text-align: left;
	border: 1px solid #000;
	font-variant: normal;
	font-size: 0.9em;
	overflow: hidden;
	background-color: #FFF;
	text-transform:none;
}
.p7PMMh12 ul ul a:hover {
	background-color: #FF8B1A !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;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMh12 ul a.trig_closed, .p7PMMh12 ul a.trig_closed_left {
	background-image: url(../images/pmm_south_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh12 ul a.trig_closed_up {
	background-image: url(../images/pmm_north_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh12 ul a.trig_open, .p7PMMh12 ul a.trig_open_up {
	color: #FFF !important;
	text-decoration: underline;
	background-color: #FD8A0D;
}
.p7PMMh12 ul ul a.trig_closed {
	background-image: url(../images/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh12 ul ul a.trig_closed_left {
	background-image: url(../images/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh12 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #0E2E85 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh12 .current_mark {
	font-weight: bold;
	color: #FF8E1E!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;
}



/*Menu Outer Wrapper*/
.p7PMMh13 {
	width: 350px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh13 ul div {
	display: none;
}
/*Provide Buffer for lowered 1st level Drop Down*/
.p7PMMh13 ul div {
	padding-top: 6px;
	background-image: url(../images/pmm_iefix.gif);
}
/*
TOP LEVEL MENU
*/
.p7PMMh13 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh13 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 6px;
}
/* Hide from IE5 Mac \*/
.p7PMMh13 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh13 a {
	display: block;
	text-decoration: none;
	padding: 3px 10px 3px 10px;
	color: #FFF !important;
	text-align: left;
	text-transform: none;
	font-weight: bold;
}
.p7PMMh13 a:hover {
	color: #FFF !important;
	background-color: #FF8B1A;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh13 ul a.pmmfirst {
}
.p7PMMh13 ul a.pmmlast {
}
.p7PMMh13 ul li.pmmfirst {
	background-image: none;
}
.p7PMMh13 ul li.pmmlast {
	margin-right: 0px;
}
.p7PMMh13 img {
	border: 0;
}
.p7PMMh13 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*The Current Marker (You are here) links*/
.p7PMMh13 .current_mark {
	font-weight: bold;
	color: #FF8E1E!important;
}
.p7PMMh13 ul ul .current_mark {

}


