/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#leftNav {
	margin: 0;
	padding:0;
	font-size: 0.7em;
	color: #008264;
	border-bottom: 1px solid #002D62;
	width: 183px;
	float: left;
}
#leftNav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#leftNav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#leftNav a {
	display: block !important;
	text-decoration: none;
	background-color: #FFFFFF;
	padding: 4px 0;
	color: #008264;
	line-height:1;
	border-top: 1px solid #002D62;
	font-weight: bold;
}
#leftNav a:hover, #leftNav a:active, #leftNav a:focus {
	color: #002D62;
	letter-spacing: 0.01px;
}

/* ------ the current page marker style ------ */
#leftNav .uberlink {
	color:#FFFFFF;
	text-decoration: none;
	background-color: #6ca0a5;
	padding-left: 14px;
	background-image: url(../images/leftMenu_arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;
}



/*the submenu classes */

#leftNav .p7PMhide {
	left: -9000px;
	border: 0;
}
#leftNav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#leftNav {
	margin-top: 10px;
}
/* 2nd and subsequent Submenu widths */
#leftNav ul {
	width: 183px;
}


#leftNav ul li a {
	display: block;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #008264;
	line-height:1;
	padding-left: 10px;
	padding-top: 0px;
	border-top: 0;
	font-weight: normal;
}

#leftNav h1 {
	font-size: 1.2em;
	color: #002D62;
	margin: 0;
	padding: 4px 0 2px 0;
}

#leftNav h2 {
	font-size: 1em;
	margin: 0;
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 1;
}
.hilite {
	color:#BB071B;
	font-weight:bold;
}

