/* 

  -----------------------------------

  Pop Menu Magic 2

  by Project Seven Development

  www.projectseven.com

  Menu Type: Horizontal

  Style Theme: 09 - Pipes

  -----------------------------------

*/



/*Menu Outer Wrapper*/

.p7PMMh09 {

	width: auto;

	margin: 0 auto;	

	text-align: left;

	line-height: normal;

}

/*Hide Sub-Menu in Design View

Compensate for LI padding on Sliding Doors themes*/

.p7PMMh09 ul div {

	display: none;

	margin-top:0 !important;

}

.p7PMMh09 ul ul div {

	margin-top:-29px !important;

}



/*

TOP LEVEL MENU

*/

.p7PMMh09 ul {

	margin: 0;

	padding: 0;

}

.p7PMMh09 li {

	list-style-type: none;

	float: left;

	width: 120px;

	background-image: url(img/pmm_pipe_dark.gif);

	background-repeat: no-repeat;

	background-position: left 5px;

	padding:0 8px;

}

/* Hide from IE5 Mac \*/

.p7PMMh09 li {

	width: auto;

}

/*Top Level Links*/

.p7PMMh09 a {

	font:normal 0.893em 'ProximaNovaSemiBold';

	padding:2px 6px 10px 6px;

	text-transform:uppercase;

	color:#000 !important;

	text-decoration:none;			

	text-align:left;

	display:block;	

}

.p7PMMh09 a:hover {

	color: #9fa02e !important;

}

/*

Syntax for special classes programatically assigned to first and last links and also LIs

See user guide for more information

*/

.p7PMMh09 ul a.pmmfirst {

}

.p7PMMh09 ul a.pmmlast {

}

.p7PMMh09 ul li.pmmfirst {

	background-image: none;

}

.p7PMMh09 ul li.pmmlast {

}

/*First Sub Level*/

.p7PMMh09 ul ul {

	z-index: 10000;

	background-color: #9fa02e;

	width: 250px;

	margin-top:23px;
	
	border:1px solid #e1e1e1;

}

.p7PMMh09 ul ul li {

	background-image: none;

	float: none;	

	padding:0;

}

.p7PMMh09 ul ul a {

	padding:7px 12px;

	color: #fff !important;

	background-image: none;

	text-transform:none;	

	text-align: left;

	overflow: hidden;

	font-size: .9em;

	border: 0;		

}

.p7PMMh09 ul ul a:hover {

	background-color: #fff !important;

	color: #9fa02e !important;

	background-image: none;

}

/*Third Level (Flyouts in horizontal menu)*/

.p7PMMh09 ul ul ul {

	

}

/*

SPECIAL IMAGE-BASED RULES

*/

.p7PMMh09 img {

	border: 0;

}

.p7PMMh09 .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*/

.p7PMMh09 ul a.trig_closed, .p7PMMh09 ul a.trig_closed_left {

	

}

.p7PMMh09 ul a.trig_closed_up {

	background-image: url(img/pmm_north_dark.gif);

	background-repeat: no-repeat;

	background-position: right center;

}

.p7PMMh09 ul a.trig_open, .p7PMMh09 ul a.trig_open_up {

	color: #9fa02e !important;

}

.p7PMMh09 ul ul a.trig_closed {

	background-image: url(img/pmm_east_light.gif);

	background-repeat: no-repeat;

	background-position: right center;

}

.p7PMMh09 ul ul a.trig_closed_left {

	background-image: url(img/pmm_west_dark.gif);

	background-repeat: no-repeat;

	background-position: left center;

}

.p7PMMh09 ul ul a.trig_open {

	background-color: #fff !important;

	color: #a0a128 !important;

	background-image: none;

}

/*The Current Marker (You are here) links*/

.p7PMMh09 .current_mark {

	color: #9fa02e !important;

}

.p7PMMh09 ul ul .current_mark {

	background-color: #fff !important;

	color: #a0a128 !important;

	background-image: none;

}



/*

Utility Rule used for Clearing floats in Horizontal Menus

*/

.p7pmmclearfloat {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

