/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#p7PMnav ul {
	padding: 0 0 0 10px;
	z-index: 10000;
	background-color: #CAA629;
}
#p7PMnav a {
	text-decoration: none;
	color: #000000;
	text-align: left;
	display: block;
	line-height: 12px;
	background-color: #CAA629;
	background-position: right top;
	margin-top: 0px;
	margin-bottom: 0px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-position: center bottom;
	color: #A51E32;
}

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

/*the normal trigger link */
#p7PMnav .p7PMtrg, #p7PMnav .p7PMon {
	background-repeat:	no-repeat;
	background-position: right top;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #CCCCCC;
	background-color: #E3C540;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav {
	width: 269px;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul {
	width: 85px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #5A69A5;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* Menu background settings */

#b1, #b2, #b3, #b4, #b5, #b6 {
	height: 30px!important;
	background-repeat: no-repeat;
	text-indent: -3000px;

}
#b1 {
	width: 269px;
	background-image: url(../images/about.gif);
}
#b2 {
	width: 269px;
	background-image: url(../images/menus.gif);
}
#b3 {
	width: 269px;
	background-image: url(../images/market.gif);
}
#b4 {
	width: 269px;
	background-image: url(../images/contact.gif);
}#b5 {
	width: 269px;
	background-image: url(../images/directions.gif);
}
#b6 {
	background-image: url(../images/hours.gif);
	width: 269px;
}
#p7PMnav li a {
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 11px;
}
