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

/*Menu Outer Wrapper*/
.p7PMMh17 {
	width: auto;
	margin: 0 auto;
	font-size: inherit;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh17 ul div {
	display: none;
	padding-top: 8px;
}
.p7PMMh17 ul ul div {
	padding-top: 0px;
}
/*
TOP LEVEL MENU
*/
.p7PMMh17 ul {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.p7PMMh17 li {
	list-style-type: none;
	float: left;
	width: 120px;
	margin-right: 6px;
}
/* Hide from IE5 Mac \*/
.p7PMMh17 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh17 a {
	display: block;
	text-decoration: none;
	padding: 14px 18px 14px 12px;
	color: #000;
	text-align: left;
	background-color: #C30;
	border-top: 1px solid #EC3C00;
	border-right: 1px solid #C13100;
	border-bottom: 1px solid #C13100;
	border-left: 1px solid #EC3C00;
	box-shadow: 3px 3px 20px #AAA;
	-moz-box-shadow: 3px 3px 20px #AAA;
	-khtml-box-shadow: 3px 3px 20px #AAA;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.p7PMMh17 a:hover, .p7PMMh17 ul a.trig_open, .p7PMMh17 ul a.trig_open_up {
	color: #CCC;
	border-color: #000;
	background-color: #000;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh17 ul a.pmmfirst {
}
.p7PMMh17 ul a.pmmlast {
}
.p7PMMh17 ul li.pmmfirst {
	background-image: none;
}
.p7PMMh17 ul li.pmmlast, .p7PMMh17 ul ul li {
	margin-right: 0px;
}
/*First Sub Level*/
.p7PMMh17 ul ul {
	z-index: 10000;
	width: 200px;
	background-image: url(img/ruby-black-sub.png);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border: 2px solid #000;
	box-shadow: 5px 5px 20px #000;
	-moz-box-shadow: 5px 5px 20px #000;
	-khtml-box-shadow: 5px 5px 20px #000;
}
.p7PMMh17 ul ul li {
	float: none;
	background-image: none;
}
.p7PMMh17 ul ul a {
	padding: 4px 12px;
	color: #CCC;
	background-image: none;
	background-color: transparent;
	text-align: left;
	border: 0;
	font-size: 0.95em;
	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;
}
.p7PMMh17 ul ul a:hover, .p7PMMh17 ul ul a.trig_open {
	background-color: #C30;
	color: #000;
	background-image: none;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh17 img {
	border: 0;
}
.p7PMMh17 .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*/
.p7PMMh17 ul a.trig_closed, .p7PMMh17 ul a.trig_closed_left {
	background-image: url(img/pmm_south_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh17 ul a.trig_closed_up {
	background-image: url(img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh17 ul ul a.trig_closed {
	background-image: url(img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh17 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*/
.p7PMMh17 .current_mark {
	font-weight: bold;
	text-decoration: underline;
}
.p7PMMh17 ul ul .current_mark {}
/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
