/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  -----------------------------------
*/

#p7PMnav {
	padding:0;
	margin: 0;
}
#p7PMnav li {
	list-style-type: none;
	margin-right:0.2em;
	padding: 0px;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	z-index: 10000;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	background-image: url(../images/background_dropDown.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	line-height:1em;
	color: #CCCCCC;
	text-transform: uppercase;
	padding: 5px;
}
#p7PMnav ul a {
	font-size:0.85em;
	line-height:1em;
	text-transform: capitalize;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;
}
#p7PMnav li.active a {
	color: #FFFFFF;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ffffff;
	font-weight: bold;
}

/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:url(../images/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #eb1d25;
	color: #FFFFFF;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 140px;
	text-align:left;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#p7PMnav li {width: auto;}
