/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:11 -Espresso
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	/*other properties are here*/
	text-align: left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 1px 0 0;
	padding: 0;
}
#p7PMnav ul li {
	border: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 8px solid #000000;
	border-right: 1px solid #b19b6a;
	border-bottom: 1px solid #b19b6a;
	border-left: 1px solid #b19b6a;
	text-align: center;
}
#p7PMnav ul ul {
	border-top: 1px solid #F4EDD5;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #F4EDD5;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: #7A6849;
	color: #FFFFFF;
	line-height:1;
	border-bottom: 0 solid #b19b6a;
	border-top: 0px solid #b19b6a;
	border-right: 1px solid #ffffff;
	border-left: 0px solid #b19b6a;
	font-size: 13px;
	font-weight: bold;
	/*other proterties are here*/
	text-align:center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 9px;
	}


#p7PMnav ul a {
	border: 0;
	background-color: #7A6849;
	border-top-color: #000000;
	border-top-style: solid;
	border-width: 1px;
		/*other proterties are here*/
	text-align:center;
}


/*added by OON on 2-27-08 */
#p7PMnav ul a:visited {
	color: #c8b995;
	border: 0;
	background-color: #7A6849;
	border-top-color: #000000;
	border-top-style: solid;
	border-width: 1px;
		/*other properties are here*/
	text-align:center;
}
/*end OON*/

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #000000;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #4F1711;
	color: #FFFFFF;
	letter-spacing: 0.01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
}
#p7PMnav ul .p7PMmark {
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right;
	color: #ffffff;
}
#p7PMnav .p7PMon {
	background-color: #000000;
	color: #FFFFFF;
}
#p7PMnav ul .p7PMon {
	background-color: #000000;
	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;
	width: 122px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 200px;
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin: 0 0 16px 16px;
	color: #988263;
}
#pmmcrumb a {
	font-weight: normal;
	color: #000000;
}

/* 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; 
}
