/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:2 -Mac OSX Style
  -----------------------------------
*/
#p7pmnav {
	margin: 0;
	padding:0;
}
#p7pmnav li {
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	margin: 2px 0 0 0;
	padding: 0;
	border-top: 1px solid #CD6461;
	border-right: 1px solid #8D302E;
	border-bottom: 1px solid #7B2D2D;
	border-left: 1px solid #CA6A6A;
	background-color: #B82E2E;/*#B22222*/
	height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
#p7pmnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #DDDDDD;
	background-color: #B82E2E;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7pmnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #FFFFFF;
	line-height:1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#p7pmnav a:hover, #p7pmnav a:active, #p7pmnav a:focus {

	background-color: #992C2C;
	color: #FFFFFF;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7pmnav .p7PMmark {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9F2D2D;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7pmnav ul .p7PMtrg, #p7pmnav ul .p7PMon {
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7pmnav .p7PMon {
	background-color: #9F2D2D;
	color: #FFFFFF;
}

/*the submenu classes */

#p7pmnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7pmnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7pmnav li {
	float: left;
	width: 110px;
}
#p7pmnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7pmnav ul, #p7pmnav ul li {
	width: 172px; 
	margin: 0;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #6466BF;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}


/*VERTICAL Navigation Link List*/

#LeftNavigation {
	margin: 0px 0 4px 3px;
/*	padding:185px 0 27px 0; */
	padding: 2px 0 32px 0;
	border-top: 0px solid #DDDDDD;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #DDDDDD;
	background-image: url(img/V3-blueshadow.gif);
	background-repeat: repeat-y;
	background-position: top right;
}
#LeftNavigation li {
	list-style-type: none;
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 2px 0px;
	background-color: #2E73B8; /*#0881AC*/
	border-top: 1px solid #6A9CCD;
	border-right: 1px solid #1E3D5C;
	border-bottom: 1px solid #1B3955;
	border-left: 1px solid #6C9DCD;
}
#LeftNavigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #B52021;
	border-right: 1px solid #B52021;
	border-bottom: 1px solid #B52021;
	border-left: 1px solid #B52021;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#LeftNavigation a {
	margin: 0px 0 0px 0;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .27cm;
	display: block;
	text-decoration: none;
	padding: 1px 0px 1px 3px;
	color: #FFFFFF;
}
#LeftNavigation ul a {
	border: 0;
}
#LeftNavigation a:hover, #LeftNavigation a:active, #LeftNavigation a:focus {
	background-color:  #992C2C; 
	color: #FFFFFF; 
}

/* ------ the current page marker style ------ */
#LeftNavigation {
	color: #ffffff;
	background-color: #992C2C;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger link */
#LeftNavigation ul , #LeftNavigation ul  {
	background-repeat:	no-repeat;
	background-position: right center;

}
/* the active trigger link style */
#LeftNavigation  {
	background-color: #3277A2;
	color: #D5DCEE;
	font-weight: 400;
}

/*the submenu classes */

#LeftNavigation {
	left: -9000px;
	border: 0;
}
#LeftNavigation {
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width */
#LeftNavigation {
	width: 120px;
}

/* 2nd and subsequent Submenu widths */
#LeftNavigation li {
/*	width: 110px;*/
}


