/* 
  -----------------------------------
  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: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv09 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv09 ul {
	margin: 0;
	padding: 0;
	background-color: transparent!important;
}
.p7PMMv09 li {
	list-style-type: none;
	margin-bottom: 4px;
}
.p7PMMv09 a {
	display: block;
	text-decoration: none;
	padding: 5px 10px;
    color: #336666!important;
	text-align: left;
	border: 1px solid #336666;
}
.p7PMMv09 a:hover {
	color: #0000FF !important;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv09 ul a.pmmfirst {
}
.p7PMMv09 ul a.pmmlast {
}
.p7PMMv09 ul li.pmmfirst {
}
.p7PMMv09 ul li.pmmlast {
	margin-bottom: 0px;
}

/*First Sub Level*/
.p7PMMv09 ul ul {
	z-index: 10000;
	width: 180px;
	background-color: transparent!important;
}
.p7PMMv09 ul ul li {
	background-color: transparent!important;
	margin-bottom: 0px;
}
.p7PMMv09 ul ul a {
	color: # 00F000 !important;
	text-align: left;
	border: 0;
	overflow: hidden;
}
.p7PMMv09 ul ul a:hover {
	color: #0000FF !important;
	text-align: left;
}

*The Current Marker (You are here) links*/
.p7PMMv09 .current_mark {
	font-weight: bold;
	color: #336666 !important;
	text-transform: uppercase;
}
.p7PMMv09 ul ul .current_mark {
	color: #0000FF !important;
}
.p7PMMv09 .current_mark:hover {
	font-weight: bold;
	color: #0000FF !important;
}

