/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav, #p7PMnav img {
	padding:0;
	margin:0;
	float:left;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display:block;
	height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	padding:0;
	margin:0;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {

}
/* the active trigger link style */
#p7PMnav .p7PMon {
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	top: 88px;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
}
#p7PMnav ul li {
	float: none;
	padding: 2px;
	padding-top: 4px;
	height: 22px;
	background-color:#A68971;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 180px;
}
#p7PMnav ul li ul {
	
}

