/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	padding: 0px;
	background-color: #032F4C;
	margin: 0px;
	text-align: left;
	width: 500px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	background-color: #032F4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#p7PMnav ul {
	margin: 0px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	padding: 0px;
	width: 172px;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	line-height:1;
	background-color: #032F4C;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}
#p7PMnav ul a {
	display: block;
	text-decoration: none;
	color: #333333;
	line-height:1;
	background-color: #FFFFFF;
	text-transform: capitalize;
	height: auto;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
}


#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #620414;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}


/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #000000;
	font-weight: normal;
	background-color: #B1CADB;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #602226;
	color: #FFFFFF;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 90px;
}
#p7PMnav ul li {
	float: none;
	width: 172px;
}
#p7PMnav ul, #p7PMnav ul li {
}
/* 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;
}
