/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 09 - Pipes
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv09 {
	width: auto;
	margin: 0 auto;
	
	/*font-family: Georgia,"Times New Roman", Times, serif;
	font-family: "Bradley Hand ITC"; font-weight:bold;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	text-align: left;
	line-height: normal!important;
	
	/*font-style: italic;*/
}

/*
TOP LEVEL MENU
*/
.p7PMMv09 ul {
	margin: 0;
	padding: 0;
	/*background-color: #FFF;*/
}
.p7PMMv09 li {
	list-style-type: none;
	margin-bottom: 4px;
}
.p7PMMv09 a {
	display: block;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	color: #efd375!important;
	text-align: left;
	/*border: 1px solid #000;*/
	background:url(navbullet2.gif) no-repeat left;
	outline: none;
}
.p7PMMv09 a:hover {
	color: #fdae5d!important;
	background:url(navbullethover2.gif) no-repeat left;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv09 ul a.pmmfirst {
margin-top:0px;
}
.p7PMMv09 ul a.pmmlast {
}
.p7PMMv09 ul li.pmmfirst {
}
.p7PMMv09 ul li.pmmlast {
	margin-bottom: 0px;
}

/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv09 img {
	border: 0;
}
.p7PMMv09 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}

/*The Current Marker (You are here) links*/
.p7PMMv09 .current_mark a{
	color: #fdae5d!important;
	background:url(navbullethover2.gif) no-repeat left;
	/*text-transform: uppercase;*/
}

/*.p7PMMv09 .current_mark:hover {
	font-weight: bold;
	color: #FFFFFF !important;
}*/
