/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:1 -Windows XP Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;
	background-color: #FFFFFF;
	float:right;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
		font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
		background: transparent url(../images/tabSlider2.jpg) no-repeat left top;
		font-weight: 700;	
		height:29px;
		font-size:.8em;
}


#p7PMnav li.first {
	background: url(../images/tabSliderFirst.jpg) no-repeat;
}
#p7PMnav ul li {
	border-right: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #EEEFEA;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #EEEFEA;
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#p7PMnav a {
	display: block;
	text-decoration: none;
	color: #3c3c3c;
	line-height:1;
	padding:5px 10px 0px 34px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #508ba9;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #508ba9;
	font-weight: bold;
}

/* ------ 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: #99A189;
	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;


}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #333;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333;
}

.menudiv{
	float:right; 
	position:absolute; 
	bottom:-2px;
	right:0;
	background-image:url(../images/3x1grey.gif); 
	background-repeat:repeat-x; 
	background-position:bottom; 
	width:955px;
}