/* 

  -----------------------------------

  PopMenu Magic Style Sheet

  by Project Seven Development

  www.projectseven.com

  Menu Type: Horizontal

  Style Theme:0 -Basic Style

  -----------------------------------

*/

#p7PMnav {	

	margin: 0;

	padding:0;

	background-color: #666666;

	padding-left: 20px;

}

#p7PMnav li {

	list-style-type: none;

	margin: 0;

	padding: 0;

}

#p7PMnav ul {	

	margin: 0;

	padding: 0;

	background-color: #FFFFFF;

	border: 1px solid #000000;

	position: absolute;

	left: -9000px;

	z-index: 10000;		

}

#p7PMnav a {

	font-size: 110%;	

	display: block;

	text-decoration: none;

	padding: 4px 10px;

	color: #ffffff;

	line-height:1;

}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {

	background-color: #000000;

	color: #FFFFFF;

	letter-spacing: 0.01px;	

}



/* ------ the current page marker style ------ */

#p7PMnav .p7PMmark {

	color: #333333;

	/*font-weight: bold;*/

}

/* ------ the trigger link styles ------- */



/*the trigger link */

#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {	

	/*background-image:  url(img/p7PM_dark_east.gif);*/

	background-repeat:	no-repeat;

	background-position: right center;

}

/* the active trigger link style */

#p7PMnav .p7PMon {

	background-color: #000000;

	color: #FFFFFF;

}

/*the submenu classes */



#p7PMnav .p7PMhide {

	left: -9000px;

}

#p7PMnav .p7PMshow {

	left: auto;

	z-index: 20000 !important;

}

/* Top level menu width */

#p7PMnav li {

	float: left;

	width: 144px;

	background-color: #666666;

}



/*simons new styles for testing top level navigation*/

#p7PMnav #n1{

	float: left;

	width: 75px;

	/*text-align:center;*/

	background-color: transparent;

	/*padding:0 0 0 10px;*/

	/*margin:0 0 0 10px;*/

}

#p7PMnav #n2{

	float: left;

	width: 190px;	

	background-color: transparent;

	}

#p7PMnav #n3{

	float: left;

	width: 115px;

	background-color: transparent;

}

#p7PMnav #n4{

	float: left;

	width: 70px;

	background-color: transparent;

}

#p7PMnav #n5{

	float: left;

	width: 85px;

	background-color: transparent;

}

#p7PMnav #n6{

	float: left;

	width: 55px;

	background-color: transparent;

}

/*end of simons new styles for testing*/



#p7PMnav ul li {

	float: none;

}

#p7PMnav ul, #p7PMnav ul li {

	width: 172px;

}

#pmmcrumb {

	font-weight: bold;

	margin-bottom: 16px;

	color: #333333;

}

#pmmcrumb a, #pmmcrumb a:visited {

	font-weight: normal;

	color: #535FAC;

}

#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {

	font-weight: normal;

	color: #333333;

}

.navtwostyle {

	background-color: #F0DB1D;

}

#navtwo {

	background-color: #666666; 

}