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

/*Menu Outer Wrapper*/
.p7PMMh18 {
	width:auto;
	margin: 0 auto;
	font-size:10px;
	padding: 0px 4px 4px 0px;
	text-align: left;
	padding: 3px 3px 3px 3px;
	line-height: 14px;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh18 ul div {
	display: none;
	padding-top: 0px;
}
.p7PMMh18 ul ul div {
	padding-top: 0px;
}
/*
TOP LEVEL MENU
*/
.p7PMMh18 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh18 li {
	list-style-type: none;
	float: left;
	margin-right: 4px;
}
/* Hide from IE5 Mac \*/
.p7PMMh18 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh18 a {
	display: block;
	text-decoration: none;
	color:#FFF;
	text-align: left;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	box-shadow: inset 2px 2px 10px #335a73;
	-moz-box-shadow: inset 2px 2px 10px #335a73;
	-khtml-box-shadow: inset 2px 2px 10px #335a73;
	border: 1px solid #FFFFFF;
	background-color: #6666CC;
}
.p7PMMh18 a:hover, .p7PMMh18 ul a.trig_open {
	color: #9999CC;
	background-color: #3CF;
	-moz-box-shadow: inset 6px 6px 20px #6666CC;
	border-color: #6666CC;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh18 ul ul a.pmmfirst {
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
}
.p7PMMh18 ul ul a.pmmlast {
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-khtml-border-radius: 0 0 3px 3px;
}
.p7PMMh18 ul li.pmmfirst {
	background-image: none;
}
.p7PMMh18 ul li.pmmlast, .p7PMMh18 ul ul li {
	margin-right: 0px;
}
/*First Sub Level*/
.p7PMMh18 ul ul {
	z-index: 10000;
	width: 150px;
	background-image: url(img/passion-sub.png);
	border-radius: 12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: inset 3px 3px 20px #333;
	-moz-box-shadow: inset 3px 3px 20px #333;
	-khtml-box-shadow: inset 3px 3px 20px #333;
	border: 2px solid #FFFFFF;
	background-color: #6666CC;
}
.p7PMMh18 ul ul li {
	float: none;
	background-image: none;
}
.p7PMMh18 ul ul a {
	padding: 4px 16px;
	color: #FFF;
	background-image: none;
	background-color: transparent;
	text-align: left;
	border: 0;
	overflow: hidden;
	text-transform: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-khtml-border-radius: 0;
}
.p7PMMh18 ul ul a:hover, .p7PMMh18 ul ul a.trig_open {
	background-color: #000;
	color: #FFF;
	background-image: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-khtml-box-shadow: none;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh18 img {
	border: 0;
}
.p7PMMh18 .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*/
.p7PMMh18 ul a.trig_closed, .p7PMMh18 ul a.trig_closed_left {
	background-image: url(img/pmm_south_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh18 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.p7PMMh18 ul ul a.trig_closed {
	background-image: url(img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh18 ul ul a.trig_closed_left {
	background-image: url(img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
/*The Current Marker (You are here) links*/
.p7PMMh18 .current_mark {
	font-weight: bold;
	text-decoration: underline;
}
.p7PMMh18 ul ul .current_mark {

}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}