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

/*Menu Outer Wrapper*/
.p7PMMh09 {
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	text-align: center;
	line-height: normal;
	background-color:#000;
	padding-top: 6px;
	position: relative;
	z-index: 9999999;

}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh09 ul div {
	display: none;
	background-color: #000000;

}
/*
TOP LEVEL MENU
*/
.p7PMMh09 ul {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.p7PMMh09 li {
	list-style-type: none;
	float: left;
	width: 100px;
	padding: 0;
	height: 25px;
	text-decoration:none;
	background-color: #000000;
}
/* Hide from IE5 Mac \*/
.p7PMMh09 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh09 a {
	display: block;
	padding: 0px 10px;
	color: #E0B400 !important;
	text-align: center;
	text-decoration:none;
}
.p7PMMh09 a:hover {
	color: #FFFFFF !important;
}

/*First Sub Level*/
.p7PMMh09 ul ul {
	z-index: 10000;
	background-color: #000000;
	width: auto;
	display: block;
	padding: 3px 5px;
	color: #E0B400 !important;
	text-align: center;
	text-decoration:none;
}
.p7PMMh09 ul ul li {
	float: none;
	background-image: none;
	background-color: #000000;
}
.p7PMMh09 ul ul a {
	padding: 4px;
	margin: 0 10px 0 10px;
	color: #E0B400 !important;
	text-align: left;
	border: 0;
	font-size: 13px;
	overflow: hidden;
}
.p7PMMh09 ul ul a:hover {
	background-color: #000 !important;
	color: #FFF !important;
	background-image: none;
}

/*
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 {

}
.p7PMMh09 ul a.trig_open, .p7PMMh09 ul a.trig_open_up {
	color: #E0B400 !important;

}
.p7PMMh09 ul ul a.trig_closed {

}
.p7PMMh09 ul ul a.trig_closed_left {

}
.p7PMMh09 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #000 !important;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7PMMh09 a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    color: #E0B400 !important;
    display: block;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 0;
    text-align: center;
}