/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	float: left; 
	list-style: none;
	font-size: 120%;
	background: #000;
	border:2px solid #C09960;
	height: 17px;
	padding-top:3px;
	text-align:center;
	padding-left:10px;
}

#p7PMnav li {
	float: left;
	font-size: 90%;
	margin-right: 5px;
	list-style-type: none;
}
#p7PMnav ul {
	margin: 0;
	background-color: #996633;
	text-align:left;
	border: 2px solid #D0C8A6;
	position: absolute;
	left: -9000px; /* hide submenus by default, javascript shows them on rollover */
	z-index: 10000 !important;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: none;
	font-weight:bold;
	padding-left:40px;
}

#p7PMnav a.last {
	padding-right:40px;
}

#p7PMnav a.first {
	background: none;
}
#p7PMnav ul li {
	padding: 0;
}
#p7PMnav ul li a {
	color: #fff;
	line-height:120%;
	padding: 4px 15px;
	padding-right:10px;
	background:none;
	/*border-bottom: 1px dotted #5c85ad;*/
}
#p7PMnav ul li a.last {
	border-bottom:none;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #C09960;
}

#p7PMnav ul li a:hover {
	color: #C09960;
	background:none;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #C09960;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(../ui/img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
/* this is the parent link when a drop down menu appears */
#p7PMnav .p7PMon {
	/*background-color: #3a5774;*/
	color: #C09960;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
/* must give this a width or doesn't render correctly in IE6 */
/* AND, multi-word links must use &nbsp; for spaces or links wrap in IE6 */
* html #p7PMnav li {
	width:1em;
}

#p7PMnav ul li {
	float: none;
}
/* Width for drop down menus */
#p7PMnav ul, #p7PMnav ul li {
	/*width: 170px;*/
}